| 44 | static inline void *taskset_thread_args( taskset_t *, int ); |
| 45 | |
| 46 | static inline void * |
| 47 | taskset_thread_args( taskset_t *ts, int thr_idx ) |
| 48 | { |
| 49 | return( ts->task_threads_args + ( ts->arg_size * thr_idx ) ); |
| 50 | } |
| 51 | |
| 52 | #endif /* HANDBRAKE_TASKSET_H */ |
no outgoing calls
no test coverage detected