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

  /hardware/qcom/gps/core/
MsgTask.h 49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
51 MsgTask(tCreate tCreator, const char* threadName);
  /hardware/qcom/gps/msm8084/core/
MsgTask.h 49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
51 MsgTask(tCreate tCreator, const char* threadName);
  /hardware/qcom/gps/msm8909/utils/
LocThread.h 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg);
79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
  /hardware/qcom/gps/msm8909w_3100/utils/
LocThread.h 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg);
79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
  /hardware/qcom/gps/msm8960/core/
MsgTask.h 49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
51 MsgTask(tCreate tCreator, const char* threadName);
  /hardware/qcom/gps/msm8994/core/
MsgTask.h 49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
51 MsgTask(tCreate tCreator, const char* threadName);
  /hardware/qcom/gps/msm8996/utils/
LocThread.h 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg);
79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
  /hardware/qcom/gps/msm8998/utils/
LocThread.h 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg);
79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);

Completed in 81 milliseconds