Home
last modified time | relevance | path

Searched defs:seq (Results 1 – 6 of 6) sorted by relevance

/nptl/
A Dpthread_key_delete.c30 unsigned int seq = __pthread_keys[key].seq; in ___pthread_key_delete() local
A Dpthread_key_create.c29 uintptr_t seq = __pthread_keys[cnt].seq; in ___pthread_key_create() local
A Dpthread_getspecific.c57 uintptr_t seq = data->seq; in ___pthread_getspecific() local
A Dpthread_setspecific.c30 unsigned int seq; in ___pthread_setspecific() local
A Dpthread_cond_wait.c78 __condvar_cancel_waiting (pthread_cond_t *cond, uint64_t seq, unsigned int g, in __condvar_cancel_waiting()
405 uint64_t seq = wseq >> 1; in __pthread_cond_wait_common() local
A Ddescr.h305 uintptr_t seq; member

Completed in 6 milliseconds