MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / calcPriority

Function calcPriority

src/UtilsCtrl/ThreadPool/Thread/UThreadBase.h:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 * @return
235 */
236 static CInt calcPriority(const int priority) {
237 return (priority >= CGRAPH_THREAD_MIN_PRIORITY
238 && priority <= CGRAPH_THREAD_MAX_PRIORITY)
239 ? priority : CGRAPH_THREAD_MIN_PRIORITY;
240 }
241
242
243protected:

Callers 1

setSchedParamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected