Searched refs:CAP_SYS_NICE (Results 1 – 3 of 3) sorted by relevance
39 auto nice_idx = CAP_TO_INDEX(CAP_SYS_NICE); in hasCapSysNice()40 auto nice_mask = CAP_TO_MASK(CAP_SYS_NICE); in hasCapSysNice()
95 #define CAP_SYS_NICE 23 macro
80 return ((linux_user_data.permitted >> CAP_SYS_NICE) & 0x1) != 0; in CanSetCurrentThreadPriority()