Searched defs:blockedthread (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/win32/
H A Dapp.c40 static isc_thread_t blockedthread; variable
395 blockedthread = GetCurrentThread();
404 REQUIRE(blockedthread == GetCurrentThread());
/bind-9.11.3/lib/isc/unix/
H A Dapp.c57 static pthread_t blockedthread; variable
933 blockedthread = pthread_self();
953 REQUIRE(blockedthread == pthread_self());

Completed in 12 milliseconds