Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/
Dthread_test.c30 static DWORD WINAPI thread_run(LPVOID arg) { in thread_run() function
44 0 /* default stack size */, thread_run, arg, in run_thread()
59 static void *thread_run(void *arg) { in thread_run() function
66 return pthread_create(out_thread, NULL /* default attributes */, thread_run, in run_thread()
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions_unittests.cc130 void SchedGetParamThread(base::WaitableEvent* thread_run) { in SchedGetParamThread() argument
151 thread_run->Signal(); in SchedGetParamThread()
157 base::WaitableEvent thread_run(true, false); in BPF_TEST_C() local
163 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()