Searched refs:thread_run (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions_unittests.cc | 133 void SchedGetParamThread(base::WaitableEvent* thread_run) { in SchedGetParamThread() argument 154 thread_run->Signal(); in SchedGetParamThread() 160 base::WaitableEvent thread_run( in BPF_TEST_C() local 168 FROM_HERE, base::Bind(&SchedGetParamThread, &thread_run)); in BPF_TEST_C() 169 BPF_ASSERT(thread_run.TimedWait(base::TimeDelta::FromMilliseconds(5000))); in BPF_TEST_C()
|
/external/boringssl/src/crypto/ |
D | thread_test.cc | 35 static DWORD WINAPI thread_run(LPVOID arg) { in thread_run() function 49 0 /* default stack size */, thread_run, arg, in run_thread() 66 static void *thread_run(void *arg) { in thread_run() function 73 return pthread_create(out_thread, NULL /* default attributes */, thread_run, in run_thread()
|
/external/ltp/utils/benchmark/ebizzy-0.3/ |
D | ebizzy.c | 424 static void *thread_run(void *arg) in thread_run() function 464 err = pthread_create(&thread_array[i], NULL, thread_run, NULL); in start_threads()
|