Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/src/
Dthreading_helpers.c19 void *), void *thread_data) in threading_thread_create_pthread() argument
25 if (pthread_create(&thread->thread, NULL, thread_func, thread_data)) { in threading_thread_create_pthread()
46 void *thread_data) = threading_thread_create_pthread;
55 void *thread_data) in threading_thread_create_fail() argument
59 (void) thread_data; in threading_thread_create_fail()
72 void *thread_data) = threading_thread_create_fail;
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dthreading_helpers.h53 void *thread_data),
83 void *(*thread_func)(void *), void *thread_data);