Home
last modified time | relevance | path

Searched refs:pthread_attr_init (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/posix/common/src/
Dpthread_attr.c110 zassert_ok(pthread_attr_init(&attr1)); in ZTEST()
120 zassert_ok(pthread_attr_init(&attr)); in ZTEST()
140 zassert_ok(pthread_attr_init(&attr)); in ZTEST()
580 zassert_ok(pthread_attr_init(&attr)); in before()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c74 zassert_not_null(pthread_attr_init); in ZTEST()
/Zephyr-latest/tests/posix/threads_ext/src/
Dmain.c134 zassert_ok(pthread_attr_init(&attr)); in before()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dmain.cpp128 rv = pthread_attr_init(attrp); in thrift_test_before()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h119 #define pthread_attr_init(...) zap_pthread_attr_init(__VA_ARGS__) macro
/Zephyr-latest/tests/benchmarks/posix/threads/src/
Dmain.c212 ret = pthread_attr_init(&pthread_attrs[i]); in setup()
/Zephyr-latest/samples/net/sockets/socketpair/src/
Dmain.c119 res = pthread_attr_init(attrp); in setup()
/Zephyr-latest/tests/posix/xsi_threads_ext/src/
Dmain.c269 zassert_ok(pthread_attr_init(&attr)); in before()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h414 int pthread_attr_init(pthread_attr_t *attr);
/Zephyr-latest/lib/posix/options/
Dpthread.c629 err = pthread_attr_init((pthread_attr_t *)&t->attr); in pthread_create()
932 int pthread_attr_init(pthread_attr_t *_attr) in pthread_attr_init() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst562 pthread_attr_init(),yes
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst649 * :github:`7480` - pthread_attr_init( ) does not conform to POSIX specification