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

  /external/valgrind/main/callgrind/
threads.c 178 void CLG_(run_thread)(ThreadId tid) 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)

Completed in 122 milliseconds