package dscheck

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Start
  2. | Make
  3. | Get
  4. | Set
  5. | Exchange
  6. | CompareAndSwap of [ `Success | `Fail | `Unknown of unit -> [ `Success | `Fail ] ] Stdlib.ref
  7. | FetchAndAdd
val to_str : t -> string
val is_write : ?allow_unknown:bool -> t -> bool
val weak_cmp : t -> t -> bool