Home
last modified time | relevance | path

Searched refs:pthread_equal (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/lib/libc/common/source/thrd/
Dthrd.c37 return pthread_equal(lhs, rhs); in thrd_equal()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c105 zassert_not_null(pthread_equal); in ZTEST()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h126 #define pthread_equal(...) zap_pthread_equal(__VA_ARGS__) macro
/Zephyr-latest/tests/posix/common/src/
Dpthread.c516 zassert_true(pthread_equal(pthread_self(), pthread_self())); in ZTEST()
517 zassert_false(pthread_equal(pthread_self(), (pthread_t)4242)); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h386 int pthread_equal(pthread_t pt1, pthread_t pt2);
/Zephyr-latest/lib/posix/options/
Dpthread.c188 int pthread_equal(pthread_t pt1, pthread_t pt2) in pthread_equal() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst585 pthread_equal(),yes