Home
last modified time | relevance | path

Searched defs:abstime (Results 1 – 25 of 25) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
D9-1-buildonly.c14 struct timespec abstime; in test_mq_timedreceive_prototype() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_mac.cc178 void *abstime), void *c, void *m, void *abstime, in call_pthread_cancel_with_cleanup()
Dtsan_platform_linux.cc319 void *abstime), void *c, void *m, void *abstime, in call_pthread_cancel_with_cleanup()
Dtsan_interceptors.cc1047 int (*fn)(void *c, void *m, void *abstime), void *c, in cond_wait()
1074 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in INTERCEPTOR()
1154 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { in TSAN_INTERCEPTOR()
1246 TSAN_INTERCEPTOR(int, pthread_rwlock_timedrdlock, void *m, void *abstime) { in TSAN_INTERCEPTOR()
1275 TSAN_INTERCEPTOR(int, pthread_rwlock_timedwrlock, void *m, void *abstime) { in TSAN_INTERCEPTOR()
/external/abseil-cpp/absl/synchronization/internal/
Dkernel_timeout.h104 struct timespec abstime; in MakeAbsTimespec() local
/external/angle/third_party/abseil-cpp/absl/synchronization/internal/
Dkernel_timeout.h144 struct timespec abstime; in MakeAbsTimespec() local
Dfutex.h115 const struct timespec *abstime) { in WaitBitsetAbsoluteTimeout()
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dkernel_timeout.h104 struct timespec abstime; in MakeAbsTimespec() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dkernel_timeout.h143 struct timespec abstime; in MakeAbsTimespec() local
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/
Dkernel_timeout.h143 struct timespec abstime; in MakeAbsTimespec() local
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
Dkernel_timeout.h144 struct timespec abstime; in MakeAbsTimespec() local
Dfutex.h115 const struct timespec *abstime) { in WaitBitsetAbsoluteTimeout()
/external/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cpp122 const timespec *abstime) { in INTERCEPTOR()
147 const timespec *abstime) { in INTERCEPTOR()
193 const timespec *abstime) { in INTERCEPTOR()
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc123 const timespec *abstime) { in INTERCEPTOR()
148 const timespec *abstime) { in INTERCEPTOR()
194 const timespec *abstime) { in INTERCEPTOR()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_queue.h127 struct timespec abstime; in wsi_queue_pull() local
/external/libevent/
Devthread_pthread.c144 struct timeval now, abstime; in evthread_posix_cond_wait() local
Devutil_time.c407 ev_uint64_t abstime, usec; in evutil_gettime_monotonic_() local
/external/libcxx/src/support/win32/
Dthread_win32.cpp119 auto abstime = in __libcpp_condvar_timedwait() local
/external/llvm-project/libcxx/src/support/win32/
Dthread_win32.cpp118 auto abstime = in __libcpp_condvar_timedwait() local
/external/libcups/cups/
Dthread.c52 struct timespec abstime; /* Timeout */ in _cupsCondWait() local
/external/mesa3d/src/intel/vulkan/
Danv_queue.c1677 struct timespec abstime = { in anv_wait_for_bo_fences() local
2547 struct timespec abstime = { in anv_timeline_wait_locked() local
2622 struct timespec abstime = { in anv_timelines_wait() local
/external/libwebsockets/lib/misc/threadpool/
Dthreadpool.c367 struct timespec abstime; in lws_threadpool_worker_sync() local
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp1073 const struct timespec *abstime) { in TSAN_INTERCEPTOR()
1196 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in INTERCEPTOR()
1207 __sanitizer_clockid_t clock, void *abstime) { in INTERCEPTOR()
1298 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { in TSAN_INTERCEPTOR()
1392 TSAN_INTERCEPTOR(int, pthread_rwlock_timedrdlock, void *m, void *abstime) { in TSAN_INTERCEPTOR()
1422 TSAN_INTERCEPTOR(int, pthread_rwlock_timedwrlock, void *m, void *abstime) { in TSAN_INTERCEPTOR()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c6151 struct timespec abstime; in radv_timeline_wait() local
/external/llvm-project/compiler-rt/include/sanitizer/
Dnetbsd_syscall_hooks.h1344 #define __sanitizer_syscall_pre__ksem_timedwait(id, abstime) \ argument
1347 #define __sanitizer_syscall_post__ksem_timedwait(res, id, abstime) \ argument