Searched refs:locking (Results 1 – 9 of 9) sorted by relevance
305 void ipcEnter(int locking);306 void ipcExit(int locking);
408 #pragma mark locking
673 #pragma mark locking
291 Denotes that the kernel is locking down, this phase should never be hooked.
106 A traditional locking mechanism would prevent the writer from updating the counts while readers are…
76 …st_mlock` (Yes this is bad for scalability. Ideally we'd use finer grain locking or at least not s…
609 IOUserClient::ipcEnter(int locking) in ipcEnter() argument611 switch (locking) { in ipcEnter()628 IOUserClient::ipcExit(int locking) in ipcExit() argument643 switch (locking) { in ipcExit()
608 # data gathering in the locking package. This also enables a debug-only
119 …lldbmacros scripts into the dSYM of each kernel build. This helps in rev-locking the lldb commands…