Searched refs:PyThread_get_thread_native_id (Results 1 – 15 of 15) sorted by relevance
151 unsigned long PyThread_get_thread_native_id(void);245 PyThread_get_thread_native_id(void) in PyThread_get_thread_native_id() function
333 PyThread_get_thread_native_id(void) in PyThread_get_thread_native_id() function
789 tstate->native_thread_id = PyThread_get_thread_native_id(); in init_threadstate()
25 PyAPI_FUNC(unsigned long) PyThread_get_thread_native_id(void);
1084 tstate->native_thread_id = PyThread_get_thread_native_id(); in thread_run()1264 unsigned long native_id = PyThread_get_thread_native_id(); in thread_get_native_id()
604 tstate->native_thread_id = PyThread_get_thread_native_id(); in PyOS_AfterFork_Child()
567 EXPORT_FUNC(PyThread_get_thread_native_id)
630 function,PyThread_get_thread_native_id,3.2,on platforms with native thread IDs,
690 …<elf-symbol name='PyThread_get_thread_native_id' type='func-type' binding='global-binding' visibil…15759 …PyThread_get_thread_native_id' mangled-name='PyThread_get_thread_native_id' filepath='Python/threa…
1812 [function.PyThread_get_thread_native_id]
2132 :c:func:`PyThread_get_thread_native_id` is excluded from the stable ABI on