1234567891011121314151617181920212223242526272829303132333435363738394041424344moduletypeS=sigtype!'at='aAtomic.t(*
type 'a t = 'a Atomic.t
*)(*
type 'a t
*)(** @since 4.12.0: type !'a t
*)valmake_contended:'a->'at(** @since 5.2.0: val make_contended : 'a -> 'a t *)valmake:'a->'at(** @since 4.12.0: val make : 'a -> 'a t *)valget:'at->'a(** @since 4.12.0: val get : 'a t -> 'a *)valset:'at->'a->unit(** @since 4.12.0: val set : 'a t -> 'a -> unit *)valexchange:'at->'a->'a(** @since 4.12.0: val exchange : 'a t -> 'a -> 'a *)valcompare_and_set:'at->'a->'a->bool(** @since 4.12.0: val compare_and_set : 'a t -> 'a -> 'a -> bool *)valfetch_and_add:intt->int->int(** @since 4.12.0: val fetch_and_add : int t -> int -> int *)valincr:intt->unit(** @since 4.12.0: val incr : int t -> unit *)valdecr:intt->unit(** @since 4.12.0: val decr : int t -> unit *)end