Home
last modified time | relevance | path

Searched refs:thread_run (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions_unittests.cc133 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/
Dthread_test.cc35 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/
Debizzy.c424 static void *thread_run(void *arg) in thread_run() function
464 err = pthread_create(&thread_array[i], NULL, thread_run, NULL); in start_threads()