Home
last modified time | relevance | path

Searched refs:THREAD_MAXIMUM_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_util.h41 #define THREAD_MAXIMUM_PRIORITY (-20) macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_util.c134 if (nice(THREAD_MAXIMUM_PRIORITY) == -1) { in SetMaximumPriorityForThread()