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

  /src/lib/libpthread/
pthread.c 662 atomic_store_relaxed(&self->pt_cancel, PT_CANCEL_DISABLED);
899 if ((old & PT_CANCEL_DISABLED) == 0) {
931 flags = PT_CANCEL_DISABLED;
939 new = (old & ~PT_CANCEL_DISABLED) | flags;
951 (PT_CANCEL_DISABLED|PT_CANCEL_CANCELLED))) {
982 if (old & PT_CANCEL_DISABLED)
pthread_int.h 161 #define PT_CANCEL_DISABLED __BIT(0)

Completed in 36 milliseconds