/Zephyr-latest/tests/posix/common/src/ |
D | key.c | 92 zassert_ok(pthread_join(newthread[i], &retval), "failed to join thread %d", i); in ZTEST() 109 zassert_ok(pthread_join(newthread, NULL), "failed to join thread"); in ZTEST() 173 zassert_ok(pthread_join(thread, NULL), "failed to join thread"); in ZTEST() 178 zassert_ok(pthread_join(thread, NULL), "failed to join thread"); in ZTEST()
|
D | pthread.c | 337 pthread_join(newthread[i], &retval); in ZTEST() 369 zassert_ok(pthread_join(newthread[i], &retval)); in ZTEST() 374 ret = pthread_join(pthread_self(), &retval); in ZTEST() 459 zassert_ok(pthread_join(pthread1, NULL), "unable to join thread %zu", i); in ZTEST() 547 zassert_ok(pthread_join(th, NULL)); in ZTEST() 585 zassert_ok(pthread_join(th, NULL)); in ZTEST() 613 zassert_ok(pthread_join(th, NULL)); in ZTEST()
|
D | mutex.c | 84 zassert_ok(pthread_join(th, NULL)); in test_mutex_common() 202 zassert_ok(pthread_join(th, &ret)); in ZTEST() 212 zassert_ok(pthread_join(th, &ret)); in ZTEST()
|
D | pthread_attr.c | 53 zassert_ok(pthread_join(th, NULL), "failed to join joinable thread"); in create_thread_common_entry() 58 zassert_not_ok(pthread_join(th, NULL)); in create_thread_common_entry()
|
/Zephyr-latest/tests/posix/semaphores/src/ |
D | main.c | 88 zassert_ok(pthread_join(thread1, NULL)); in semaphore_test() 89 zassert_ok(pthread_join(thread2, NULL)); in semaphore_test() 291 zassert_ok(pthread_join(thread1, NULL)); in ZTEST() 292 zassert_ok(pthread_join(thread2, NULL)); in ZTEST()
|
/Zephyr-latest/lib/libc/common/source/thrd/ |
D | thrd.c | 76 switch (pthread_join(thr, &ret)) { in thrd_join()
|
/Zephyr-latest/tests/posix/xsi_threads_ext/src/ |
D | main.c | 55 zassert_ok(pthread_join(th, NULL), "failed to join joinable thread"); in create_thread_common_entry() 60 zassert_not_ok(pthread_join(th, NULL)); in create_thread_common_entry()
|
/Zephyr-latest/tests/posix/rwlocks/src/ |
D | main.c | 114 zassert_ok(pthread_join(newthread[i], &status), "Failed to join"); in ZTEST()
|
/Zephyr-latest/tests/posix/headers/src/ |
D | pthread_h.c | 109 zassert_not_null(pthread_join); in ZTEST()
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/ |
D | main.cpp | 159 pthread_join(context.server_thread, NULL); in thrift_test_after()
|
/Zephyr-latest/arch/posix/include/ |
D | posix_cheats.h | 131 #define pthread_join(...) zap_pthread_join(__VA_ARGS__) macro
|
/Zephyr-latest/tests/benchmarks/posix/threads/src/ |
D | main.c | 182 return pthread_join(pthreads[i], NULL); in pthread_join_wrapper()
|
/Zephyr-latest/samples/net/sockets/socketpair/src/ |
D | main.c | 153 pthread_join(ctx[i].thread, &unused); in teardown()
|
/Zephyr-latest/tests/posix/signals/src/ |
D | main.c | 305 zassert_ok(pthread_join(th, NULL)); in ZTEST() 319 zassert_ok(pthread_join(th, NULL)); in ZTEST()
|
/Zephyr-latest/include/zephyr/posix/ |
D | pthread.h | 434 int pthread_join(pthread_t thread, void **status);
|
/Zephyr-latest/tests/posix/xsi_realtime/src/ |
D | mqueue.c | 88 pthread_join(newthread[i], &retval); in ZTEST()
|
/Zephyr-latest/subsys/fs/ |
D | fuse_fs_access_bottom.c | 641 pthread_join(fuse_thread, NULL); in ffsa_cleanup_bottom()
|
/Zephyr-latest/lib/posix/options/ |
D | pthread.c | 1178 int pthread_join(pthread_t pthread, void **status) in pthread_join() function
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 588 pthread_join(),yes
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 1494 ``PTHREAD_TERMINATED`` could be reused. However, ``pthread_join()`` sets 2227 * :github:`47609` - posix: pthread: descriptor leak with pthread_join
|