Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
static void thread_set_state_internal(Thread* thread, ThreadState newState) {
Callers
14
spi_controller_unlock
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_unlock
Function · 0.85
Tested by
no test coverage detected