HomeSort by relevance Sort by last modified time
    Searched refs:pthread_getattr_np (Results 1 - 13 of 13) sorted by null

  /external/compiler-rt/test/msan/
pthread_getattr_np_deadlock.cc 3 // Regression test for a deadlock in pthread_getattr_np
10 int res = pthread_getattr_np(pthread_self(), &attr);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
2-1.c 17 /* For pthread_getattr_np(3) -- not a POSIX compliant API. */
45 if ((rc = pthread_getattr_np(pthread_self(), &attr)) != 0) {
46 printf(ERROR_PREFIX "pthread_getattr_np: %s", strerror(rc));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
2-1.c 17 /* For pthread_getattr_np(3) -- not a POSIX compliant API */
44 if ((rc = pthread_getattr_np(pthread_self(), &attr)) != 0) {
45 printf(ERROR_PREFIX "pthread_getattr_np: %s\n", strerror(rc));
  /external/compiler-rt/test/asan/TestCases/Linux/
swapcontext_annotation.cc 131 pthread_getattr_np(pthread_self(), &attr);
  /external/libchrome/base/debug/
stack_trace.cc 152 // Bionic reads proc/maps on every call to pthread_getattr_np() when called
155 // For all other threads pthread_getattr_np() is fast enough as it just reads
167 int error = pthread_getattr_np(pthread_self(), &attributes);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 41 #define pthread_getattr_np pthread_attr_get_np macro
114 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0);
  /bionic/libc/bionic/
pthread_attr.cpp 243 int pthread_getattr_np(pthread_t t, pthread_attr_t* attr) { function
  /bionic/libc/include/
pthread.h 146 int pthread_getattr_np(pthread_t __pthread, pthread_attr_t* __attr);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 218 pthread_getattr_np(pthread_self(), &attr);
  /bionic/tests/
pthread_test.cpp 236 ASSERT_EQ(0, pthread_getattr_np(t, &attr));
692 pthread_getattr_np(pthread_self(), &attributes);
707 pthread_getattr_np(pthread_self(), &attributes);
    [all...]
  /build/kati/
eval.cc 48 CHECK(pthread_getattr_np(pthread_self(), &attr) == 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h 404 extern int pthread_getattr_np (pthread_t __th, pthread_attr_t *__attr)
    [all...]
  /art/runtime/
thread.cc     [all...]

Completed in 517 milliseconds