Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Atomic.Ext_pointer
Sourcefetch_and_$op_$type ptr val
atomically runs *( *$type )ptr $op val
, stores the result at ptr
, and returns the original value at ptr
.
Pointer to untagged int
Pointer to unboxed int64
Pointer to unboxed int32
Pointer to unboxed nativeint
val compare_and_swap_nativeint :
Ext_pointer.t ->
compare_with:nativeint ->
set_to:nativeint ->
bool