Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
Dcoverage.txt6 pthread_getattr_np to get attr in a created thread)
D2-1.c44 if ((rc = pthread_getattr_np(pthread_self(), &attr)) != 0) { in thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
Dcoverage.txt6 pthread_getattr_np to get attr in a created thread)
D2-1.c45 if ((rc = pthread_getattr_np(pthread_self(), &attr)) != 0) { in thread_func()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_getattr_np.c38 int32_t ret = pthread_getattr_np(ph, &attr); in pthread_getattr_np_0100()
DBUILD.gn84 sources = [ "pthread_getattr_np.c" ]
/third_party/musl/src/thread/
Dpthread_getattr_np.c6 int pthread_getattr_np(pthread_t t, pthread_attr_t *a) in pthread_getattr_np() function
/third_party/rust/crates/libc/src/unix/solarish/
Dsolaris.rs98 pub fn pthread_getattr_np(thread: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_getattr_np() function
/third_party/libuv/test/
Dtest-thread.c177 ASSERT(0 == pthread_getattr_np(pthread_self(), &attr)); in thread_check_stack()
/third_party/musl/include/
Dpthread.h222 int pthread_getattr_np(pthread_t, pthread_attr_t *);
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h219 int pthread_getattr_np(pthread_t, pthread_attr_t *);
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h226 int pthread_getattr_np(pthread_t, pthread_attr_t *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h226 int pthread_getattr_np(pthread_t, pthread_attr_t *);
/third_party/musl/ndk_musl_include/
Dpthread.h378 int pthread_getattr_np(pthread_t, pthread_attr_t *);
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h226 int pthread_getattr_np(pthread_t, pthread_attr_t *);
/third_party/musl/porting/linux/user/include/
Dpthread.h399 int pthread_getattr_np(pthread_t, pthread_attr_t *);
/third_party/musl/porting/liteos_a/kernel/include/
Dpthread.h271 int pthread_getattr_np(pthread_t, pthread_attr_t *);
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt1299 pthread_getattr_np
Dnetbsd.txt1405 pthread_getattr_np
Dlinux.txt3143 pthread_getattr_np
Dandroid.txt3273 pthread_getattr_np
/third_party/musl/
Dlibc.map.txt1361 pthread_getattr_np;
DWHATSNEW873 - pthread_getattr_np (widely used by garbage collectors)
1025 - qemu-user's madvise always succeeds (broke pthread_getattr_np)
1885 - pthread_getattr_np now reports guard size
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1664 pub fn pthread_getattr_np(native: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_getattr_np() function
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2649 pub fn pthread_getattr_np(native: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_getattr_np() function

12