Searched refs:get_native_id (Results 1 – 6 of 6) sorted by relevance
39 get_native_id = _thread.get_native_id variable923 self._native_id = get_native_id()
102 .. function:: get_native_id()
86 .. function:: get_native_id()354 been started. See the :func:`get_native_id` function.366 .. availability:: Requires :func:`get_native_id` function.
109 native_ids = set(t.native_id for t in threads) | {threading.get_native_id()}
1261 Add a new :func:`threading.get_native_id` function and1266 :func:`get_native_id <threading.get_native_id>` for more information.
984 :func:`threading.get_native_id` now also supports NetBSD.993 Add :func:`threading.get_native_id` support for AIX. Patch by M. Felt