Home
last modified time | relevance | path

Searched refs:_new_thread (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Demo/threads/
Dsync.py495 def _new_thread(func, *args): function
517 _new_thread(_qsort, a, l, j-1, l_subarray_sorted)
518 _new_thread(_qsort, a, j, r, r_subarray_sorted)
547 _new_thread(_randarray, a, finished)
552 _new_thread(_qsort, a, 0, len(a), finished)
586 _new_thread(_run_one_sort, arrays[i], bar, finished)