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

Function hb_yield

libhb/ports.c:1196–1199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1194}
1195
1196void hb_yield(void)
1197{
1198 sched_yield();
1199}
1200
1201void hb_cond_timedwait( hb_cond_t * c, hb_lock_t * lock, int msec )
1202{

Callers 1

hb_work_loopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected