Searched refs:_PTHREAD_PRIORITY_PRIORITY_MASK (Results 1 – 2 of 2) sorted by relevance
45 pp |= _PTHREAD_PRIORITY_PRIORITY_MASK; in _pthread_priority_normalize()50 _PTHREAD_PRIORITY_PRIORITY_MASK); in _pthread_priority_normalize()61 pp |= _PTHREAD_PRIORITY_PRIORITY_MASK; in _pthread_priority_normalize_for_ipc()64 _PTHREAD_PRIORITY_PRIORITY_MASK); in _pthread_priority_normalize_for_ipc()
180 #define _PTHREAD_PRIORITY_PRIORITY_MASK 0x000000ffu macro234 pp |= ((uint8_t)relpri - 1) & _PTHREAD_PRIORITY_PRIORITY_MASK; in _pthread_priority_make_from_thread_qos()348 pp &= _PTHREAD_PRIORITY_PRIORITY_MASK; in _pthread_priority_relpri()