HomeSort by: relevance | last modified time | path
    Searched defs:blockedthread (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/isc/
app.c 56 static isc_thread_t blockedthread; variable
489 blockedthread = GetCurrentThread();
492 blockedthread = pthread_self();
507 REQUIRE(blockedthread == GetCurrentThread());
509 REQUIRE(blockedthread == pthread_self());

Completed in 23 milliseconds