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

/darwin-on-arm/xnu/osfmk/kperf/
H A Dpet.c57 static IOLock *pet_lock = NULL; variable
243 IOLockLock(pet_lock);
244 IOLockSleep(pet_lock, &pet_actionid, THREAD_UNINT);
245 IOLockUnlock(pet_lock);
274 IOLockLock(pet_lock);
283 IOLockUnlock(pet_lock);
291 IOLockWakeup(pet_lock, &pet_actionid, FALSE);
300 IOLockLock(pet_lock);
301 IOLockUnlock(pet_lock);
315 pet_lock
[all...]

Completed in 31 milliseconds