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 - 3
of
3
) sorted by null
/external/lldb/include/lldb/
lldb-types.h
30
// lldb::
thread_func_t
The function prototype used to spawn a thread on the host system.
50
typedef void * (*
thread_func_t
)(void *); // Host thread function type
typedef in namespace:lldb
/external/lldb/include/lldb/Host/
Host.h
251
lldb::
thread_func_t
function,
/external/lldb/source/Host/common/
Host.cpp
554
thread_func_t
thread_fptr;
557
HostThreadCreateInfo (const char *name,
thread_func_t
fptr, thread_arg_t arg) :
570
thread_func_t
thread_fptr = info->thread_fptr;
585
thread_func_t
thread_fptr,
[
all
...]
Completed in 334 milliseconds