Searched refs:wait_lock (Results 1 – 1 of 1) sorted by relevance
16 static ulock_t wait_lock; /* lock used to wait for other threads */ variable69 if ((wait_lock = usnewlock(shared_arena)) == NULL) in PyThread__init_thread()187 if (ussetlock(wait_lock) < 0) in PyThread_exit_thread()197 if (ussetlock(wait_lock) < 0) in PyThread_exit_thread()206 if (usunsetlock(wait_lock) < 0) in PyThread_exit_thread()