Lines Matching full:takes
108 Create a semaphore object. Takes a pointer to struct
123 Create a mutex object. Takes a pointer to struct
139 Create an event object. Takes a pointer to struct
157 Post to a semaphore object. Takes a pointer to a 32-bit integer,
170 Release a mutex object. Takes a pointer to struct
191 Signal an event object. Takes a pointer to a 32-bit integer, which on
199 Designal an event object. Takes a pointer to a 32-bit integer, which
205 unsignaled state. Takes a pointer to a 32-bit integer, which on
218 Read the current state of a semaphore object. Takes a pointer to
230 Read the current state of a mutex object. Takes a pointer to struct
247 Read the current state of an event object. Takes a pointer to struct
261 owner. Takes an input-only pointer to a 32-bit integer denoting the
271 Takes a pointer to struct :c:type:`ntsync_wait_args`, which is
352 Poll on a list of objects, atomically acquiring all of them. Takes a
379 with "any" waits, if both conditions are filled, the former takes