Searched refs:pthread_getattr_np (Results 1 – 12 of 12) sorted by relevance
/external/compiler-rt/test/msan/ |
D | pthread_getattr_np_deadlock.cc | 10 int res = pthread_getattr_np(pthread_self(), &attr); in ThreadFn()
|
/external/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()
|
/external/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()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstackaddr/ |
D | coverage.txt | 6 pthread_getattr_np to get attr in a created thread)
|
/external/libchrome/base/debug/ |
D | stack_trace.cc | 69 int error = pthread_getattr_np(pthread_self(), &attributes); in GetStackEnd()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | swapcontext_annotation.cc | 131 pthread_getattr_np(pthread_self(), &attr); in InitStackBounds()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux_libcdep.cc | 41 #define pthread_getattr_np pthread_attr_get_np macro 114 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0); in GetThreadStackTopAndBottom()
|
/external/libchrome/sandbox/linux/services/ |
D | credentials_unittest.cc | 257 EXPECT_EQ(0, pthread_getattr_np(pthread_self(), &attr)); in SANDBOX_TEST()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_linux_test.cc | 218 pthread_getattr_np(pthread_self(), &attr); in thread_descriptor_size_test_func()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2581 fun:pthread_getattr_np=uninstrumented
|