Searched defs:s (Results 1 – 10 of 10) sorted by relevance
12 #define SEM_WAIT(s) sem_timedwait (s, &ts) argument
8 # define SEM_WAIT(s) sem_wait (s) argument28 sem_t s; in main() member
35 sem_t s; in do_test() local
26 sem_t *s = static_cast<sem_t *> (arg); in tf() local56 sem_t s; in do_test() local
37 int s; in do_test() local
116 unsigned int s = atomic_load_relaxed (&cond->__data.__g1_orig_size); in __condvar_acquire_lock() local173 unsigned int s; in __condvar_set_orig_size() local
72 sem_t s; variable
20 sem_t s; in do_test_wait() member
185 int s = rand_r (&r) % N; in do_test() local
571 unsigned int s = atomic_load_relaxed (cond->__data.__g_signals + g); in __pthread_cond_wait_common() local
Completed in 8 milliseconds