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

  /src/lib/libpthread/
pthread_rwlock.c 285 _DIAGASSERT(((uintptr_t)self & RW_FLAGMASK) == 0);
380 _DIAGASSERT(((uintptr_t)self & RW_FLAGMASK) == 0);
515 _DIAGASSERT(((uintptr_t)thread & RW_FLAGMASK) == 0);
pthread_int.h 329 #define RW_FLAGMASK 0x0f

Completed in 12 milliseconds