HomeSort by relevance Sort by last modified time
    Searched refs:thread_run (Results 1 - 5 of 5) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
test_guard.cpp 33 static void* thread_run(void* arg) function
44 pthread_create( &sThreads[nn], NULL, thread_run, reinterpret_cast<void*>(nn) );
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
test_guard.cpp 33 static void* thread_run(void* arg) function
44 pthread_create( &sThreads[nn], NULL, thread_run, reinterpret_cast<void*>(nn) );
  /external/boringssl/src/crypto/
thread_test.c 30 static DWORD WINAPI thread_run(LPVOID arg) { function
44 0 /* default stack size */, thread_run, arg,
61 static void *thread_run(void *arg) { function
68 return pthread_create(out_thread, NULL /* default attributes */, thread_run,
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions_unittests.cc 133 void SchedGetParamThread(base::WaitableEvent* thread_run) {
154 thread_run->Signal();
160 base::WaitableEvent thread_run(
168 FROM_HERE, base::Bind(&SchedGetParamThread, &thread_run));
169 BPF_ASSERT(thread_run.TimedWait(base::TimeDelta::FromMilliseconds(5000)));
  /external/ltp/utils/benchmark/ebizzy-0.3/
ebizzy.c 424 static void *thread_run(void *arg) function
464 err = pthread_create(&thread_array[i], NULL, thread_run, NULL);

Completed in 1439 milliseconds