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

/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dapp.c60 static isc_thread_t blockedthread; variable
253 blockedthread = GetCurrentThread();
261 REQUIRE(blockedthread == GetCurrentThread());
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dapp.c56 static isc_thread_t blockedthread; variable
489 blockedthread = GetCurrentThread();
492 blockedthread = pthread_self();
507 REQUIRE(blockedthread == GetCurrentThread());
509 REQUIRE(blockedthread == pthread_self());
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dapp.c46 static isc_thread_t blockedthread; variable
370 blockedthread = pthread_self();
382 REQUIRE(blockedthread == pthread_self());
/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Dapp.c74 static pthread_t blockedthread; variable
847 blockedthread = pthread_self();
867 REQUIRE(blockedthread == pthread_self());

Completed in 197 milliseconds