Searched refs:main_thread (Results 1 – 13 of 13) sorted by relevance
28 atf_test_case main_thread40 atf_add_test_case main_thread
157 MemprofThread *main_thread = MemprofThread::Create( in CreateMainThread() local160 SetCurrentThread(main_thread); in CreateMainThread()161 main_thread->ThreadStart(internal_getpid(), in CreateMainThread()163 return main_thread; in CreateMainThread()
220 MemprofThread *main_thread = CreateMainThread(); in MemprofInitInternal() local221 CHECK_EQ(0, main_thread->tid()); in MemprofInitInternal()
122 int main_thread = 1; in rpc_call() local124 if ((main_thread = thr_main())) { in rpc_call()142 if (main_thread) in rpc_call()
299 int main_thread; in getkeyserv_handle() local305 if ((main_thread = thr_main())) { in getkeyserv_handle()318 if (main_thread) in getkeyserv_handle()
220 int main_thread; in __rpc_getconfip() local222 if ((main_thread = thr_main())) { in __rpc_getconfip()245 if (main_thread) in __rpc_getconfip()254 if (main_thread) in __rpc_getconfip()
296 AsanThread *main_thread = AsanThread::Create( in CreateMainThread() local299 SetCurrentThread(main_thread); in CreateMainThread()300 main_thread->ThreadStart(internal_getpid()); in CreateMainThread()301 return main_thread; in CreateMainThread()
485 AsanThread *main_thread = CreateMainThread(); in AsanInitInternal() local486 CHECK_EQ(0, main_thread->tid()); in AsanInitInternal()
157 main_thread(struct td_desc **tp, int nsock, int nthreads) in main_thread() function268 main_thread(tp, nsock, nthreads); in main()
50 static struct pthread main_thread; variable321 return (&main_thread); in stub_self()357 if (thread != &main_thread) in stub_getname_np()
498 MsanThread *main_thread = MsanThread::Create(nullptr, nullptr); in __msan_init() local499 SetCurrentThread(main_thread); in __msan_init()500 main_thread->Init(); in __msan_init()
1285 DFsanThread *main_thread = DFsanThread::Create(nullptr, nullptr); in DFsanInit() local1286 SetCurrentThread(main_thread); in DFsanInit()1287 main_thread->Init(); in DFsanInit()
2709 main_thread(struct glob_arg *g) in main_thread() function3390 main_thread(&g); in main()