Home
last modified time | relevance | path

Searched refs:_POSIX_TIMERS (Results 1 – 22 of 22) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
D8-1.c71 #ifdef _POSIX_TIMERS in main()
82 #ifdef _POSIX_TIMERS in main()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dfeatures.h38 #define _POSIX_TIMERS 1 macro
/third_party/libcoap/src/
Dcoap_time.c33 #if _POSIX_TIMERS && !defined(__APPLE__)
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
Dstress.c56 #if _POSIX_TIMERS < 0
59 #if _POSIX_TIMERS == 0
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
D16-1.c89 #ifdef _POSIX_TIMERS in main()
/third_party/openssl/providers/implementations/rands/seeding/
Drand_unix.c81 # if defined(_POSIX_TIMERS) && _POSIX_TIMERS -0 > 0
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
Drand_unix.c81 # if defined(_POSIX_TIMERS) && _POSIX_TIMERS -0 > 0
/third_party/gstreamer/gstreamer/
Dmeson.build292 #if !defined(_POSIX_TIMERS) || _POSIX_TIMERS < 0 || !defined(CLOCK_REALTIME)
293 #error Either _POSIX_TIMERS or CLOCK_REALTIME not defined
/third_party/musl/ndk_musl_include/
Dunistd.h227 #define _POSIX_TIMERS _POSIX_VERSION macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h264 #define _POSIX_TIMERS _POSIX_VERSION macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h240 #define _POSIX_TIMERS _POSIX_VERSION macro
/third_party/musl/porting/linux/user/include/
Dunistd.h267 #define _POSIX_TIMERS _POSIX_VERSION macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h264 #define _POSIX_TIMERS _POSIX_VERSION macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h240 #define _POSIX_TIMERS _POSIX_VERSION macro
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h240 #define _POSIX_TIMERS _POSIX_VERSION macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h246 #define _POSIX_TIMERS _POSIX_VERSION macro
/third_party/musl/include/
Dunistd.h246 #define _POSIX_TIMERS _POSIX_VERSION macro
/third_party/glfw/src/
Dmir_init.c225 #if defined(_POSIX_TIMERS) && defined(_POSIX_MONOTONIC_CLOCK) in _glfwPlatformGetVersionString()
Dwl_init.c645 #if defined(_POSIX_TIMERS) && defined(_POSIX_MONOTONIC_CLOCK) in _glfwPlatformGetVersionString()
Dx11_init.c817 #if defined(_POSIX_TIMERS) && defined(_POSIX_MONOTONIC_CLOCK) in _glfwPlatformGetVersionString()
/third_party/musl/libc-test/src/api/
Dunistd.c38 A(_POSIX_TIMERS >= 200809L) in f()
/third_party/rust/crates/nix/src/
Dunistd.rs2442 _POSIX_TIMERS = libc::_SC_TIMERS,