OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_per_cpu_threads
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/tests/monotonic_time/src/
threads.h
12
int
create_per_cpu_threads
(cpu_set_t *cpus, thread_func_t func, void *arg);
threads.c
52
int
create_per_cpu_threads
(cpu_set_t *cpus, thread_func_t func, void *arg)
function
time_test.c
257
nthreads =
create_per_cpu_threads
(cpus, test_loop, test);
Completed in 178 milliseconds