Searched refs:PRI_BUTT (Results 1 - 5 of 5) sorted by relevance
/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/ |
H A D | thread_adapter.c | 20 #define PRI_BUTT 39
macro 76 struct sched_param sched = {PRI_BUTT - attr->priority};
in THREAD_Create()
|
/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/ |
H A D | service.h | 115 PRI_BUTT = 39, enumerator
|
/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | samgr_lite.c | 440 if (cfg->priority < PRI_LOW || cfg->priority >= PRI_BUTT) {
in AddTaskPool()
|
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
H A D | samgr_server_rpc.c | 238 TaskConfig config = {LEVEL_HIGH, PRI_BUTT - 1, 0x4000, 20, SINGLE_TASK}; // Cannot use PRI_BUTT directly, so minus 1 in GetTaskConfig()
|
H A D | samgr_server.c | 143 TaskConfig config = {LEVEL_HIGH, PRI_BUTT - 1, 0x400, 20, SINGLE_TASK}; // Cannot use PRI_BUTT directly, so minus 1
in GetTaskConfig()
|
Completed in 6 milliseconds