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

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread.h592 typedef struct pthread_condattr_t_ * pthread_condattr_t; typedef in typeref:struct:pthread_condattr_t_
1076 PTW32_DLLPORT int PTW32_CDECL pthread_condattr_init (pthread_condattr_t * attr);
1078 PTW32_DLLPORT int PTW32_CDECL pthread_condattr_destroy (pthread_condattr_t * attr);
1080 PTW32_DLLPORT int PTW32_CDECL pthread_condattr_getpshared (const pthread_condattr_t * attr,
1083 PTW32_DLLPORT int PTW32_CDECL pthread_condattr_setpshared (pthread_condattr_t * attr,
1090 const pthread_condattr_t * attr);
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c506 } pthread_condattr_t; typedef in typeref:struct:__anon33265

Completed in 75 milliseconds