package luv

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val init : (Types.Rwlock.t Ctypes_static.ptr -> int F.return) F.result
val destroy : (Types.Rwlock.t Ctypes_static.ptr -> unit F.return) F.result
val tryrdlock : (Types.Rwlock.t Ctypes_static.ptr -> int F.return) F.result
val rdunlock : (Types.Rwlock.t Ctypes_static.ptr -> unit F.return) F.result
val trywrlock : (Types.Rwlock.t Ctypes_static.ptr -> int F.return) F.result
val wrunlock : (Types.Rwlock.t Ctypes_static.ptr -> unit F.return) F.result
OCaml

Innovation. Community. Security.