Home
last modified time | relevance | path

Searched refs:PTE_EPS_CANCEL (Results 1 – 9 of 9) sorted by relevance

/relibc/pthreads-emb/
H A Dpte_throw.c66 if (exception != PTE_EPS_CANCEL && exception != PTE_EPS_EXIT) in pte_throw()
84 case PTE_EPS_CANCEL: in pte_throw()
109 case PTE_EPS_CANCEL: in pte_throw()
H A Dpthread_testcancel.c103 pte_throw (PTE_EPS_CANCEL); in pthread_testcancel()
H A Dpthread_setcancelstate.c120 pte_throw (PTE_EPS_CANCEL); in pthread_setcancelstate()
H A Dpthread_setcanceltype.c133 pte_throw (PTE_EPS_CANCEL); in pthread_setcanceltype()
H A Dpte_cancellable_wait.c110 pte_throw (PTE_EPS_CANCEL); in pte_cancellable_wait()
H A Dpthread_cancel.c121 pte_throw (PTE_EPS_CANCEL); in pthread_cancel()
H A Dpthread_delay_np.c148 pte_throw (PTE_EPS_CANCEL); in pthread_delay_np()
H A Dpte_threadStart.c122 case PTE_EPS_CANCEL: in pte_threadStart()
H A Dimplement.h408 #define PTE_EPS_CANCEL (2) macro