Home
last modified time | relevance | path

Searched refs:lockForArbitration (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOService.cpp971 lockForArbitration(); in detach()
1114 lockForArbitration(); in startMatching()
2317 lockForArbitration(); in registerInterestForNotifier()
2575 lockForArbitration(); in terminatePhase1()
2763 lockForArbitration(); in setTerminateDefer()
2872 lockForArbitration(); in scheduleTerminatePhase2()
3565 lockForArbitration(); in close()
4261 lockForArbitration(); in probeCandidates()
5451 lockForArbitration(); in doServiceMatch()
5562 lockForArbitration(); in adjustBusy()
[all …]
H A DIOUserServer.cpp2916 if (service->lockForArbitration()) { in objectInstantiate()
/xnu-11215/iokit/Tests/
H A DTests.cpp1914 ok = threadArgs->b->lockForArbitration(); in TestLockForArbitrationThread()
1922 ok = threadArgs->a->lockForArbitration(false); in TestLockForArbitrationThread()
1947 ok = threadArgs.a->lockForArbitration(); in TestLockForArbitration()
1958 ok = threadArgs.b->lockForArbitration(); in TestLockForArbitration()
/xnu-11215/iokit/IOKit/
H A DIOService.h775 virtual bool lockForArbitration( bool isSuccessRequired = true );