Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dthread_pthread.h118 } pthread_lock; typedef
362 pthread_lock *lock; in PyThread_allocate_lock()
369 lock = (pthread_lock *) malloc(sizeof(pthread_lock)); in PyThread_allocate_lock()
371 memset((void *)lock, '\0', sizeof(pthread_lock)); in PyThread_allocate_lock()
395 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_free_lock()
414 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_acquire_lock()
447 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_release_lock()