HomeSort by relevance Sort by last modified time
    Searched defs:pthread_mutexattr_default (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_pthread.h 68 #if !defined(pthread_mutexattr_default)
69 # define pthread_mutexattr_default ((pthread_mutexattr_t *)NULL) macro
371 pthread_mutexattr_default);
  /external/python/cpython2/Python/
thread_pthread.h 68 #if !defined(pthread_mutexattr_default)
69 # define pthread_mutexattr_default ((pthread_mutexattr_t *)NULL) macro
375 pthread_mutexattr_default);
  /external/python/cpython3/Python/
thread_pthread.h 72 #if !defined(pthread_mutexattr_default)
73 # define pthread_mutexattr_default ((pthread_mutexattr_t *)NULL) macro
419 pthread_mutexattr_default);

Completed in 218 milliseconds