OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_other_thread
(Results
1 - 8
of
8
) sorted by null
/external/ltp/testcases/realtime/func/pi-tests/
testpi-5.c
90
create_other_thread
(child_thread, NULL);
testpi-6.c
90
create_other_thread
(child_thread, NULL);
testpi-1.c
204
create_other_thread
(func_nonrt, NULL);
testpi-4.c
210
create_other_thread
(func_nonrt, NULL);
/external/ltp/testcases/realtime/func/thread_clock/
tc-2.c
189
if ((
create_other_thread
(sleeperthread, (void *)(intptr_t) i)) <
198
if ((
create_other_thread
(workerthread, (void *)(intptr_t) i)) <
/external/ltp/testcases/realtime/stress/pi-tests/
lookup_pi_state.c
187
create_other_thread
(master_thread, NULL);
/external/ltp/testcases/realtime/include/
librttest.h
251
/*
create_other_thread
: spawn a SCHED_OTHER thread
256
int
create_other_thread
(void*(*func)(void*), void *arg);
/external/ltp/testcases/realtime/lib/
librttest.c
337
int
create_other_thread
(void *(*func) (void *), void *arg)
function
Completed in 186 milliseconds