Home
last modified time | relevance | path

Searched refs:type (Results 1 – 4 of 4) sorted by relevance

/nptl/
A Dpthread_setcanceltype.c24 __pthread_setcanceltype (int type, int *oldtype) in __pthread_setcanceltype() argument
26 if (type < PTHREAD_CANCEL_DEFERRED || type > PTHREAD_CANCEL_ASYNCHRONOUS) in __pthread_setcanceltype()
33 self->canceltype = type; in __pthread_setcanceltype()
34 if (type == PTHREAD_CANCEL_ASYNCHRONOUS) in __pthread_setcanceltype()
A Dpthread_mutex_unlock.c51 int type = PTHREAD_MUTEX_TYPE_ELISION (mutex); in __pthread_mutex_unlock_usercnt() local
52 if (__builtin_expect (type in __pthread_mutex_unlock_usercnt()
57 if (__builtin_expect (type, PTHREAD_MUTEX_TIMED_NP) in __pthread_mutex_unlock_usercnt()
74 else if (__glibc_likely (type == PTHREAD_MUTEX_TIMED_ELISION_NP)) in __pthread_mutex_unlock_usercnt()
98 assert (type == PTHREAD_MUTEX_ERRORCHECK_NP); in __pthread_mutex_unlock_usercnt()
A Dtest-mutexattr-printers.c31 #define SET_TYPE(attr, type) pthread_mutexattr_settype (attr, type) argument
A Dpthread_mutex_lock.c80 unsigned int type = PTHREAD_MUTEX_TYPE_ELISION (mutex); in PTHREAD_MUTEX_LOCK() local
84 if (__builtin_expect (type & ~(PTHREAD_MUTEX_KIND_MASK_NP in PTHREAD_MUTEX_LOCK()
88 if (__glibc_likely (type == PTHREAD_MUTEX_TIMED_NP)) in PTHREAD_MUTEX_LOCK()
97 else if (__glibc_likely (type == PTHREAD_MUTEX_TIMED_ELISION_NP)) in PTHREAD_MUTEX_LOCK()

Completed in 5 milliseconds