Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_lock
Function · 0.45
thread_set_state_internal
Function · 0.45
thread_main_body
Function · 0.45
thread_set_name
Function · 0.45
thread_set_stack_size
Function · 0.45
thread_set_affinity
Function · 0.45
thread_set_main_function
Function · 0.45
thread_set_priority
Function · 0.45
thread_set_state_callback
Function · 0.45
thread_get_state
Function · 0.45
thread_start
Function · 0.45
thread_get_task_handle
Function · 0.45
Calls
1
mutex_lock
Function · 0.85
Tested by
no test coverage detected