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

  /external/python/cpython2/Lib/test/
test_threadedtempfile.py 21 from test.test_support import start_threads, run_unittest, import_module
50 with start_threads(threads, startEvent.set):
test_capi.py 78 with support.start_threads(threads):
test_threading_local.py 66 with support.start_threads(threading.Thread(target=f, args=(i,))
test_gc.py 2 from test.test_support import verbose, run_unittest, start_threads
360 with start_threads(threads, lambda: exit.append(1)):
test_bz2.py 309 with support.start_threads(threads):
test_io.py     [all...]
test_support.py 41 "threading_cleanup", "reap_threads", "start_threads", "cpython_only",
1606 def start_threads(threads, unlock=None): function
    [all...]
  /external/ltp/utils/benchmark/ebizzy-0.3/
ebizzy.c 451 static void start_threads(void) function
517 start_threads();
  /external/python/cpython2/Lib/email/test/
test_email.py 40 from test.test_support import findfile, run_unittest, start_threads
    [all...]

Completed in 735 milliseconds