MCPcopy 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
1130void hb_lock( hb_lock_t * l )
1131{
1132 pthread_mutex_lock( &l->mutex );
1133}
1134
1135void hb_unlock( hb_lock_t * l )
1136{

Callers 15

hb_scanFunction · 0.85
hb_startFunction · 0.85
hb_pauseFunction · 0.85
hb_get_stateFunction · 0.85
hb_get_state2Function · 0.85
thread_funcFunction · 0.85
hb_set_stateFunction · 0.85
taskset_cycleFunction · 0.85
taskset_thread_completeFunction · 0.85
taskset_finiFunction · 0.85
muxWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected