Home
last modified time | relevance | path

Searched refs:ThreadHandle (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/include/
Dtest_pal_thread.h22 typedef void *ThreadHandle; typedef
101 ThreadHandle Test_PalThreadCreate(size_t stackSize,
123 uint32_t Test_PalThreadJoin(ThreadHandle threadHandle, void **threadRet);
144 uint32_t Test_PalThreadDestroy(ThreadHandle threadHandle);
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/no_os/
Dtest_pal_thread.c45 ThreadHandle Test_PalThreadCreate(size_t stackSize, in Test_PalThreadCreate()
55 uint32_t Test_PalThreadJoin(ThreadHandle threadHandle, void **threadRet) in Test_PalThreadJoin()
61 uint32_t Test_PalThreadDestroy(ThreadHandle threadHandle) in Test_PalThreadDestroy()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/freertos/
Dtest_pal_thread.c124 ThreadHandle Test_PalThreadCreate(size_t stackSize, in Test_PalThreadCreate()
187 uint32_t Test_PalThreadJoin(ThreadHandle threadHandle, void **threadRet) in Test_PalThreadJoin()
199 uint32_t Test_PalThreadDestroy(ThreadHandle threadHandle) in Test_PalThreadDestroy()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/linux/
Dtest_pal_thread.c105 ThreadHandle Test_PalThreadCreate(size_t stackSize, in Test_PalThreadCreate()
196 uint32_t Test_PalThreadJoin(ThreadHandle threadHandle, void **threadRet) in Test_PalThreadJoin()
212 uint32_t Test_PalThreadDestroy(ThreadHandle threadHandle) in Test_PalThreadDestroy()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dtst_common_init.c15 ThreadHandle threadHandle; in tests_CC_libInit_wrap()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/proj/cc3x/cc312_r1/
Dtest_proj_cclib.c40 ThreadHandle threadHandle; in Test_Proj_CC_LibInit_Wrap()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/cmpu_integration_test/
Dcmpu_integration_test.c186 ThreadHandle threadHandle = NULL; in cmpuIt_all()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/dmpu_integration_test/
Ddmpu_integration_test.c187 ThreadHandle threadHandle = NULL; in dmpuIt_all()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_test.c771 ThreadHandle threadHandle = NULL; in runIt_all()