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

/bind-9.11.3/lib/isc/win32/
H A Dapp.c145 static isc_thread_t main_thread; variable
158 main_thread = GetCurrentThread();
248 REQUIRE(main_thread == GetCurrentThread());
/bind-9.11.3/lib/isc/unix/
H A Dapp.c165 static pthread_t main_thread; variable
233 main_thread = pthread_self();
591 REQUIRE(main_thread == pthread_self());
788 result = pthread_kill(main_thread, SIGTERM);
866 result = pthread_kill(main_thread, SIGHUP);

Completed in 13 milliseconds