Searched defs:threadEntry (Results 1 – 4 of 4) sorted by relevance
27 OsalThreadEntry threadEntry; member60 int32_t OsalThreadCreate(struct OsalThread *thread, OsalThreadEntry threadEntry, void *entryPara) in OsalThreadCreate()
47 OsalThreadEntry threadEntry; member59 int32_t OsalThreadCreate(struct OsalThread *thread, OsalThreadEntry threadEntry, void *entryPara) in OsalThreadCreate()
125 static int32_t CreateTask(struct OsalThread *thread, char *taskName, OsalThreadEntry threadEntry, in CreateTask()