Home
last modified time | relevance | path

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

/third_party/python/Python/
Dthread_nt.h148 unsigned long PyThread_get_thread_ident(void);
192 PyThread_get_thread_ident())); in PyThread_start_new_thread()
213 PyThread_get_thread_ident(), e)); in PyThread_start_new_thread()
219 PyThread_get_thread_ident(), (void*)hThread)); in PyThread_start_new_thread()
230 PyThread_get_thread_ident(void) in PyThread_get_thread_ident() function
260 dprintf(("%lu: PyThread_exit_thread called\n", PyThread_get_thread_ident())); in PyThread_exit_thread()
282 dprintf(("%lu: PyThread_allocate_lock() -> %p\n", PyThread_get_thread_ident(), aLock)); in PyThread_allocate_lock()
290 dprintf(("%lu: PyThread_free_lock(%p) called\n", PyThread_get_thread_ident(),aLock)); in PyThread_free_lock()
337 PyThread_get_thread_ident(), aLock, microseconds)); in PyThread_acquire_lock_timed()
348 PyThread_get_thread_ident(), aLock, microseconds, success)); in PyThread_acquire_lock_timed()
[all …]
Dpystate.c123 runtime->main_thread = PyThread_get_thread_ident(); in init_runtime()
187 runtime->main_thread = PyThread_get_thread_ident(); in _PyRuntimeState_ReInitThreads()
787 tstate->thread_id = PyThread_get_thread_ident(); in init_threadstate()
Dimport.c113 unsigned long me = PyThread_get_thread_ident(); in _PyImport_AcquireLock()
140 unsigned long me = PyThread_get_thread_ident(); in _PyImport_ReleaseLock()
170 unsigned long me = PyThread_get_thread_ident(); in _PyImport_ReInitLock()
Dthread_pthread.h322 PyThread_get_thread_ident(void) in PyThread_get_thread_ident() function
/third_party/python/Modules/
D_threadmodule.c364 tid = PyThread_get_thread_ident(); in rlock_acquire()
407 unsigned long tid = PyThread_get_thread_ident(); in rlock_release()
492 unsigned long tid = PyThread_get_thread_ident(); in rlock_is_owned()
1082 tstate->thread_id = PyThread_get_thread_ident(); in thread_run()
1241 unsigned long ident = PyThread_get_thread_ident(); in thread_get_ident()
1432 unsigned long ident = PyThread_get_thread_ident(); in thread_excepthook_file()
/third_party/python/Include/
Dpythread.h21 PyAPI_FUNC(unsigned long) PyThread_get_thread_ident(void);
/third_party/python/Include/internal/
Dpycore_pystate.h19 unsigned long thread = PyThread_get_thread_ident(); in _Py_IsMainThread()
/third_party/python/Modules/_multiprocessing/
Dsemaphore.c42 #define ISMINE(o) (o->count > 0 && PyThread_get_thread_ident() == o->last_tid)
375 self->last_tid = PyThread_get_thread_ident(); in _multiprocessing_SemLock_acquire_impl()
/third_party/python/Modules/_sqlite/
Dconnection.c249 self->thread_ident = PyThread_get_thread_ident(); in pysqlite_connection_init_impl()
1583 if (PyThread_get_thread_ident() != self->thread_ident) { in pysqlite_check_thread()
1587 self->thread_ident, PyThread_get_thread_ident()); in pysqlite_check_thread()
/third_party/python/Modules/_io/
Dbufferedio.c260 if (self->owner == PyThread_get_thread_ident()) { in _enter_buffered_busy()
292 && (self->owner = PyThread_get_thread_ident(), 1) )
/third_party/python/PC/
Dpython3dll.c566 EXPORT_FUNC(PyThread_get_thread_ident)
/third_party/python/Doc/data/
Dstable_abi.dat629 function,PyThread_get_thread_ident,3.2,,
/third_party/python/Misc/
Dstable_abi.toml1810 [function.PyThread_get_thread_ident]
DNEWS25975 PyThread_get_thread_ident(), and the id parameter of
/third_party/python/patches/
Dcpython_mingw_v3.11.4.patch5307 dprintf(("%lu: PyThread_release_lock(%p) called\n", PyThread_get_thread_ident(),aLock));
5311 …rintf(("%lu: Could not PyThread_release_lock(%p) error: %ld\n", PyThread_get_thread_ident(), aLock…
/third_party/python/Doc/whatsnew/
D3.7.rst1710 :c:func:`PyThread_get_thread_ident`, and the *id* parameter of