Searched defs:unlock (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOConditionLock.cpp101 void IOConditionLock::unlock() function in class:IOConditionLock
H A DIOMapper.cpp67 void unlock() { IOLockUnlock(fWaitLock); }; function in class:IOMapperLock
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_lockf.c726 lf_clearlock(struct lockf *unlock) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dwait_queue.c1058 wait_queue_wakeup64_all_locked( wait_queue_t wq, event64_t event, wait_result_t result, boolean_t unlock) argument
1258 wait_queue_pull_thread_locked( wait_queue_t waitq, thread_t thread, boolean_t unlock) argument
1357 wait_queue_wakeup64_identity_locked( wait_queue_t wq, event64_t event, wait_result_t result, boolean_t unlock) argument
1395 wait_queue_wakeup64_one_locked( wait_queue_t wq, event64_t event, wait_result_t result, boolean_t unlock) argument
1527 wait_queue_wakeup64_thread_locked( wait_queue_t wq, event64_t event, thread_t thread, wait_result_t result, boolean_t unlock) argument
[all...]

Completed in 43 milliseconds