MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / unlock

Method unlock

TactilityKernel/source/concurrent/thread.cpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 void lock() { mutex_lock(&mutex); }
39
40 void unlock() { mutex_unlock(&mutex); }
41};
42
43static void thread_set_state_internal(Thread* thread, ThreadState newState) {

Callers 14

spi_controller_unlockFunction · 0.45
thread_main_bodyFunction · 0.45
thread_set_nameFunction · 0.45
thread_set_stack_sizeFunction · 0.45
thread_set_affinityFunction · 0.45
thread_set_main_functionFunction · 0.45
thread_set_priorityFunction · 0.45
thread_get_stateFunction · 0.45
thread_startFunction · 0.45
thread_get_task_handleFunction · 0.45

Calls 1

mutex_unlockFunction · 0.85

Tested by

no test coverage detected