Home
last modified time | relevance | path

Searched refs:INVALID_PRIORITY (Results 1 - 2 of 2) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/host/
H A Ddevhost.c43 #define INVALID_PRIORITY "0" macro
151 if ((strcmp(argv[DEVHOST_PROCESS_PRI_POS], INVALID_PRIORITY) != 0) && in SetHostProperties()
152 (strcmp(argv[DEVHOST_THREAD_PRI_POS], INVALID_PRIORITY) != 0)) { in SetHostProperties()
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dstartup_cfg_gen.cpp42 static constexpr uint32_t INVALID_PRIORITY = 0; variable
223 hostData.threadPriority = INVALID_PRIORITY; // 1(low) - 99(high) in InitHostInfo()

Completed in 2 milliseconds