Home
last modified time | relevance | path

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

/netbsd/lib/libpthread/
H A Dpthread_rwlock.c407 const struct timespec *abs_timeout) in pthread_rwlock_timedrdlock() argument
409 if (abs_timeout == NULL) in pthread_rwlock_timedrdlock()
411 if ((abs_timeout->tv_nsec >= 1000000000) || in pthread_rwlock_timedrdlock()
412 (abs_timeout->tv_nsec < 0) || in pthread_rwlock_timedrdlock()
413 (abs_timeout->tv_sec < 0)) in pthread_rwlock_timedrdlock()
416 return pthread__rwlock_rdlock(ptr, abs_timeout); in pthread_rwlock_timedrdlock()
430 const struct timespec *abs_timeout) in pthread_rwlock_timedwrlock() argument
432 if (abs_timeout == NULL) in pthread_rwlock_timedwrlock()
434 if ((abs_timeout->tv_nsec >= 1000000000) || in pthread_rwlock_timedwrlock()
435 (abs_timeout->tv_nsec < 0) || in pthread_rwlock_timedwrlock()
[all …]
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_mqueue.c274 if (SCARG_P32(uap, abs_timeout)) { in netbsd32___mq_timedsend50()
275 error = copyin(SCARG_P32(uap, abs_timeout), &ts32, in netbsd32___mq_timedsend50()
306 if (SCARG_P32(uap, abs_timeout)) { in netbsd32___mq_timedreceive50()
307 error = copyin(SCARG_P32(uap, abs_timeout), &ts32, in netbsd32___mq_timedreceive50()
344 if (SCARG_P32(uap, abs_timeout)) { in compat_50_netbsd32_mq_timedsend()
345 error = copyin(SCARG_P32(uap, abs_timeout), &ts32, in compat_50_netbsd32_mq_timedsend()
377 if (SCARG_P32(uap, abs_timeout)) { in compat_50_netbsd32_mq_timedreceive()
378 error = copyin(SCARG_P32(uap, abs_timeout), &ts32, in compat_50_netbsd32_mq_timedreceive()
H A Dnetbsd32_syscallargs.h1421 syscallarg(const netbsd32_timespec50p_t) abs_timeout;
1430 syscallarg(const netbsd32_timespec50p_t) abs_timeout;
2302 syscallarg(const netbsd32_timespecp_t) abs_timeout;
2311 syscallarg(const netbsd32_timespecp_t) abs_timeout;
H A Dnetbsd32_systrace_args.c1917 uarg[4] = (intptr_t) SCARG(p, abs_timeout).i32; /* const netbsd32_timespec50p_t */ in systrace_args()
1928 uarg[4] = (intptr_t) SCARG(p, abs_timeout).i32; /* const netbsd32_timespec50p_t */ in systrace_args()
3087 uarg[4] = (intptr_t) SCARG(p, abs_timeout).i32; /* const netbsd32_timespecp_t */ in systrace_args()
3098 uarg[4] = (intptr_t) SCARG(p, abs_timeout).i32; /* const netbsd32_timespecp_t */ in systrace_args()
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/
H A Dgthr-vxworks-thread.c64 const __gthread_time_t *abs_timeout) in __gthread_cond_timedwait() argument
72 if (!abs_timeout) in __gthread_cond_timedwait()
80 const long long abs_timeout_ticks = __TIMESPEC_TO_TICKS ((*abs_timeout)); in __gthread_cond_timedwait()
142 const __gthread_time_t *abs_timeout) in __gthread_recursive_mutex_timedlock() argument
144 return __gthread_mutex_timedlock ((__gthread_mutex_t *)mutex, abs_timeout); in __gthread_recursive_mutex_timedlock()
H A Dgthr-vxworks.h304 const __gthread_time_t *abs_timeout);
311 const __gthread_time_t *abs_timeout);
/netbsd/external/gpl3/gcc/dist/libgcc/config/
H A Dgthr-vxworks-thread.c106 const __gthread_time_t *abs_timeout) in __gthread_cond_timedwait() argument
114 if (!abs_timeout) in __gthread_cond_timedwait()
122 const long long abs_timeout_ticks = __TIMESPEC_TO_TICKS ((*abs_timeout)); in __gthread_cond_timedwait()
182 const __gthread_time_t *abs_timeout) in __gthread_recursive_mutex_timedlock() argument
184 return __gthread_mutex_timedlock ((__gthread_mutex_t *)mutex, abs_timeout); in __gthread_recursive_mutex_timedlock()
H A Dgthr-vxworks.h312 const __gthread_time_t *abs_timeout);
319 const __gthread_time_t *abs_timeout);
/netbsd/sys/compat/common/
H A Dkern_time_50.c402 if (SCARG(uap, abs_timeout)) { in compat_50_sys_mq_timedsend()
403 error = copyin(SCARG(uap, abs_timeout), &ts50, sizeof(ts50)); in compat_50_sys_mq_timedsend()
437 if (SCARG(uap, abs_timeout)) { in compat_50_sys_mq_timedreceive()
438 error = copyin(SCARG(uap, abs_timeout), &ts50, sizeof(ts50)); in compat_50_sys_mq_timedreceive()
/netbsd/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1405 (long long)(msg_prio), (long long)(abs_timeout))
1410 (long long)(msg_prio), (long long)(abs_timeout))
1415 (long long)(msg_prio), (long long)(abs_timeout))
1420 (long long)(msg_prio), (long long)(abs_timeout))
2380 (long long)(msg_prio), (long long)(abs_timeout))
2385 (long long)(msg_prio), (long long)(abs_timeout))
3908 long long msg_prio, long long abs_timeout);
3911 long long abs_timeout);
3914 long long msg_prio, long long abs_timeout);
4642 long long msg_prio, long long abs_timeout);
[all …]
H A Dlinux_syscall_hooks.h1367 msg_prio, abs_timeout) \ argument
1370 (long)(abs_timeout))
1372 msg_prio, abs_timeout) \ argument
1375 (long)(abs_timeout))
1377 msg_prio, abs_timeout) \ argument
1380 (long)(abs_timeout))
1385 (long)(abs_timeout))
2779 long abs_timeout);
2783 long abs_timeout);
2786 long abs_timeout);
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1379 (long long)(msg_prio), (long long)(abs_timeout))
1384 (long long)(msg_prio), (long long)(abs_timeout))
1389 (long long)(msg_prio), (long long)(abs_timeout))
1394 (long long)(msg_prio), (long long)(abs_timeout))
2352 (long long)(msg_prio), (long long)(abs_timeout))
2357 (long long)(msg_prio), (long long)(abs_timeout))
3736 long long msg_prio, long long abs_timeout);
3739 long long abs_timeout);
3742 long long msg_prio, long long abs_timeout);
4461 long long msg_prio, long long abs_timeout);
[all …]
H A Dlinux_syscall_hooks.h1369 msg_prio, abs_timeout) \ argument
1372 (long)(abs_timeout))
1374 msg_prio, abs_timeout) \ argument
1377 (long)(abs_timeout))
1379 msg_prio, abs_timeout) \ argument
1382 (long)(abs_timeout))
1387 (long)(abs_timeout))
2781 long abs_timeout);
2785 long abs_timeout);
2788 long abs_timeout);
[all …]
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1405 (long long)(msg_prio), (long long)(abs_timeout))
1410 (long long)(msg_prio), (long long)(abs_timeout))
1415 (long long)(msg_prio), (long long)(abs_timeout))
1420 (long long)(msg_prio), (long long)(abs_timeout))
2380 (long long)(msg_prio), (long long)(abs_timeout))
2385 (long long)(msg_prio), (long long)(abs_timeout))
3908 long long msg_prio, long long abs_timeout);
3911 long long abs_timeout);
3914 long long msg_prio, long long abs_timeout);
4642 long long msg_prio, long long abs_timeout);
[all …]
H A Dlinux_syscall_hooks.h1367 msg_prio, abs_timeout) \ argument
1370 (long)(abs_timeout))
1372 msg_prio, abs_timeout) \ argument
1375 (long)(abs_timeout))
1377 msg_prio, abs_timeout) \ argument
1380 (long)(abs_timeout))
1385 (long)(abs_timeout))
2779 long abs_timeout);
2783 long abs_timeout);
2786 long abs_timeout);
[all …]
/netbsd/sys/kern/
H A Dsys_mqueue.c763 if (SCARG(uap, abs_timeout)) { in sys___mq_timedreceive50()
764 error = copyin(SCARG(uap, abs_timeout), &ts, sizeof(ts)); in sys___mq_timedreceive50()
938 if (SCARG(uap, abs_timeout)) { in sys___mq_timedsend50()
939 error = copyin(SCARG(uap, abs_timeout), &ts, sizeof(ts)); in sys___mq_timedsend50()
H A Dsystrace_args.c1978 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct timespec50 * */ in systrace_args()
1989 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct timespec50 * */ in systrace_args()
3261 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct timespec * */ in systrace_args()
3272 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct timespec * */ in systrace_args()
/netbsd/sys/external/bsd/drm2/dist/drm/
H A Ddrm_syncobj.c1248 ktime_t abs_timeout, now; in drm_timeout_abs_to_jiffies() local
1255 abs_timeout = ns_to_ktime(timeout_nsec); in drm_timeout_abs_to_jiffies()
1258 if (!ktime_after(abs_timeout, now)) in drm_timeout_abs_to_jiffies()
1261 timeout_ns = ktime_to_ns(ktime_sub(abs_timeout, now)); in drm_timeout_abs_to_jiffies()
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2175 long msg_prio, const void *abs_timeout) {
2177 if (abs_timeout) PRE_READ(abs_timeout, struct_timespec_sz);
2182 const void *abs_timeout) {}
2185 void *msg_prio, const void *abs_timeout) {
2186 if (abs_timeout) PRE_READ(abs_timeout, struct_timespec_sz);
2190 int *msg_prio, const void *abs_timeout) {
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2177 long msg_prio, const void *abs_timeout) {
2179 if (abs_timeout) PRE_READ(abs_timeout, struct_timespec_sz);
2184 const void *abs_timeout) {}
2187 void *msg_prio, const void *abs_timeout) {
2188 if (abs_timeout) PRE_READ(abs_timeout, struct_timespec_sz);
2192 int *msg_prio, const void *abs_timeout) {
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2175 long msg_prio, const void *abs_timeout) {
2177 if (abs_timeout) PRE_READ(abs_timeout, struct_timespec_sz);
2182 const void *abs_timeout) {}
2185 void *msg_prio, const void *abs_timeout) {
2186 if (abs_timeout) PRE_READ(abs_timeout, struct_timespec_sz);
2190 int *msg_prio, const void *abs_timeout) {
/netbsd/sys/sys/
H A Dsyscallargs.h1723 syscallarg(const struct timespec50 *) abs_timeout;
1734 syscallarg(const struct timespec50 *) abs_timeout;
2813 syscallarg(const struct timespec *) abs_timeout;
2824 syscallarg(const struct timespec *) abs_timeout;