Searched refs:_gKextutilLock (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextd_request.c281 #define KEXTD_LOCKED() (_gKextutilLock ? true:false)
H A Dkextd_globals.h45 extern dispatch_source_t _gKextutilLock;
H A Dkextd_serialize_kextload.c35 dispatch_source_t _gKextutilLock = NULL; variable
44 if (_gKextutilLock) {
45 dispatch_source_cancel(_gKextutilLock);
85 if (_gKextutilLock) {
93 _gKextutilLock = dispatch_source_create(DISPATCH_SOURCE_TYPE_MACH_SEND, client,
96 if (_gKextutilLock) {
98 dispatch_source_set_event_handler(_gKextutilLock, ^{
105 dispatch_source_set_cancel_handler(_gKextutilLock, ^{
106 dispatch_release(_gKextutilLock);
108 _gKextutilLock
[all...]

Completed in 305 milliseconds