Home
last modified time | relevance | path

Searched refs:pthread_attr_getscope (Results 1 - 24 of 24) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/thread/
H A 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/
H A Dusr_lib_define.h43 #define pthread_attr_getscope b_pthread_attr_getscope macro
H A Dusr_lib_ops.h45 int (*pthread_attr_getscope)(const pthread_attr_t *attr, int *scope); member
H A Dpthread.h157 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getscope/
H A D1-1.c8 * Test pthread_attr_getscope()
13 * 3. Call pthread_attr_getscope to get the contentionscope
25 #define FUNCTION "pthread_attr_getscope"
36 rc = pthread_attr_getscope(attr, &scope); in verify_scope()
38 perror(ERROR_PREFIX "pthread_attr_getscope"); in verify_scope()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
H A D1-1.c62 rc = pthread_attr_getscope(&attr, &cscope); in main()
64 perror(ERROR_PREFIX "pthread_attr_getscope"); in main()
/third_party/musl/porting/liteos_a/user/src/thread/
H A 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/
H A 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/
H A 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/FreeBSD/lib/libc/include/
H A Dnamespace.h95 #define pthread_attr_getscope _pthread_attr_getscope macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h164 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h164 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h164 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/libc-test/src/api/
H A Dpthread.c157 {int(*p)(const pthread_attr_t*restrict,int*restrict) = pthread_attr_getscope;} in f()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dpthread_attr_test.cpp231 EXPECT_EQ(0, pthread_attr_getscope(&pthreadAttrMusl, &attrScopeMusl)); in HWTEST_F()
/third_party/musl/porting/linux/user/include/
H A Dpthread.h337 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpthread.h208 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Dthreads_scenarii.c288 ret = pthread_attr_getscope(&scenarii[i].ta, &old); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dthreads_scenarii.c288 ret = pthread_attr_getscope(&scenarii[i].ta, &old); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
H A Dthreads_scenarii.c334 ret = pthread_attr_getscope(&scenarii[i].ta, &old); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dthreads_scenarii.c355 ret = pthread_attr_getscope(&scenarii[i].ta, &old); in scenar_init()
/third_party/musl/include/
H A Dpthread.h311 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_get.c32 int rev = pthread_attr_getscope(&attr, &scope); in pthread_attr_getscope_0100()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp17942 extern int pthread_attr_getscope (const pthread_attr_t *__restrict __attr,
[all...]

Completed in 35 milliseconds