Searched refs:thread_func (Results 1 – 2 of 2) sorted by relevance
| /tests/subsys/logging/log_immediate/src/ |
| A D | log_immediate_test.c | 38 static void thread_func(void *p1, void *p2, void *p3) in thread_func() function 65 thread_func, (void *)i, NULL, NULL, in ZTEST()
|
| /tests/posix/common/src/ |
| A D | key.c | 35 static void *thread_func(void *p1) in thread_func() function 106 zassert_ok(pthread_create(&newthread, NULL, thread_func, NULL), in ZTEST()
|
Completed in 12 milliseconds