Home | History | Annotate | Download | only in include

Lines Matching full:lock

94  * locking, meaning that a thread owning the monitor can call lock without
95 * blocking and will have to call unlock() as many times as lock() was called.
111 * library is shutdown, or cannot lock on mutex; ESR_INVALID_ARGUMENT if monitor is null
118 * @param monitor Handle to the monitor to lock
119 * @param fname Filename of code requesting a lock
120 * @param line Line of code requesting a lock
128 * @param monitor Handle to the monitor to lock
197 * relinquishes the lock on this object. The awakened thread will compete in
200 * reliable privilege or disadvantage in being the next thread to lock this
226 * reliable privilege or disadvantage in being the next thread to lock this
248 * call lock without blocking and will have to call unlock() as many times as
249 * lock() was called.
268 * Lock a mutex
270 * @param mutex Handle to the mutex to lock
271 * @param fname Filename of code requesting a lock
272 * @param line Line of code requesting a lock
279 * Lock a mutex
281 * @param mutex Handle to the mutex to lock