OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_rr_thread
(Results
1 - 5
of
5
) sorted by null
/external/ltp/testcases/realtime/func/pi-tests/
testpi-1.c
205
create_rr_thread
(func_rt, NULL, 20);
206
create_rr_thread
(func_rt, NULL, 30);
207
create_rr_thread
(func_rt, NULL, 40);
208
create_rr_thread
(func_noise, NULL, 40);
testpi-4.c
211
create_rr_thread
(func_rt, NULL, 20);
212
create_rr_thread
(func_rt, NULL, 30);
213
create_rr_thread
(func_rt, NULL, 40);
214
create_rr_thread
(func_noise, NULL, 40);
testpi-2.c
205
create_rr_thread
(func_lowrt, NULL, 10);
206
create_rr_thread
(func_rt, NULL, 20);
209
create_rr_thread
(func_noise, NULL, 40);
/external/ltp/testcases/realtime/include/
librttest.h
243
/*
create_rr_thread
: spawn a SCHED_RR thread with priority prio running
249
int
create_rr_thread
(void*(*func)(void*), void *arg, int prio);
/external/ltp/testcases/realtime/lib/
librttest.c
332
int
create_rr_thread
(void *(*func) (void *), void *arg, int prio)
function
Completed in 101 milliseconds