Searched refs:HM_PR_SILK_BLOCKAWARE_OPS (Results 1 - 1 of 1) sorted by relevance
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | blockaware.h | 29 #define HM_PR_SILK_BLOCKAWARE_OPS 0x534b4241 macro 188 int rc = prctl(HM_PR_SILK_BLOCKAWARE_OPS, BLOCKAWARE_SUBOPS_INIT, reinterpret_cast<unsigned long>(keyPtr)); in BlockawareInit() 195 int rc = prctl(HM_PR_SILK_BLOCKAWARE_OPS, BLOCKAWARE_SUBOPS_REG, static_cast<unsigned long>(domain)); in BlockawareRegister() 202 int rc = prctl(HM_PR_SILK_BLOCKAWARE_OPS, BLOCKAWARE_SUBOPS_UNREG); in BlockawareUnregister() 239 int rc = prctl(HM_PR_SILK_BLOCKAWARE_OPS, BLOCKAWARE_SUBOPS_WAIT, reinterpret_cast<unsigned long>(cond)); in BlockawareWaitCond() 245 int rc = prctl(HM_PR_SILK_BLOCKAWARE_OPS, BLOCKAWARE_SUBOPS_WAKE); in BlockawareWake() 251 int rc = prctl(HM_PR_SILK_BLOCKAWARE_OPS, BLOCKAWARE_SUBOPS_MONITORFD, in BlockawareMonitorfd()
|
Completed in 2 milliseconds