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()
206 MemprofThread *main_thread = CreateMainThread(); in MemprofInitInternal() local207 CHECK_EQ(0, main_thread->tid()); in MemprofInitInternal()
126 int main_thread = 1; in rpc_call() local128 if ((main_thread = thr_main())) { in rpc_call()146 if (main_thread) in rpc_call()
300 int main_thread; in getkeyserv_handle() local306 if ((main_thread = thr_main())) { in getkeyserv_handle()319 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()
291 AsanThread *main_thread = AsanThread::Create( in CreateMainThread() local294 SetCurrentThread(main_thread); in CreateMainThread()295 main_thread->ThreadStart(internal_getpid()); in CreateMainThread()296 return main_thread; in CreateMainThread()
486 AsanThread *main_thread = CreateMainThread(); in AsanInitInternal() local487 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; variable310 return (&main_thread); in stub_self()346 if (thread != &main_thread) in stub_getname_np()
489 MsanThread *main_thread = MsanThread::Create(nullptr, nullptr); in __msan_init() local490 SetCurrentThread(main_thread); in __msan_init()491 main_thread->Init(); in __msan_init()
1241 DFsanThread *main_thread = DFsanThread::Create(nullptr, nullptr); in DFsanInit() local1242 SetCurrentThread(main_thread); in DFsanInit()1243 main_thread->Init(); in DFsanInit()
2709 main_thread(struct glob_arg *g) in main_thread() function3390 main_thread(&g); in main()