Searched refs:SEM_VALUE_MAX (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsem_init.c76 * 'value' >= SEM_VALUE_MAX
96 else if (value > (unsigned int)SEM_VALUE_MAX)
137 (long) SEM_VALUE_MAX, /* Maximum value */
H A Dsem_destroy.c110 * s->value to SEM_VALUE_MAX below does force a fall-through.
116 s->value = SEM_VALUE_MAX;
123 * routines. Due to the SEM_VALUE_MAX value, if sem_post or
H A Dsem_post.c94 if (s->value < SEM_VALUE_MAX)
H A Dsem_post_multiple.c98 if (s->value <= (SEM_VALUE_MAX - count))
H A Dpthread.h499 * SEM_VALUE_MAX
536 #undef SEM_VALUE_MAX macro
537 #define SEM_VALUE_MAX INT_MAX macro

Completed in 81 milliseconds