Home
last modified time | relevance | path

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

/external/compiler-rt/test/msan/
Dpthread_getattr_np_deadlock.cc10 int res = pthread_getattr_np(pthread_self(), &attr); in ThreadFn()
/external/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()
/external/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()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstackaddr/
Dcoverage.txt6 pthread_getattr_np to get attr in a created thread)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc41 #define pthread_getattr_np pthread_attr_get_np macro
114 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0); in GetThreadStackTopAndBottom()
/external/compiler-rt/test/asan/TestCases/Linux/
Dswapcontext_annotation.cc131 pthread_getattr_np(pthread_self(), &attr); in InitStackBounds()
/external/libchrome/base/debug/
Dstack_trace.cc167 int error = pthread_getattr_np(pthread_self(), &attributes); in GetStackEnd()
/external/perfetto/src/profiling/memory/
Dclient.cc88 if (pthread_getattr_np(pthread_self(), &attr) != 0) in GetThreadStackBase()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc218 pthread_getattr_np(pthread_self(), &attr); in thread_descriptor_size_test_func()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2581 fun:pthread_getattr_np=uninstrumented