Lines Matching refs:PyThread_get_thread_ident
151 unsigned long PyThread_get_thread_ident(void);
195 PyThread_get_thread_ident())); in PyThread_start_new_thread()
216 PyThread_get_thread_ident(), e)); in PyThread_start_new_thread()
222 PyThread_get_thread_ident(), (void*)hThread)); in PyThread_start_new_thread()
233 PyThread_get_thread_ident(void) in PyThread_get_thread_ident() function
263 dprintf(("%lu: PyThread_exit_thread called\n", PyThread_get_thread_ident())); in PyThread_exit_thread()
285 dprintf(("%lu: PyThread_allocate_lock() -> %p\n", PyThread_get_thread_ident(), aLock)); in PyThread_allocate_lock()
293 dprintf(("%lu: PyThread_free_lock(%p) called\n", PyThread_get_thread_ident(),aLock)); in PyThread_free_lock()
326 PyThread_get_thread_ident(), aLock, microseconds)); in PyThread_acquire_lock_timed()
337 PyThread_get_thread_ident(), aLock, microseconds, success)); in PyThread_acquire_lock_timed()
350 dprintf(("%lu: PyThread_release_lock(%p) called\n", PyThread_get_thread_ident(),aLock)); in PyThread_release_lock()
353 …dprintf(("%lu: Could not PyThread_release_lock(%p) error: %ld\n", PyThread_get_thread_ident(), aLo… in PyThread_release_lock()