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

/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dapp.c58 static isc_thread_t blockedthread; variable
251 blockedthread = GetCurrentThread();
259 REQUIRE(blockedthread == GetCurrentThread());
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dapp.c72 static pthread_t blockedthread; variable
845 blockedthread = pthread_self();
865 REQUIRE(blockedthread == pthread_self());

Completed in 158 milliseconds