OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:periodic_thread
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/realtime/func/periodic_cpu_load/
periodic_cpu_load.c
121
void *
periodic_thread
(void *thread)
function
210
create_fifo_thread(
periodic_thread
, (void *)&parg_a, PRIO_A);
212
create_fifo_thread(
periodic_thread
, (void *)&parg_b, PRIO_B);
214
create_fifo_thread(
periodic_thread
, (void *)&parg_c, PRIO_C);
periodic_cpu_load_single.c
86
int
periodic_thread
(nsec_t period, int iterations, int loops)
function
225
ret =
periodic_thread
(period, iterations, calc_loops);
/external/ltp/testcases/realtime/func/sched_latency/
sched_latency.c
117
void *
periodic_thread
(void *arg)
function
291
per_id = create_fifo_thread(
periodic_thread
, NULL, PRIO);
Completed in 1020 milliseconds