Home
last modified time | relevance | path

Searched refs:pthread_getattr_np (Results 1 - 20 of 20) sorted by relevance

/third_party/musl/src/thread/
H A Dpthread_getattr_np.c6 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 Dpthread_getattr_np.c28 * @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 Dpthread_attr_test.cpp88 pthread_getattr_np(pthread_self(), &guardAttributes); in GetAttrRealGuardSizeThread()
105 pthread_getattr_np(pthread_self(), &stackAttributes); in GetAttrRealStackSizeThread()
H A Dthread_pthrd_test.cpp447 EXPECT_DEATH(pthread_getattr_np(thread1, &detachAttr), ".*"); in HWTEST_F()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
H A D2-1.c17 /* 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 D2-1.c17 /* 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 Dsolaris.rs98 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 Dtest-thread.c234 ASSERT_OK(pthread_getattr_np(pthread_self(), &attr)); in thread_check_stack()
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h226 int pthread_getattr_np(pthread_t, pthread_attr_t *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h226 int pthread_getattr_np(pthread_t, pthread_attr_t *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h226 int pthread_getattr_np(pthread_t, pthread_attr_t *);
/third_party/musl/porting/liteos_m/user/include/
H A Dpthread.h219 int pthread_getattr_np(pthread_t, pthread_attr_t *);
/third_party/musl/porting/linux/user/include/
H A Dpthread.h399 int pthread_getattr_np(pthread_t, pthread_attr_t *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpthread.h271 int pthread_getattr_np(pthread_t, pthread_attr_t *);
/third_party/musl/include/
H A Dpthread.h374 int pthread_getattr_np(pthread_t, pthread_attr_t *);
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc1218 // 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 Dmod.rs1664 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 Dmod.rs2649 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 Dmod.rs3866 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 Dstylo.hpp18016 extern int pthread_getattr_np (pthread_t __th, pthread_attr_t *__attr)
[all...]

Completed in 54 milliseconds