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

  /system/core/include/utils/
ThreadDefs.h 47 typedef android_thread_func_t thread_func_t; typedef in namespace:android
  /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

Completed in 330 milliseconds