Searched defs:thread_param (Results 1 – 8 of 8) sorted by relevance
59 struct thread_param { struct60 int prio;61 int mode;62 int timermode;63 int signal;64 int clock;65 unsigned long max_cycles;66 struct thread_stat *stats;67 int bufmsk;68 unsigned long interval;
43 struct thread_param { struct44 int id;45 int prio;46 int signal;47 unsigned long max_cycles;48 struct thread_stat *stats;49 int bufmsk;
66 void *thread_param; /* Thread function argument. */ member
175 void *thread_param; member
151 struct sched_param thread_param; in ThreadFunctionProcessStatus() local
913 struct sched_param thread_param; in main() local
132 struct sched_param thread_param; in kqueue_thread() local259 struct sched_param thread_param; in waitpid_thread() local
1242 struct sched_param thread_param; in ThreadFunctionReadRemoteData() local