Lines Matching refs:dprintf
172 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread()
244 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread()
262 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock()
278 dprintf(("PyThread_allocate_lock() -> %p\n", lock)); in PyThread_allocate_lock()
289 dprintf(("PyThread_free_lock(%p) called\n", lock)); in PyThread_free_lock()
320 dprintf(("PyThread_acquire_lock(%p, %d) called\n", lock, waitflag)); in PyThread_acquire_lock()
337 dprintf(("PyThread_acquire_lock(%p, %d) -> %d\n", lock, waitflag, success)); in PyThread_acquire_lock()
348 dprintf(("PyThread_release_lock(%p) called\n", lock)); in PyThread_release_lock()
365 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock()
388 dprintf(("PyThread_allocate_lock() -> %p\n", lock)); in PyThread_allocate_lock()
399 dprintf(("PyThread_free_lock(%p) called\n", lock)); in PyThread_free_lock()
417 dprintf(("PyThread_acquire_lock(%p, %d) called\n", lock, waitflag)); in PyThread_acquire_lock()
450 dprintf(("PyThread_acquire_lock(%p, %d) -> %d\n", lock, waitflag, success)); in PyThread_acquire_lock()
461 dprintf(("PyThread_release_lock(%p) called\n", lock)); in PyThread_release_lock()