Searched defs:thread (Results 1 – 4 of 4) sorted by relevance
18 static int threading_thread_create_pthread(mbedtls_test_thread_t *thread, void *(*thread_func)( in threading_thread_create_pthread()32 static int threading_thread_join_pthread(mbedtls_test_thread_t *thread) in threading_thread_join_pthread()53 static int threading_thread_create_fail(mbedtls_test_thread_t *thread, in threading_thread_create_fail()64 static int threading_thread_join_fail(mbedtls_test_thread_t *thread) in threading_thread_join_fail()
91 pthread_t thread; member
462 sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int prio) in sys_thread_new()
157 struct sys_thread *thread; in introduce_thread() local
Completed in 9 milliseconds