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

/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dapp.c58 static isc_thread_t blockedthread; variable
251 blockedthread = GetCurrentThread();
259 REQUIRE(blockedthread == GetCurrentThread());
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dapp.c58 static isc_thread_t blockedthread; variable
251 blockedthread = GetCurrentThread();
259 REQUIRE(blockedthread == GetCurrentThread());
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dapp.c73 static pthread_t blockedthread; variable
657 blockedthread = pthread_self();
677 REQUIRE(blockedthread == pthread_self());
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dapp.c72 static pthread_t blockedthread; variable
845 blockedthread = pthread_self();
865 REQUIRE(blockedthread == pthread_self());

Completed in 143 milliseconds