| /netbsd-src/lib/libpthread/ |
| H A D | pthread_rwlock.c | 407 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-src/sys/compat/netbsd32/ |
| H A D | netbsd32_mqueue.c | 274 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 D | netbsd32_syscallargs.h | 1421 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;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ |
| H A D | gthr-vxworks-thread.c | 64 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 D | gthr-vxworks.h | 304 const __gthread_time_t *abs_timeout); 311 const __gthread_time_t *abs_timeout);
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/ |
| H A D | gthr-vxworks-thread.c | 106 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 D | gthr-vxworks.h | 312 const __gthread_time_t *abs_timeout); 319 const __gthread_time_t *abs_timeout);
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_mqueue.c | 133 if (SCARG(uap, abs_timeout)) { in linux_sys_mq_timedsend() 134 error = copyin(SCARG(uap, abs_timeout), <s, sizeof(lts)); in linux_sys_mq_timedsend() 165 if (SCARG(uap, abs_timeout)) { in linux_sys_mq_timedreceive() 166 error = copyin(SCARG(uap, abs_timeout), <s, sizeof(lts)); in linux_sys_mq_timedreceive()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | mqueue.d | 183 uint* msg_prio, const(timespec)* abs_timeout); 221 uint msg_prio, const(timespec)* abs_timeout);
|
| /netbsd-src/sys/compat/common/ |
| H A D | kern_time_50.c | 402 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-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 1402 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1405 (long long)(msg_prio), (long long)(abs_timeout)) 1407 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1410 (long long)(msg_prio), (long long)(abs_timeout)) 1412 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1415 (long long)(msg_prio), (long long)(abs_timeout)) 1417 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1420 (long long)(msg_prio), (long long)(abs_timeout)) 2377 msg_prio, abs_timeout) \ argument 2380 (long long)(msg_prio), (long long)(abs_timeout)) [all …]
|
| H A D | linux_syscall_hooks.h | 1367 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)) 1382 msg_prio, abs_timeout) \ argument 1385 (long)(abs_timeout)) 2779 long abs_timeout); 2783 long abs_timeout); [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 1376 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1379 (long long)(msg_prio), (long long)(abs_timeout)) 1381 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1384 (long long)(msg_prio), (long long)(abs_timeout)) 1386 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1389 (long long)(msg_prio), (long long)(abs_timeout)) 1391 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1394 (long long)(msg_prio), (long long)(abs_timeout)) 2349 msg_prio, abs_timeout) \ argument 2352 (long long)(msg_prio), (long long)(abs_timeout)) [all …]
|
| H A D | linux_syscall_hooks.h | 1369 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)) 1384 msg_prio, abs_timeout) \ argument 1387 (long)(abs_timeout)) 2781 long abs_timeout); 2785 long abs_timeout); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 1402 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1405 (long long)(msg_prio), (long long)(abs_timeout)) 1407 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1410 (long long)(msg_prio), (long long)(abs_timeout)) 1412 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1415 (long long)(msg_prio), (long long)(abs_timeout)) 1417 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1420 (long long)(msg_prio), (long long)(abs_timeout)) 2377 msg_prio, abs_timeout) \ argument 2380 (long long)(msg_prio), (long long)(abs_timeout)) [all …]
|
| H A D | linux_syscall_hooks.h | 1377 msg_prio, abs_timeout) \ argument 1380 (long)(abs_timeout)) 1382 msg_prio, abs_timeout) \ argument 1385 (long)(abs_timeout)) 1387 msg_prio, abs_timeout) \ argument 1390 (long)(abs_timeout)) 1392 msg_prio, abs_timeout) \ argument 1395 (long)(abs_timeout)) 2796 long abs_timeout); 2800 long abs_timeout); [all …]
|
| /netbsd-src/sys/kern/ |
| H A D | sys_mqueue.c | 763 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()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_syncobj.c | 1248 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-src/sys/compat/linux/arch/aarch64/ |
| H A D | linux_syscallargs.h | 809 syscallarg(const struct linux_timespec *) abs_timeout; 818 syscallarg(const struct linux_timespec *) abs_timeout;
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2177 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-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2175 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-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2378 const void *abs_timeout) { 2381 if (abs_timeout) 2382 PRE_READ(abs_timeout, struct_timespec_sz); 2387 const void *abs_timeout) {} 2391 const void *abs_timeout) { 2392 if (abs_timeout) 2393 PRE_READ(abs_timeout, struct_timespec_sz); 2398 const void *abs_timeout) {
|
| /netbsd-src/sys/compat/linux/arch/m68k/ |
| H A D | linux_syscallargs.h | 1039 syscallarg(const struct linux_timespec *) abs_timeout; 1048 syscallarg(const struct linux_timespec *) abs_timeout;
|
| /netbsd-src/sys/compat/linux/arch/amd64/ |
| H A D | linux_syscallargs.h | 971 syscallarg(const struct linux_timespec *) abs_timeout; 980 syscallarg(const struct linux_timespec *) abs_timeout;
|
| /netbsd-src/sys/compat/linux/arch/powerpc/ |
| H A D | linux_syscallargs.h | 978 syscallarg(const struct linux_timespec *) abs_timeout; 987 syscallarg(const struct linux_timespec *) abs_timeout;
|