Searched defs:_GNU_SOURCE (Results 1 - 25 of 142) sorted by relevance

123456

/external/valgrind/main/drd/tests/
H A Dpth_process_shared_mutex.c7 #define _GNU_SOURCE macro
H A Dpth_barrier_reinit.c6 #define _GNU_SOURCE macro
H A Dpth_barrier_race.c13 #define _GNU_SOURCE macro
H A Dpth_mutex_reinit.c4 #define _GNU_SOURCE macro
H A Drwlock_type_checking.c9 #define _GNU_SOURCE 1 macro
H A Drecursive_mutex.c5 #define _GNU_SOURCE macro
H A Dtrylock.c11 #define _GNU_SOURCE 1 macro
/external/ltrace/
H A Dmemstream.c21 /* _GNU_SOURCE may be necessary for open_memstream visibility (see
23 #define _GNU_SOURCE macro
/external/valgrind/main/helgrind/tests/
H A Dtc12_rwl_trivial.c5 #define _GNU_SOURCE 1 macro
H A Dtc10_rec_lock.c7 #define _GNU_SOURCE 1 macro
H A Dbar_trivial.c6 #define _GNU_SOURCE macro
/external/valgrind/main/none/tests/linux/
H A Dmremap3.c1 #define _GNU_SOURCE 1 macro
H A Dmremap.c1 #define _GNU_SOURCE macro
/external/ltrace/testsuite/ltrace.minor/
H A Dtrace-clone.c6 #define _GNU_SOURCE macro
/external/strace/test/
H A Dclone.c2 #define _GNU_SOURCE 1 macro
H A Dx32_lseek.c10 #define _GNU_SOURCE macro
/external/valgrind/main/memcheck/tests/linux/
H A Dsys-openat.c6 #define _GNU_SOURCE macro
/external/valgrind/main/none/tests/
H A Dsem.c1 #define _GNU_SOURCE macro
/external/chromium_org/third_party/skia/src/utils/
H A DSkThreadUtils_pthread_linux.cpp8 #ifndef _GNU_SOURCE
9 #define _GNU_SOURCE //for pthread_setaffinity_np macro
/external/skia/src/utils/
H A DSkThreadUtils_pthread_linux.cpp8 #ifndef _GNU_SOURCE
9 #define _GNU_SOURCE //for pthread_setaffinity_np macro
/external/valgrind/main/memcheck/tests/
H A Dreach_thread_register.c1 #define _GNU_SOURCE macro
H A Dstpncpy.c4 #define _GNU_SOURCE macro
/external/chromium_org/base/
H A Dsafe_strerror_posix.cc6 // 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 macro
/external/chromium_org/sandbox/linux/suid/
H A Dprocess_util_linux.c11 #define _GNU_SOURCE macro
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dgetpc.h48 // On many linux systems, we may need _GNU_SOURCE to get access to
51 #define _GNU_SOURCE 1 macro
52 // If #define _GNU_SOURCE causes problems, this might work instead.

Completed in 1445 milliseconds

123456