Searched refs:ThreadCreate (Results 1 – 6 of 6) sorted by relevance
41 Thread *ThreadCreate(const char *name);
41 static inline ThreadId ThreadCreate(Runnable entry, void* arg, const ThreadAttr* attr) in ThreadCreate() function
48 g_alarmThread = ThreadCreate("Stack-Alarm"); in AlarmModuleInit()
123 Thread *ThreadCreate(const char *name) in ThreadCreate() function
158 g_processingThread = ThreadCreate("Stack"); in BtmInitThread()
164 g_hciTxThread = ThreadCreate("HciTx"); in HCI_Initialize()