Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ hb_lock
Function
hb_lock
libhb/ports.c:1130–1133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1128
}
1129
1130
void hb_lock( hb_lock_t * l )
1131
{
1132
pthread_mutex_lock( &l->mutex );
1133
}
1134
1135
void hb_unlock( hb_lock_t * l )
1136
{
Callers
15
hb_scan
Function · 0.85
hb_start
Function · 0.85
hb_pause
Function · 0.85
hb_get_state
Function · 0.85
hb_get_state2
Function · 0.85
thread_func
Function · 0.85
hb_set_state
Function · 0.85
taskset_cycle
Function · 0.85
taskset_thread_wait4start
Function · 0.85
taskset_thread_complete
Function · 0.85
taskset_fini
Function · 0.85
muxWork
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected