Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1182
void hb_cond_wait( hb_cond_t * c, hb_lock_t * lock )
1183
{
1184
pthread_cond_wait( &c->cond, &lock->mutex );
1185
}
1186
1187
void hb_clock_gettime( struct timespec *tp )
1188
{
Callers
3
taskset_cycle
Function · 0.85
taskset_thread_wait4start
Function · 0.85
taskset_fini
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected