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

/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_exit.sh28 atf_test_case main_thread
40 atf_add_test_case main_thread
/freebsd-13-stable/lib/libc/rpc/
H A Dclnt_simple.c129 int main_thread = 1; local
131 if ((main_thread = thr_main())) {
149 if (main_thread)
H A Dkey_call.c303 int main_thread; local
309 if ((main_thread = thr_main())) {
322 if (main_thread)
H A Drpc_generic.c246 int main_thread; local
248 if ((main_thread = thr_main())) {
271 if (main_thread)
280 if (main_thread)
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dapp.c75 static isc_thread_t main_thread; variable
85 main_thread = GetCurrentThread();
141 REQUIRE(main_thread == GetCurrentThread());
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp276 AsanThread *main_thread = AsanThread::Create( local
279 SetCurrentThread(main_thread);
280 main_thread->ThreadStart(internal_getpid(),
282 return main_thread;
H A Dasan_rtl.cpp496 AsanThread *main_thread = CreateMainThread(); local
497 CHECK_EQ(0, main_thread->tid());
/freebsd-13-stable/tools/tools/netrate/netreceive/
H A Dnetreceive.c159 main_thread(struct td_desc **tp, int nsock, int nthreads) function
270 main_thread(tp, nsock, nthreads);
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dapp.c186 static pthread_t main_thread; variable
250 main_thread = pthread_self();
583 REQUIRE(main_thread == pthread_self());
736 result = pthread_kill(main_thread, SIGTERM);
792 result = pthread_kill(main_thread, SIGHUP);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp475 MsanThread *main_thread = MsanThread::Create(nullptr, nullptr); local
476 SetCurrentThread(main_thread);
477 main_thread->ThreadStart();
/freebsd-13-stable/lib/libc/gen/
H A D_pthread_stubs.c53 static struct pthread main_thread; variable in typeref:struct:pthread
310 return (&main_thread);
/freebsd-13-stable/tools/tools/netmap/
H A Dpkt-gen.c2595 main_thread(struct glob_arg *g) function
3276 main_thread(&g);

Completed in 63 milliseconds