MCPcopy Create free account
hub / github.com/beefytech/Beef / SetPriorityNative

Method SetPriorityNative

BeefRT/rt/Thread.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void Thread::SetPriorityNative(int priority)
62{
63 return BfpThread_SetPriority(GetInternalThread()->mThreadHandle, (BfpThreadPriority)(priority - 2), NULL);
64}
65
66bool Thread::GetIsAlive()
67{

Callers

nothing calls this directly

Calls 1

BfpThread_SetPriorityFunction · 0.50

Tested by

no test coverage detected