MCPcopy Create free account
hub / github.com/XpuOS/xsched / GetPreemptLevel

Function GetPreemptLevel

protocol/src/names.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106XPreemptLevel GetPreemptLevel(const std::string &name)
107{
108 SEARCH_KEY(PreemptLevelNames(), name, kPreemptLevelUnknown);
109}
110
111const std::string &GetPreemptLevelName(XPreemptLevel level)
112{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected