Home
last modified time | relevance | path

Searched refs:pthread_detach (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/lib/libc/common/source/thrd/
Dthrd.c64 switch (pthread_detach(thr)) { in thrd_detach()
/Zephyr-latest/scripts/native_simulator/common/src/
Dnct.c223 pthread_detach(pthread_self()); in nct_exit_and_cleanup()
317 pthread_detach(pthread_self()); in nct_cleanup_handler()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c104 zassert_not_null(pthread_detach); in ZTEST()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h132 #define pthread_detach(...) zap_pthread_detach(__VA_ARGS__) macro
/Zephyr-latest/tests/posix/common/src/
Dpthread.c216 zassert_ok(pthread_detach(self), "failed to set detach state"); in thread_top_term()
217 zassert_equal(pthread_detach(self), EINVAL, "re-detached thread!"); in thread_top_term()
/Zephyr-latest/lib/posix/options/
Dtimer.c71 ret = pthread_detach(pthread_self()); in zephyr_thread_wrapper()
Dmqueue.c407 pthread_detach(pthread_self()); in mq_notify_thread()
Dpthread.c1184 int pthread_detach(pthread_t pthread) in pthread_detach() function
/Zephyr-latest/include/zephyr/posix/
Dpthread.h436 int pthread_detach(pthread_t thread);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst584 pthread_detach(),yes