Searched refs:watchers_q (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/configd-596.15/configd.tproj/
H A D_configunlock.c68 const void * watchers_q[N_QUICK]; local
69 const void ** watchers = watchers_q;
88 if (watcherCnt > (CFIndex)(sizeof(watchers_q) / sizeof(CFNumberRef)))
135 if (watchers != watchers_q) CFAllocatorDeallocate(NULL, watchers);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/reachability/
H A DSCNetworkReachabilityServer_server.c632 const void * watchers_q[32]; local
633 const void ** watchers = watchers_q;
637 if (n > sizeof(watchers_q)/sizeof(watchers[0])) {
657 if (watchers != watchers_q) {

Completed in 170 milliseconds