| /Zephyr-4.3.0/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 | 335 pthread_join(newthread[i], &retval); in ZTEST() 367 zassert_ok(pthread_join(newthread[i], &retval)); in ZTEST() 372 ret = pthread_join(pthread_self(), &retval); in ZTEST() 456 zassert_ok(pthread_join(pthread1, NULL), "unable to join thread %zu", i); in ZTEST() 493 zassert_ok(pthread_join(th, NULL)); in ZTEST() 531 zassert_ok(pthread_join(th, NULL)); in ZTEST() 559 zassert_ok(pthread_join(th, NULL)); in ZTEST()
|
| D | mutex.c | 85 zassert_ok(pthread_join(th, NULL)); in test_mutex_common() 203 zassert_ok(pthread_join(th, &ret)); in ZTEST() 213 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-4.3.0/tests/posix/semaphores/src/ |
| D | main.c | 93 zassert_ok(pthread_join(thread1, NULL)); in semaphore_test() 94 zassert_ok(pthread_join(thread2, NULL)); in semaphore_test() 296 zassert_ok(pthread_join(thread1, NULL)); in ZTEST() 297 zassert_ok(pthread_join(thread2, NULL)); in ZTEST()
|
| /Zephyr-4.3.0/lib/libc/common/source/thrd/ |
| D | thrd.c | 81 switch (pthread_join(thr, &ret)) { in thrd_join()
|
| /Zephyr-4.3.0/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-4.3.0/tests/posix/rwlocks/src/ |
| D | main.c | 116 zassert_ok(pthread_join(newthread[i], &status), "Failed to join"); in ZTEST()
|
| /Zephyr-4.3.0/tests/modules/thrift/ThriftTest/src/ |
| D | main.cpp | 159 pthread_join(context.server_thread, NULL); in thrift_test_after()
|
| /Zephyr-4.3.0/tests/benchmarks/posix/threads/src/ |
| D | main.c | 182 return pthread_join(pthreads[i], NULL); in pthread_join_wrapper()
|
| /Zephyr-4.3.0/tests/posix/signals/src/ |
| D | main.c | 348 zassert_ok(pthread_join(th, NULL)); in ZTEST() 362 zassert_ok(pthread_join(th, NULL)); in ZTEST()
|
| /Zephyr-4.3.0/samples/net/sockets/socketpair/src/ |
| D | main.c | 153 pthread_join(ctx[i].thread, &unused); in teardown()
|
| /Zephyr-4.3.0/include/zephyr/posix/ |
| D | pthread.h | 434 int pthread_join(pthread_t thread, void **status);
|
| /Zephyr-4.3.0/tests/posix/xsi_realtime/src/ |
| D | mqueue.c | 88 pthread_join(newthread[i], &retval); in ZTEST()
|
| /Zephyr-4.3.0/lib/posix/options/ |
| D | Kconfig.pthread | 21 pthread_getspecific(), pthread_join(), pthread_key_create(), pthread_key_delete(),
|
| D | pthread.c | 1176 int pthread_join(pthread_t pthread, void **status) in pthread_join() function
|
| /Zephyr-4.3.0/subsys/fs/ |
| D | fuse_fs_access_bottom.c | 734 pthread_join(fuse_thread, NULL);
|
| /Zephyr-4.3.0/doc/services/portability/posix/option_groups/ |
| D | index.rst | 635 pthread_join(),yes
|
| /Zephyr-4.3.0/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
|