Home
last modified time | relevance | path

Searched defs:thread_param (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
Dpitest-5.c56 struct thread_param { struct
57 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 …]
Dpitest-6.c54 struct thread_param { struct
55 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 …]
Dpitest-1.c55 struct thread_param { struct
56 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 …]
Dpitest-4.c58 struct thread_param { struct
59 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 …]
Dpitest-2.c56 struct thread_param { struct
57 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 …]
Dpitest-3.c57 struct thread_param { struct
58 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 …]
/external/autotest/client/tests/cyclictest/src/
Dcyclictest.c59 struct thread_param { struct
60 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;
/external/autotest/client/tests/signaltest/src/
Dsignaltest.c43 struct thread_param { struct
44 int id;
45 int prio;
46 int signal;
47 unsigned long max_cycles;
48 struct thread_stat *stats;
49 int bufmsk;
/external/libhevc/encoder/
Dosal_thread.h66 void *thread_param; /* Thread function argument. */ member
Dosal.h175 void *thread_param; member