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

  /src/tests/lib/libpthread/
h_cancel.c 47 pthread_cancel(pthread_self());
cancelpoint.h 90 RZ(pthread_cancel(t));
114 RZ(pthread_cancel(t));
t_detach.c 87 rv = pthread_cancel(t);
t_cancellation.c 984 RZ(pthread_cancel(pthread_self())); /* cancel */
1001 "Test pthread_cancel(pthread_self()) async");
1030 RZ(pthread_cancel(pthread_self()));
1049 "Test pthread_cancel(pthread_self()) deferred");
1150 RZ(pthread_cancel(t));
1190 RZ(pthread_cancel(t));
1248 RZ(pthread_cancel(t));
1307 RZ(pthread_cancel(t));
1355 RZ(pthread_cancel(t));
1457 RZ(pthread_cancel(t))
    [all...]
t_once.c 187 PTHREAD_REQUIRE(pthread_cancel(thread));
t_cond.c 542 PTHREAD_REQUIRE(pthread_cancel(thread));
  /src/tests/lib/semaphore/
sem.c 163 pthread_cancel(pt);
201 pthread_cancel(pt);
  /src/lib/libpthread/
pthread.h 154 int pthread_cancel(pthread_t);
Makefile 142 pthread_cancel.3 pthread_cleanup_push.3 \
pthread.c 878 pthread_cancel(pthread_t thread) function in typeref:typename:int
975 * pthread_cancel.
1080 * membar_acquire matches membar_release in pthread_cancel.

Completed in 42 milliseconds