Home
last modified time | relevance | path

Searched refs:pthread_setcancelstate (Results 1 – 16 of 16) sorted by relevance

/relibc/pthreads-emb/tests/
H A Dcancel1.c114 assert(pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &oldstate) == 0); in mythread()
116 assert(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) == 0); in mythread()
117 assert(pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL) == 0); in mythread()
118 assert(pthread_setcancelstate(oldstate, &oldstate) == 0); in mythread()
H A Dexception1.c94 assert(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) == 0); in exceptionedThread()
127 assert(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) == 0); in canceledThread()
H A Dcancel4.c118 assert(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) == 0); in mythread()
H A Dcancel5.c116 assert (pthread_setcancelstate (PTHREAD_CANCEL_ENABLE, NULL) == 0); in mythread()
H A Dcancel6a.c107 assert(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) == 0); in mythread()
H A Dcancel6d.c106 assert(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) == 0); in mythread()
H A Dcancel3.c116 assert (pthread_setcancelstate (PTHREAD_CANCEL_ENABLE, NULL) == 0); in mythread()
H A Dcleanup0.c134 assert(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) == 0); in mythread()
H A Dcancel2.c115 assert(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) == 0); in mythread()
H A Dcleanup1.c138 assert(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) == 0); in mythread()
H A DChangeLog658 * cancel1.c: New. Test pthread_setcancelstate and
/relibc/pthreads-emb/
H A Dpthread_setcancelstate.c48 pthread_setcancelstate (int state, int *oldstate) in pthread_setcancelstate() function
H A Dpthread.h731 int pthread_setcancelstate (int state,
H A DANNOUNCE133 pthread_setcancelstate
/relibc/pthreads-emb/platform/psp/
H A DMakefile156 pthread_setcancelstate.o
/relibc/pthreads-emb/platform/dspbios/pte_lib/
H A Dpte_lib.pjt110 Source="..\..\..\pthread_setcancelstate.c"