Home
last modified time | relevance | path

Searched refs:pthread_lock (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dthread_pthread.h206 } pthread_lock; typedef
576 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()