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

/netbsd-6-1-5-RELEASE/tests/lib/libpthread/
H A Dt_exit.sh28 atf_test_case main_thread
40 atf_add_test_case main_thread
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dsigthread.c31 pthread_t main_thread; variable
65 main_thread = pthread_self ();
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/
H A Dapp.c77 static isc_thread_t main_thread; variable
87 main_thread = GetCurrentThread();
143 REQUIRE(main_thread == GetCurrentThread());
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/
H A Dapp.c77 static isc_thread_t main_thread; variable
87 main_thread = GetCurrentThread();
143 REQUIRE(main_thread == GetCurrentThread());
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/unix/
H A Dapp.c89 static pthread_t main_thread; variable
153 main_thread = pthread_self();
446 REQUIRE(main_thread == pthread_self());
581 result = pthread_kill(main_thread, SIGTERM);
623 result = pthread_kill(main_thread, SIGHUP);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/
H A Dapp.c190 static pthread_t main_thread; variable
254 main_thread = pthread_self();
587 REQUIRE(main_thread == pthread_self());
740 result = pthread_kill(main_thread, SIGTERM);
796 result = pthread_kill(main_thread, SIGHUP);

Completed in 92 milliseconds