HomeSort by relevance Sort by last modified time
    Searched refs:_POSIX_C_SOURCE (Results 276 - 300 of 305) sorted by null

<<111213

  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
stress2.c 32 #define _POSIX_C_SOURCE 200112L
  /external/lz4/examples/
compress_functions.c 60 #define _POSIX_C_SOURCE 199309L
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw.h 413 #if (defined (_POSIX) || defined (_POSIX_SOURCE) || defined (_POSIX_C_SOURCE) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ia32/
pyconfig.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ipf/
pyconfig.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Ia32/
pyconfig.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/X64/
pyconfig.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/X64/
pyconfig.h     [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
1-2.c 32 #define _POSIX_C_SOURCE 200112L
2-3.c 29 #define _POSIX_C_SOURCE 200112L
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
2-1.c 32 #define _POSIX_C_SOURCE 200112L
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
3-2.c 43 #define _POSIX_C_SOURCE 200112L
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
s-c1.c 29 #define _POSIX_C_SOURCE 200112L
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
stress.c 43 #define _POSIX_C_SOURCE 200112L
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
s-c1.c 29 #define _POSIX_C_SOURCE 200112L
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
s-c1.c 29 #define _POSIX_C_SOURCE 200112L
  /external/python/cpython2/
pyconfig.h.in 1189 #undef _POSIX_C_SOURCE
    [all...]
  /external/python/cpython3/
pyconfig.h.in     [all...]
  /external/autotest/client/deps/fakemodem/src/
fakemodem.c 7 #define _POSIX_C_SOURCE 201108L
  /external/elfutils/tests/
run-dwarf-getmacros.sh 537 _POSIX_C_SOURCE 200809L
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
s-c.c 36 #define _POSIX_C_SOURCE 200112L
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 40 _POSIX_C_SOURCE = 1
45 _POSIX_C_SOURCE = 199506L
STROPTS.py 40 _POSIX_C_SOURCE = 1
45 _POSIX_C_SOURCE = 199506L
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos_r.h 196 (_POSIX_C_SOURCE - 0 < 199506L) && !defined(_POSIX_PTHREAD_SEMANTICS)
    [all...]
  /libcore/ojluni/src/main/native/
UnixNativeDispatcher.c 462 #if (_POSIX_C_SOURCE >= 200809L) || defined(__solaris__)
    [all...]

Completed in 1939 milliseconds

<<111213