Searched defs:pthread_rwlockattr_t (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread.h595 typedef struct pthread_rwlockattr_t_ * pthread_rwlockattr_t; typedef in typeref:struct:pthread_rwlockattr_t_
1124 const pthread_rwlockattr_t *attr);
1144 PTW32_DLLPORT int PTW32_CDECL pthread_rwlockattr_init (pthread_rwlockattr_t * attr);
1146 PTW32_DLLPORT int PTW32_CDECL pthread_rwlockattr_destroy (pthread_rwlockattr_t * attr);
1148 PTW32_DLLPORT int PTW32_CDECL pthread_rwlockattr_getpshared (const pthread_rwlockattr_t * attr,
1151 PTW32_DLLPORT int PTW32_CDECL pthread_rwlockattr_setpshared (pthread_rwlockattr_t * attr,

Completed in 102 milliseconds