HomeSort by relevance Sort by last modified time
    Searched refs:__mutex (Results 1 - 4 of 4) sorted by null

  /bionic/libc/include/
pthread.h 127 int pthread_cond_timedwait(pthread_cond_t* __cond, pthread_mutex_t* __mutex, const struct timespec* __timeout);
136 int pthread_cond_timedwait_monotonic_np(pthread_cond_t* __cond, pthread_mutex_t* __mutex,
138 int pthread_cond_wait(pthread_cond_t* __cond, pthread_mutex_t* __mutex);
184 int pthread_mutex_destroy(pthread_mutex_t* __mutex);
185 int pthread_mutex_init(pthread_mutex_t* __mutex, const pthread_mutexattr_t* __attr);
186 int pthread_mutex_lock(pthread_mutex_t* __mutex);
187 int pthread_mutex_timedlock(pthread_mutex_t* __mutex, const struct timespec* __timeout)
197 int pthread_mutex_timedlock_monotonic_np(pthread_mutex_t* __mutex, const struct timespec* __timeout)
199 int pthread_mutex_trylock(pthread_mutex_t* __mutex);
200 int pthread_mutex_unlock(pthread_mutex_t* __mutex);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Synch.py 26 __mutex is a short term lock used to protect the instance variables
33 locking __mutex:
44 self.__mutex = thread.allocate_lock()
55 __mutex lock).
61 self.__mutex.acquire()
67 self.__mutex.release()
72 self.__mutex.acquire()
79 self.__mutex.release()
91 self.__mutex.acquire()
100 self.__mutex.release()
    [all...]
  /external/python/cpython2/Demo/metaclasses/
Synch.py 26 __mutex is a short term lock used to protect the instance variables
33 locking __mutex:
44 self.__mutex = thread.allocate_lock()
55 __mutex lock).
61 self.__mutex.acquire()
67 self.__mutex.release()
72 self.__mutex.acquire()
79 self.__mutex.release()
91 self.__mutex.acquire()
100 self.__mutex.release(
    [all...]
  /bionic/tests/
pthread_test.cpp     [all...]

Completed in 458 milliseconds