Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/support/
Dthreading_helper.py232 can_start_thread = _can_start_thread() variable
241 if not can_start_thread:
244 return unittest.skipUnless(can_start_thread, msg)
/aosp_15_r20/external/python/cpython3/Lib/test/libregrtest/
Druntest.py184 ns.timeout is not None and threading_helper.can_start_thread
Dmain.py737 if threading_helper.can_start_thread: