OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_create
(Results
1 - 2
of
2
) sorted by null
/device/lge/mako/camera/hdr/include/
morpho_easy_hdr.h
116
void * (*
thread_create
)(void *p, int index, void *(*start_routine)(void *arg), void *arg);
member in struct:_morpho_EasyHDR_Callback
/external/qemu/
posix-aio-compat.c
114
static void
thread_create
(pthread_t *thread, pthread_attr_t *attr,
function
379
thread_create
(&thread_id, &attr, aio_thread, NULL);
Completed in 68 milliseconds