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

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dapp.c75 static isc_thread_t main_thread; variable
85 main_thread = GetCurrentThread();
141 REQUIRE(main_thread == GetCurrentThread());
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dapp.c87 static pthread_t main_thread; variable
151 main_thread = pthread_self();
444 REQUIRE(main_thread == pthread_self());
579 result = pthread_kill(main_thread, SIGTERM);
621 result = pthread_kill(main_thread, SIGHUP);

Completed in 10 milliseconds