MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_cond_wait

Function hb_cond_wait

libhb/ports.c:1182–1185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1180}
1181
1182void hb_cond_wait( hb_cond_t * c, hb_lock_t * lock )
1183{
1184 pthread_cond_wait( &c->cond, &lock->mutex );
1185}
1186
1187void hb_clock_gettime( struct timespec *tp )
1188{

Callers 3

taskset_cycleFunction · 0.85
taskset_finiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected