HomeSort by relevance Sort by last modified time
    Searched refs:thread_func_t (Results 1 - 6 of 6) sorted by null

  /system/core/include/utils/
ThreadDefs.h 47 typedef android_thread_func_t thread_func_t; typedef in namespace:android
AndroidThreads.h 102 inline bool createThread(thread_func_t f, void *a) {
107 inline bool createThreadEtc(thread_func_t entryFunction,
  /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...]
  /system/core/libutils/
Threads.cpp 77 thread_func_t entryFunction;
85 thread_func_t f = t->entryFunction;

Completed in 125 milliseconds