Home
last modified time | relevance | path

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

/uoscore-uedhoc-latest/test/edhoc_integration_tests/
Dinitiator_responder_interaction.c64 static struct k_thread thread_responder_data; variable
353 &thread_responder_data, thread_responder_stack_area, in test_initiator_responder_interaction()
359 k_thread_start(&thread_responder_data); in test_initiator_responder_interaction()
365 if (0 != k_thread_join(&thread_responder_data, K_FOREVER)) { in test_initiator_responder_interaction()