Home
last modified time | relevance | path

Searched refs:PTHREAD_CANCEL_DEFERRED (Results 1 – 7 of 7) sorted by relevance

/relibc/pthreads-emb/tests/
H A Dcancel1.c126 assert(oldtype == PTHREAD_CANCEL_DEFERRED); /* Check default */ in mythread()
127 assert(pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL) == 0); in mythread()
H A Dcancel4.c120 assert(pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL) == 0); in mythread()
H A Dcancel6d.c108 assert(pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL) == 0); in mythread()
H A Dcancel2.c124 assert(pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL) == 0); in mythread()
/relibc/pthreads-emb/
H A Dpte_new.c86 tp->cancelType = PTHREAD_CANCEL_DEFERRED; in pte_new()
H A Dpthread_setcanceltype.c104 || (type != PTHREAD_CANCEL_DEFERRED in pthread_setcanceltype()
H A Dpthread.h442 PTHREAD_CANCEL_DEFERRED = 1, /* Default */ enumerator