Home
last modified time | relevance | path

Searched refs:PRI_BUTT (Results 1 - 5 of 5) sorted by relevance

/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dthread_adapter.c20 #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 Dservice.h115 PRI_BUTT = 39, enumerator
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dsamgr_lite.c440 if (cfg->priority < PRI_LOW || cfg->priority >= PRI_BUTT) { in AddTaskPool()
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server_rpc.c238 TaskConfig config = {LEVEL_HIGH, PRI_BUTT - 1, 0x4000, 20, SINGLE_TASK}; // Cannot use PRI_BUTT directly, so minus 1 in GetTaskConfig()
H A Dsamgr_server.c143 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