Home
last modified time | relevance | path

Searched refs:pthread_join (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/tests/posix/common/src/
Dkey.c92 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()
Dpthread.c337 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()
Dmutex.c84 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()
Dpthread_attr.c53 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/
Dmain.c88 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/
Dthrd.c76 switch (pthread_join(thr, &ret)) { in thrd_join()
/Zephyr-latest/tests/posix/xsi_threads_ext/src/
Dmain.c55 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/
Dmain.c114 zassert_ok(pthread_join(newthread[i], &status), "Failed to join"); in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c109 zassert_not_null(pthread_join); in ZTEST()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dmain.cpp159 pthread_join(context.server_thread, NULL); in thrift_test_after()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h131 #define pthread_join(...) zap_pthread_join(__VA_ARGS__) macro
/Zephyr-latest/tests/benchmarks/posix/threads/src/
Dmain.c182 return pthread_join(pthreads[i], NULL); in pthread_join_wrapper()
/Zephyr-latest/samples/net/sockets/socketpair/src/
Dmain.c153 pthread_join(ctx[i].thread, &unused); in teardown()
/Zephyr-latest/tests/posix/signals/src/
Dmain.c305 zassert_ok(pthread_join(th, NULL)); in ZTEST()
319 zassert_ok(pthread_join(th, NULL)); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h434 int pthread_join(pthread_t thread, void **status);
/Zephyr-latest/tests/posix/xsi_realtime/src/
Dmqueue.c88 pthread_join(newthread[i], &retval); in ZTEST()
/Zephyr-latest/subsys/fs/
Dfuse_fs_access_bottom.c641 pthread_join(fuse_thread, NULL); in ffsa_cleanup_bottom()
/Zephyr-latest/lib/posix/options/
Dpthread.c1178 int pthread_join(pthread_t pthread, void **status) in pthread_join() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst588 pthread_join(),yes
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst1494 ``PTHREAD_TERMINATED`` could be reused. However, ``pthread_join()`` sets
2227 * :github:`47609` - posix: pthread: descriptor leak with pthread_join