MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / RemoveThreadFromQueue

Function RemoveThreadFromQueue

Kernel/src/arch/x86_64/scheduler.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 inline void RemoveThreadFromQueue(thread_t* thread){
43 GetCPULocal()->runQueue->remove(thread);
44 }
45
46 void InsertNewThreadIntoQueue(thread_t* thread){
47 CPU* cpu = SMP::cpus[0];

Callers

nothing calls this directly

Calls 2

GetCPULocalFunction · 0.85
removeMethod · 0.45

Tested by

no test coverage detected