Home
last modified time | relevance | path

Searched refs:thread_main (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
Dexception_handler_test.cc72 static void *thread_main(void *) { in thread_main() function
88 pthread_create(&h, NULL, thread_main, NULL); in CreateThread()
/external/perfetto/src/base/
Dthread_checker_unittest.cc36 auto thread_main = [](void* arg) -> void* { in RunOnThread() local
39 EXPECT_EQ(0, pthread_create(&thread, nullptr, thread_main, &closure)); in RunOnThread()
/external/perfetto/tools/sanitizers_unittests/
Dsanitizers_unittest.cc51 auto thread_main = [](void* race_var_ptr) -> void* { in TEST()
57 ASSERT_EQ(0, pthread_create(&thread, nullptr, thread_main, arg)); in TEST()
/external/grpc-grpc/test/core/end2end/fixtures/
Dproxy.cc84 static void thread_main(void* arg);
109 proxy->thd = grpc_core::Thread("grpc_end2end_proxy", thread_main, proxy); in grpc_end2end_proxy_create()
422 static void thread_main(void* arg) { in thread_main() function
Dhttp_proxy_fixture.cc513 static void thread_main(void* arg) { in thread_main() function
559 proxy->thd = grpc_core::Thread("grpc_http_proxy", thread_main, proxy); in grpc_end2end_http_proxy_create()
/external/blktrace/
Dblktrace.c1833 static void *thread_main(void *arg) in thread_main() function
1890 if (pthread_create(&tp->thread, NULL, thread_main, tp)) { in start_tracer()