Home
last modified time | relevance | path

Searched refs:serverTaskId (Results 1 – 2 of 2) sorted by relevance

/test/xts/device_attest_lite/services/core/
Dattest_entry.c32 …nt CreateAttestThread(void(*run)(void *), void *argv, const char *name, osThreadId_t *serverTaskId) in CreateAttestThread() argument
38 *serverTaskId = osThreadNew((osThreadFunc_t)run, argv, &attr); in CreateAttestThread()
39 if (*serverTaskId == NULL) { in CreateAttestThread()
/test/xts/acts/communication_lite/lwip_hal/src/
Dlwip_func_test.c491 osThreadId_t serverTaskId = osThreadNew((osThreadFunc_t)SampleTcpServerTask, NULL, &attrServer); variable
492 TEST_ASSERT_NOT_NULL(serverTaskId);
493 if (serverTaskId == NULL) {
640 osThreadId_t serverTaskId = osThreadNew((osThreadFunc_t)SelectServerTask, NULL, &tSelect); variable
641 TEST_ASSERT_NOT_NULL(serverTaskId);
642 if (serverTaskId == NULL) {
670 osThreadId_t serverTaskId = osThreadNew((osThreadFunc_t)SelectServerTask, NULL, &tSelect); variable
671 TEST_ASSERT_NOT_NULL(serverTaskId);
673 if (serverTaskId == NULL) {