Home
last modified time | relevance | path

Searched defs:attrp (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/posix/xsi_threads_ext/src/
Dmain.c38 static void create_thread_common_entry(const pthread_attr_t *attrp, bool expect_success, in create_thread_common_entry()
72 static void create_thread_common(const pthread_attr_t *attrp, bool expect_success, bool joinable) in create_thread_common()
78 static inline void can_create_thread(const pthread_attr_t *attrp) in can_create_thread()
/Zephyr-latest/tests/posix/common/src/
Dpthread_attr.c36 static void create_thread_common_entry(const pthread_attr_t *attrp, bool expect_success, in create_thread_common_entry()
70 static void create_thread_common(const pthread_attr_t *attrp, bool expect_success, bool joinable) in create_thread_common()
76 static inline void can_create_thread(const pthread_attr_t *attrp) in can_create_thread()
81 static inline void cannot_create_thread(const pthread_attr_t *attrp) in cannot_create_thread()
/Zephyr-latest/lib/libc/common/source/thrd/
Dmtx.c17 pthread_mutexattr_t *attrp = NULL; in mtx_init() local
/Zephyr-latest/samples/net/sockets/socketpair/src/
Dmain.c104 pthread_attr_t *attrp = &attr; in setup() local
106 pthread_attr_t *attrp = NULL; in setup() local
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dmain.cpp123 pthread_attr_t *attrp = &attr; in thrift_test_before() local