Searched refs:threadId (Results 1 – 3 of 3) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/linux/ |
| D | test_pal_thread.c | 26 pthread_t threadId; /* Thread ID */ member 173 if (pthread_create(&threadStr->threadId, &attr, in Test_PalThreadCreate() 202 if (pthread_join(threadStr->threadId, threadRet)) { in Test_PalThreadJoin() 217 if (pthread_cancel(threadStr->threadId)) { in Test_PalThreadDestroy() 229 if (pthread_join(threadStr->threadId, NULL)) { in Test_PalThreadDestroy()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/common/ |
| D | tst_common.c | 118 pthread_t threadId; in tests_CC_libInit() local 134 rc = pthread_create(&threadId, &threadAttr, Test_LibInit, (void *)&threadArgs); in tests_CC_libInit() 136 rc = pthread_join(threadId, (void**)&res); in tests_CC_libInit()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
| D | platform_alt.c | 44 pthread_t threadId; in tests_CC_libInit() local 63 rc = pthread_create(&threadId, &threadAttr, Test_LibInit, (void *)&threadArgs); in tests_CC_libInit() 68 rc = pthread_join(threadId, (void**)&res); in tests_CC_libInit()
|