OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_func_t
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/tests/monotonic_time/src/
threads.h
9
typedef void *(*
thread_func_t
)(void *);
typedef
11
int create_threads(int num_threads,
thread_func_t
func, void *arg);
12
int create_per_cpu_threads(cpu_set_t *cpus,
thread_func_t
func, void *arg);
threads.c
22
thread_func_t
func;
52
int create_per_cpu_threads(cpu_set_t *cpus,
thread_func_t
func, void *arg)
86
int create_threads(int nthreads,
thread_func_t
func, void *arg)
/system/core/include/utils/
ThreadDefs.h
51
typedef android_thread_func_t
thread_func_t
;
typedef in namespace:android
AndroidThreads.h
99
inline bool createThread(
thread_func_t
f, void *a) {
104
inline bool createThreadEtc(
thread_func_t
entryFunction,
/system/core/libutils/
Threads.cpp
75
thread_func_t
entryFunction;
83
thread_func_t
f = t->entryFunction;
Completed in 220 milliseconds