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

Function taskset_thread

libhb/taskset.c:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93static taskset_thread_t*
94taskset_thread( taskset_t *ts, int thr_idx )
95{
96 return &ts->task_threads[thr_idx];
97}
98
99void
100taskset_cycle( taskset_t *ts )

Callers 3

taskset_cycleFunction · 0.85
taskset_thread_fFunction · 0.85
taskset_finiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected