Searched refs:thread_run (Results 1 – 2 of 2) sorted by relevance
30 static DWORD WINAPI thread_run(LPVOID arg) { in thread_run() function44 0 /* default stack size */, thread_run, arg, in run_thread()59 static void *thread_run(void *arg) { in thread_run() function66 return pthread_create(out_thread, NULL /* default attributes */, thread_run, in run_thread()
130 void SchedGetParamThread(base::WaitableEvent* thread_run) { in SchedGetParamThread() argument151 thread_run->Signal(); in SchedGetParamThread()157 base::WaitableEvent thread_run(true, false); in BPF_TEST_C() local163 FROM_HERE, base::Bind(&SchedGetParamThread, &thread_run)); in BPF_TEST_C()164 BPF_ASSERT(thread_run.TimedWait(base::TimeDelta::FromMilliseconds(5000))); in BPF_TEST_C()