Home
last modified time | relevance | path

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

/Zephyr-4.3.0/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.c335 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()
Dmutex.c85 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()
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-4.3.0/tests/posix/semaphores/src/
Dmain.c93 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/
Dthrd.c81 switch (pthread_join(thr, &ret)) { in thrd_join()
/Zephyr-4.3.0/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-4.3.0/tests/posix/rwlocks/src/
Dmain.c116 zassert_ok(pthread_join(newthread[i], &status), "Failed to join"); in ZTEST()
/Zephyr-4.3.0/tests/modules/thrift/ThriftTest/src/
Dmain.cpp159 pthread_join(context.server_thread, NULL); in thrift_test_after()
/Zephyr-4.3.0/tests/benchmarks/posix/threads/src/
Dmain.c182 return pthread_join(pthreads[i], NULL); in pthread_join_wrapper()
/Zephyr-4.3.0/tests/posix/signals/src/
Dmain.c348 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/
Dmain.c153 pthread_join(ctx[i].thread, &unused); in teardown()
/Zephyr-4.3.0/include/zephyr/posix/
Dpthread.h434 int pthread_join(pthread_t thread, void **status);
/Zephyr-4.3.0/tests/posix/xsi_realtime/src/
Dmqueue.c88 pthread_join(newthread[i], &retval); in ZTEST()
/Zephyr-4.3.0/lib/posix/options/
DKconfig.pthread21 pthread_getspecific(), pthread_join(), pthread_key_create(), pthread_key_delete(),
Dpthread.c1176 int pthread_join(pthread_t pthread, void **status) in pthread_join() function
/Zephyr-4.3.0/subsys/fs/
Dfuse_fs_access_bottom.c734 pthread_join(fuse_thread, NULL);
/Zephyr-4.3.0/doc/services/portability/posix/option_groups/
Dindex.rst635 pthread_join(),yes
/Zephyr-4.3.0/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