HomeSort by relevance Sort by last modified time
    Searched defs:_GNU_SOURCE (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /bionic/libc/bionic/
sched_cpualloc.c 28 #define _GNU_SOURCE 1
sched_getaffinity.cpp 29 #define _GNU_SOURCE 1
sched_getcpu.cpp 29 #define _GNU_SOURCE 1
sched_cpucount.c 28 #define _GNU_SOURCE 1
  /bionic/libm/
sincos.c 27 #define _GNU_SOURCE 1
  /external/ltrace/
memstream.c 21 /* _GNU_SOURCE may be necessary for open_memstream visibility (see
23 #define _GNU_SOURCE
  /bionic/libc/upstream-netbsd/android/include/
netbsd-compat.h 27 #define _GNU_SOURCE
  /development/ndk/sources/android/libportable/arch-mips/
pipe.c 17 #define _GNU_SOURCE /* GLibc compatibility to declare pipe2(2) */
clone.c 17 #define _GNU_SOURCE
  /external/chromium_org/third_party/skia/src/utils/
SkThreadUtils_pthread_linux.cpp 8 #ifndef _GNU_SOURCE
9 #define _GNU_SOURCE //for pthread_setaffinity_np
  /external/ltrace/testsuite/ltrace.minor/
trace-clone.c 6 #define _GNU_SOURCE
  /bionic/libc/include/
features.h 39 #define _GNU_SOURCE 1
  /development/ndk/platforms/android-3/include/
features.h 39 #define _GNU_SOURCE 1
  /development/ndk/platforms/android-L/include/
features.h 39 #define _GNU_SOURCE 1
  /external/oprofile/libdb/
db_insert.c 11 #define _GNU_SOURCE
  /external/chromium_org/base/
safe_strerror_posix.cc 6 // Post-L versions of bionic define the GNU-specific strerror_r if _GNU_SOURCE
9 // undefine _GNU_SOURCE and use the POSIX version.
10 #undef _GNU_SOURCE
  /external/chromium_org/sandbox/linux/suid/
process_util_linux.c 11 #define _GNU_SOURCE
  /external/chromium_org/third_party/tcmalloc/chromium/src/
getpc.h 48 // On many linux systems, we may need _GNU_SOURCE to get access to
51 #define _GNU_SOURCE 1
52 // If #define _GNU_SOURCE causes problems, this might work instead.
  /external/chromium_org/third_party/tcmalloc/vendor/src/
getpc.h 48 // On many linux systems, we may need _GNU_SOURCE to get access to
51 #define _GNU_SOURCE 1
52 // If #define _GNU_SOURCE causes problems, this might work instead.
  /external/e2fsprogs/lib/ss/
pager.c 18 #define _GNU_SOURCE
  /external/chromium_org/native_client_sdk/src/libraries/xray/
stringpool.c 12 /* _GNU_SOURCE must be defined prior to the inclusion of string.h
14 #define _GNU_SOURCE
  /external/chromium_org/third_party/skia/experimental/webtry/
seccomp_bpf.h 19 #define _GNU_SOURCE 1
  /external/compiler-rt/test/asan/TestCases/Linux/
stress_dtls.c 42 #define _GNU_SOURCE
  /external/e2fsprogs/lib/blkid/
cache.c 14 #define _GNU_SOURCE
  /external/oprofile/libpp/
diff_container.cpp 12 /* older glibc has C99 INFINITY in _GNU_SOURCE */
13 #ifndef _GNU_SOURCE
14 #define _GNU_SOURCE

Completed in 789 milliseconds

1 2 3 4