Searched refs:this_lock (Results 1 – 2 of 2) sorted by relevance
176 int32 this_lock; in PyThread_allocate_lock() local186 this_lock = atomic_add( &lock_count, 1 ); in PyThread_allocate_lock()187 PyOS_snprintf(name, sizeof(name), "python lock (%d)", this_lock); in PyThread_allocate_lock()
161 atomic_t this_lock; in PyThread_allocate_lock() local172 this_lock = atomic_add(&lock_count, 1); in PyThread_allocate_lock()173 PyOS_snprintf(name, sizeof(name), "python lock (%d)", this_lock); in PyThread_allocate_lock()