Home
last modified time | relevance | path

Searched refs:valuep (Results 1 – 2 of 2) sorted by relevance

/nptl/
A Dpthread_condattr_setpshared.c30 int *valuep = &((struct pthread_condattr *) attr)->value; in __pthread_condattr_setpshared() local
32 *valuep = (*valuep & ~1) | (pshared != PTHREAD_PROCESS_PRIVATE); in __pthread_condattr_setpshared()
A Dpthread_condattr_setclock.c38 int *valuep = &((struct pthread_condattr *) attr)->value; in __pthread_condattr_setclock() local
40 *valuep = ((*valuep & ~(((1 << COND_CLOCK_BITS) - 1) << 1)) in __pthread_condattr_setclock()

Completed in 4 milliseconds