Home
last modified time | relevance | path

Searched refs:get_native_id (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dthreading.py39 get_native_id = _thread.get_native_id variable
41 __all__.append('get_native_id')
1006 self._native_id = get_native_id()
1178 This is a non-negative integer. See the get_native_id() function.
/third_party/python/Lib/test/
H A Dtest_threading.py181 if hasattr(threading, 'get_native_id'):
182 native_ids = set(t.native_id for t in threads) | {threading.get_native_id()}

Completed in 5 milliseconds