HomeSort by: relevance | last modified time | path
    Searched refs:pthread_setcanceltype (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/libpthread/
t_cancellation.c 979 RZ(pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL));
1073 RZ(pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &type));
1164 RZ(pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL));
1208 RZ(pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL));
1278 RZ(pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL));
1331 RZ(pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS,
1390 RZ(pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL));
  /src/lib/libpthread/
pthread.h 156 int pthread_setcanceltype(int, int *);
Makefile 256 MLINKS+= pthread_testcancel.3 pthread_setcanceltype.3
pthread.c 991 pthread_setcanceltype(int type, int *oldtype) function in typeref:typename:int

Completed in 25 milliseconds