Home
last modified time | relevance | path

Searched refs:pthread_attr_getscope (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getscope/
Dcoverage.txt1 This document defines the coverage for the pthread_attr_getscope function:
D1-1.c36 rc = pthread_attr_getscope(attr, &scope); in verify_scope()
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_attr_get.c33 _LIBC_TEXT_SECTION int pthread_attr_getscope(const pthread_attr_t *restrict a, int *restrict scope) in pthread_attr_getscope() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h43 #define pthread_attr_getscope b_pthread_attr_getscope macro
Dusr_lib.h7 USR_LIBC_FUNC_DEF(int, pthread_attr_getscope, const pthread_attr_t *attr, int *scope)
Dusr_lib_ops.h45 int (*pthread_attr_getscope)(const pthread_attr_t *attr, int *scope); member
Dpthread.h157 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
D1-1.c62 rc = pthread_attr_getscope(&attr, &cscope); in main()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_attr_get.c33 int pthread_attr_getscope(const pthread_attr_t *restrict a, int *restrict scope) in pthread_attr_getscope() function
/third_party/musl/src/thread/
Dpthread_attr_get.c33 int pthread_attr_getscope(const pthread_attr_t *restrict a, int *restrict scope) in pthread_attr_getscope() function
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c65 int pthread_attr_getscope(const pthread_attr_t *attr, int *scope) in pthread_attr_getscope() function
67 return g_usrLibc->pthread_attr_getscope(attr, scope); in pthread_attr_getscope()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dpthread_attr_test.cpp231 EXPECT_EQ(0, pthread_attr_getscope(&pthreadAttrMusl, &attrScopeMusl));
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h164 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h164 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h164 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/libc-test/src/api/
Dpthread.c157 {int(*p)(const pthread_attr_t*restrict,int*restrict) = pthread_attr_getscope;} in f()
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h95 #define pthread_attr_getscope _pthread_attr_getscope macro
/third_party/musl/include/
Dpthread.h311 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/porting/linux/user/include/
Dpthread.h322 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
Dpthread.h208 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dthreads_scenarii.c355 ret = pthread_attr_getscope(&scenarii[i].ta, &old); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dthreads_scenarii.c334 ret = pthread_attr_getscope(&scenarii[i].ta, &old); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dthreads_scenarii.c288 ret = pthread_attr_getscope(&scenarii[i].ta, &old); in scenar_init()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_attr_get.c32 int rev = pthread_attr_getscope(&attr, &scope); in pthread_attr_getscope_0100()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Dthreads_scenarii.c288 ret = pthread_attr_getscope(&scenarii[i].ta, &old); in scenar_init()

12