Home
last modified time | relevance | path

Searched refs:threadFunc (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/linux/
Dtest_pal_thread.c28 void *(*threadFunc)(void *); /* thread function pointer */ member
71 ret = threadStr->threadFunc(threadStr->arg); in Test_PalThreadFunc()
106 void *(*threadFunc)(void *), in Test_PalThreadCreate()
140 threadStr->threadFunc = threadFunc; in Test_PalThreadCreate()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/freertos/
Dtest_pal_thread.c125 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()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/no_os/
Dtest_pal_thread.c46 void *(*threadFunc)(void *), in Test_PalThreadCreate()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/include/
Dtest_pal_thread.h102 void *(*threadFunc)(void *),