/third_party/musl/src/thread/ |
H A D | pthread_getattr_np.c | 6 int pthread_getattr_np(pthread_t t, pthread_attr_t *a) in pthread_getattr_np() function
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_getattr_np.c | 28 * @tc.desc : Verify pthread_getattr_np process success 38 int32_t ret = pthread_getattr_np(ph, &attr); in pthread_getattr_np_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | pthread_attr_test.cpp | 88 pthread_getattr_np(pthread_self(), &guardAttributes); in GetAttrRealGuardSizeThread() 105 pthread_getattr_np(pthread_self(), &stackAttributes); in GetAttrRealStackSizeThread()
|
H A D | thread_pthrd_test.cpp | 447 EXPECT_DEATH(pthread_getattr_np(thread1, &detachAttr), ".*"); in HWTEST_F()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/ |
H A D | 2-1.c | 17 /* For pthread_getattr_np(3) -- not a POSIX compliant API */ 44 if ((rc = pthread_getattr_np(pthread_self(), &attr)) != 0) { in thread_func() 45 printf(ERROR_PREFIX "pthread_getattr_np: %s\n", strerror(rc)); in thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/ |
H A D | 2-1.c | 17 /* For pthread_getattr_np(3) -- not a POSIX compliant API. */ 45 if ((rc = pthread_getattr_np(pthread_self(), &attr)) != 0) { in thread_func() 46 printf(ERROR_PREFIX "pthread_getattr_np: %s", strerror(rc)); in thread_func()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | solaris.rs | 98 pub fn pthread_getattr_np(thread: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_getattr_np() functions
|
/third_party/libuv/test/ |
H A D | test-thread.c | 234 ASSERT_OK(pthread_getattr_np(pthread_self(), &attr)); in thread_check_stack()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | pthread.h | 226 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | pthread.h | 226 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | pthread.h | 226 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | pthread.h | 219 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
/third_party/musl/porting/linux/user/include/ |
H A D | pthread.h | 399 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | pthread.h | 271 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
/third_party/musl/include/ |
H A D | pthread.h | 374 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-posix.cc | 1218 // pthread_getattr_np used below is non portable (hence the _np suffix). We 1227 int error = pthread_getattr_np(pthread_self(), &attr); in GetStackStart() 1238 // pthread_getattr_np can fail for the main thread. In this case in GetStackStart()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1664 pub fn pthread_getattr_np(native: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_getattr_np() functions
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2649 pub fn pthread_getattr_np(native: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_getattr_np() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3866 pub fn pthread_getattr_np(native: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_getattr_np() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 18016 extern int pthread_getattr_np (pthread_t __th, pthread_attr_t *__attr) [all...] |