Searched refs:pthread_lock (Results 1 – 1 of 1) sorted by relevance
206 } pthread_lock; typedef576 pthread_lock *lock; in PyThread_allocate_lock()583 lock = (pthread_lock *) PyMem_RawCalloc(1, sizeof(pthread_lock)); in PyThread_allocate_lock()612 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_free_lock()635 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_acquire_lock_timed()708 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_release_lock()