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

Method lock

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

Source from the content-addressed store, hash-verified

36 }
37
38 void lock() { mutex_lock(&mutex); }
39
40 void unlock() { mutex_unlock(&mutex); }
41};

Callers 14

spi_controller_lockFunction · 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_lockFunction · 0.85

Tested by

no test coverage detected