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

  /external/boringssl/src/crypto/
thread_test.c 38 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) { function
65 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) { function
95 if (!run_thread(&thread, call_once_thread) ||
154 if (!run_thread(&thread, thread_local_test_thread) ||
176 if (!run_thread(&thread, thread_local_test2_thread) ||
  /system/bt/osi/src/
reactor.c 43 pthread_t run_thread; // the pthread on which reactor_run is executing. member in struct:reactor_t
44 bool is_running; // indicates whether |run_thread| is valid.
204 if (reactor->is_running && pthread_equal(pthread_self(), reactor->run_thread)) {
233 reactor->run_thread = pthread_self();
thread.c 57 static void *run_thread(void *start_arg);
87 pthread_create(&ret->pthread, NULL, run_thread, &start);
172 static void *run_thread(void *start_arg) { function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 347 def run_thread(): function in function:GCTests.test_trashcan_threads
358 t = threading.Thread(target=run_thread)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py 347 def run_thread(): function in function:GCTests.test_trashcan_threads
358 t = threading.Thread(target=run_thread)
  /external/valgrind/callgrind/
threads.c 181 void CLG_(run_thread)(ThreadId tid) function
global.h 763 void CLG_(run_thread)(ThreadId tid);
main.c     [all...]

Completed in 409 milliseconds