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

  /external/bluetooth/bluedroid/osi/src/
thread.c 53 static void *run_thread(void *start_arg);
82 pthread_create(&ret->pthread, NULL, run_thread, &start);
140 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/main/callgrind/
threads.c 178 void CLG_(run_thread)(ThreadId tid) function
bbcc.c 570 * with callback CLG_(run_thread) only: we have otherwise no way to get
global.h 803 void CLG_(run_thread)(ThreadId tid);
main.c     [all...]

Completed in 246 milliseconds