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/ |
D | coverage.txt | 6 pthread_getattr_np to get attr in a created thread)
|
D | 2-1.c | 44 if ((rc = pthread_getattr_np(pthread_self(), &attr)) != 0) { in thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/ |
D | coverage.txt | 6 pthread_getattr_np to get attr in a created thread)
|
D | 2-1.c | 45 if ((rc = pthread_getattr_np(pthread_self(), &attr)) != 0) { in thread_func()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_getattr_np.c | 38 int32_t ret = pthread_getattr_np(ph, &attr); in pthread_getattr_np_0100()
|
D | BUILD.gn | 84 sources = [ "pthread_getattr_np.c" ]
|
/third_party/musl/src/thread/ |
D | pthread_getattr_np.c | 6 int pthread_getattr_np(pthread_t t, pthread_attr_t *a) in pthread_getattr_np() function
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | solaris.rs | 98 pub fn pthread_getattr_np(thread: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_getattr_np() function
|
/third_party/libuv/test/ |
D | test-thread.c | 177 ASSERT(0 == pthread_getattr_np(pthread_self(), &attr)); in thread_check_stack()
|
/third_party/musl/include/ |
D | pthread.h | 222 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | pthread.h | 219 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 226 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 226 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
/third_party/musl/ndk_musl_include/ |
D | pthread.h | 378 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 226 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 399 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | pthread.h | 271 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 1299 pthread_getattr_np
|
D | netbsd.txt | 1405 pthread_getattr_np
|
D | linux.txt | 3143 pthread_getattr_np
|
D | android.txt | 3273 pthread_getattr_np
|
/third_party/musl/ |
D | libc.map.txt | 1361 pthread_getattr_np;
|
D | WHATSNEW | 873 - 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/ |
D | mod.rs | 1664 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/ |
D | mod.rs | 2649 pub fn pthread_getattr_np(native: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_getattr_np() function
|
12