spawn_thread_helper   52 src/runtime/gcd_thread_pool.cpp     dispatch_async_f(dispatch_get_global_queue(0, 0), thread, spawn_thread_helper);
spawn_thread_helper   40 src/runtime/hexagon_remote/thread_pool.cpp     qurt_thread_create(&t->handle.val, &thread_attr, &spawn_thread_helper, t);
spawn_thread_helper   54 src/runtime/posix_threads.cpp     pthread_create(&t->handle, NULL, spawn_thread_helper, t);
spawn_thread_helper   64 src/runtime/windows_threads.cpp     t->handle = CreateThread(NULL, 0, spawn_thread_helper, t, 0, NULL);