HomeSort by relevance Sort by last modified time
    Searched refs:_SC_THREAD_DESTRUCTOR_ITERATIONS (Results 51 - 64 of 64) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
sysconf.h 112 #define _SC_THREAD_DESTRUCTOR_ITERATIONS 0x004a
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
confname.h 231 _SC_THREAD_DESTRUCTOR_ITERATIONS,
232 #define _SC_THREAD_DESTRUCTOR_ITERATIONS _SC_THREAD_DESTRUCTOR_ITERATIONS
  /bionic/libc/bionic/
sysconf.cpp 124 case _SC_THREAD_DESTRUCTOR_ITERATIONS: return PTHREAD_DESTRUCTOR_ITERATIONS;
  /bionic/libc/include/sys/
sysconf.h 112 #define _SC_THREAD_DESTRUCTOR_ITERATIONS 0x004a
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
confname.h 231 _SC_THREAD_DESTRUCTOR_ITERATIONS,
232 #define _SC_THREAD_DESTRUCTOR_ITERATIONS _SC_THREAD_DESTRUCTOR_ITERATIONS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
confname.h 231 _SC_THREAD_DESTRUCTOR_ITERATIONS,
232 #define _SC_THREAD_DESTRUCTOR_ITERATIONS _SC_THREAD_DESTRUCTOR_ITERATIONS
  /libcore/luni/src/main/java/android/system/
OsConstants.java 574 public static final int _SC_THREAD_DESTRUCTOR_ITERATIONS = placeholder();
    [all...]
  /bionic/tests/
unistd_test.cpp 736 VERIFY_SYSCONF_POSITIVE(_SC_THREAD_DESTRUCTOR_ITERATIONS);
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 637 initConstant(env, c, "_SC_THREAD_DESTRUCTOR_ITERATIONS", _SC_THREAD_DESTRUCTOR_ITERATIONS);
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 230 milliseconds

1 23