Lines Matching refs:PyThread_get_thread_ident
148 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()
361 dprintf(("%lu: PyThread_release_lock(%p) called\n", PyThread_get_thread_ident(),aLock)); in PyThread_release_lock()
364 …dprintf(("%lu: Could not PyThread_release_lock(%p) error: %ld\n", PyThread_get_thread_ident(), aLo… in PyThread_release_lock()