Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_pthread.h118 } pthread_lock; typedef
358 pthread_lock *lock; in PyThread_allocate_lock()
365 lock = (pthread_lock *) malloc(sizeof(pthread_lock)); in PyThread_allocate_lock()
367 memset((void *)lock, '\0', sizeof(pthread_lock)); in PyThread_allocate_lock()
391 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_free_lock()
409 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_acquire_lock()
442 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_release_lock()