Searched refs:threadFunc (Results 1 – 4 of 4) sorted by relevance
28 void *(*threadFunc)(void *); /* thread function pointer */ member71 ret = threadStr->threadFunc(threadStr->arg); in Test_PalThreadFunc()106 void *(*threadFunc)(void *), in Test_PalThreadCreate()140 threadStr->threadFunc = threadFunc; in Test_PalThreadCreate()
125 void *(*threadFunc)(void *), in Test_PalThreadCreate()153 if(cmse_is_nsfptr(threadFunc) != cmse_is_nsfptr(&Test_PalThreadCreate)) in Test_PalThreadCreate()165 threadStr->taskFunc = threadFunc; in Test_PalThreadCreate()
46 void *(*threadFunc)(void *), in Test_PalThreadCreate()
102 void *(*threadFunc)(void *),