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

  /ndk/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,
59 static void *thread_run(void *arg) { function
66 return pthread_create(out_thread, NULL /* default attributes */, thread_run,

Completed in 195 milliseconds