Searched defs:thread_param (Results 1 – 10 of 10) sorted by relevance
56 struct thread_param { struct57 int index;58 volatile int stop;59 int sleep_ms;60 int priority;61 int policy;62 const char *name;63 int cpu;64 volatile unsigned futex;65 volatile unsigned should_stall;[all …]
54 struct thread_param { struct55 int index;56 volatile int stop;57 int sleep_ms;58 int priority;59 int policy;60 const char *name;61 int cpu;62 volatile unsigned futex;63 volatile unsigned should_stall;[all …]
55 struct thread_param { struct56 int index;57 volatile int stop;58 int sleep_ms;59 int priority;60 int policy;61 const char *name;62 int cpu;63 volatile unsigned futex;64 volatile unsigned should_stall;[all …]
58 struct thread_param { struct59 int index;60 volatile int stop;61 int sleep_ms;62 int priority;63 int policy;64 const char *name;65 int cpu;66 volatile unsigned futex;67 volatile unsigned should_stall;[all …]
57 struct thread_param { struct58 int index;59 volatile int stop;60 int sleep_ms;61 int priority;62 int policy;63 const char *name;64 int cpu;65 volatile unsigned futex;66 volatile unsigned should_stall;[all …]
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