| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| mqueue.d | 176 * abs_timeout = Specify a ceiling on the time to block if the queue is empty. 183 uint* msg_prio, const(timespec)* abs_timeout); 213 * abs_timeout = Specify a ceiling on the time to block if the queue is empty. 221 uint msg_prio, const(timespec)* abs_timeout);
|
| /src/lib/libpthread/ |
| pthread_rwlock.c | 407 const struct timespec *abs_timeout) 409 if (abs_timeout == NULL) 411 if ((abs_timeout->tv_nsec >= 1000000000) || 412 (abs_timeout->tv_nsec < 0) || 413 (abs_timeout->tv_sec < 0)) 416 return pthread__rwlock_rdlock(ptr, abs_timeout); 430 const struct timespec *abs_timeout) 432 if (abs_timeout == NULL) 434 if ((abs_timeout->tv_nsec >= 1000000000) || 435 (abs_timeout->tv_nsec < 0) | [all...] |
| /src/sys/compat/netbsd32/ |
| netbsd32_mqueue.c | 267 syscallarg(const netbsd32_timespecp_t) abs_timeout; 274 if (SCARG_P32(uap, abs_timeout)) { 275 error = copyin(SCARG_P32(uap, abs_timeout), &ts32, 298 syscallarg(const netbsd32_timespecp_t) abs_timeout; 306 if (SCARG_P32(uap, abs_timeout)) { 307 error = copyin(SCARG_P32(uap, abs_timeout), &ts32, 337 syscallarg(const netbsd32_timespec50p_t) abs_timeout; 344 if (SCARG_P32(uap, abs_timeout)) { 345 error = copyin(SCARG_P32(uap, abs_timeout), &ts32, 369 syscallarg(const netbsd32_timespec50p_t) abs_timeout; [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| gthr-vxworks-thread.c | 106 const __gthread_time_t *abs_timeout) 114 if (!abs_timeout) 122 const long long abs_timeout_ticks = __TIMESPEC_TO_TICKS ((*abs_timeout)); 182 const __gthread_time_t *abs_timeout) 184 return __gthread_mutex_timedlock ((__gthread_mutex_t *)mutex, abs_timeout);
|
| gthr-vxworks.h | 315 const __gthread_time_t *abs_timeout); 322 const __gthread_time_t *abs_timeout);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| gthr-vxworks-thread.c | 106 const __gthread_time_t *abs_timeout) 114 if (!abs_timeout) 122 const long long abs_timeout_ticks = __TIMESPEC_TO_TICKS ((*abs_timeout)); 182 const __gthread_time_t *abs_timeout) 184 return __gthread_mutex_timedlock ((__gthread_mutex_t *)mutex, abs_timeout);
|
| gthr-vxworks.h | 312 const __gthread_time_t *abs_timeout); 319 const __gthread_time_t *abs_timeout);
|
| /src/sys/compat/linux/common/ |
| linux_mqueue.c | 126 syscallarg(const struct linux_timespec *) abs_timeout; 133 if (SCARG(uap, abs_timeout)) { 134 error = copyin(SCARG(uap, abs_timeout), <s, sizeof(lts)); 157 syscallarg(const struct linux_timespec *) abs_timeout; 165 if (SCARG(uap, abs_timeout)) { 166 error = copyin(SCARG(uap, abs_timeout), <s, sizeof(lts));
|
| /src/sys/compat/common/ |
| kern_time_50.c | 394 syscallarg(const struct timespec50 *) abs_timeout; 402 if (SCARG(uap, abs_timeout)) { 403 error = copyin(SCARG(uap, abs_timeout), &ts50, sizeof(ts50)); 428 syscallarg(const struct timespec50 *) abs_timeout; 437 if (SCARG(uap, abs_timeout)) { 438 error = copyin(SCARG(uap, abs_timeout), &ts50, sizeof(ts50));
|
| /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
| netbsd_syscall_hooks.h | 1376 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1379 (long long)(msg_prio), (long long)(abs_timeout)) 1381 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1384 (long long)(msg_prio), (long long)(abs_timeout)) 1386 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1389 (long long)(msg_prio), (long long)(abs_timeout)) 1391 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1394 (long long)(msg_prio), (long long)(abs_timeout)) 2349 msg_prio, abs_timeout) \ 2352 (long long)(msg_prio), (long long)(abs_timeout)) [all...] |
| linux_syscall_hooks.h | 1369 msg_prio, abs_timeout) \ 1372 (long)(abs_timeout)) 1374 msg_prio, abs_timeout) \ 1377 (long)(abs_timeout)) 1379 msg_prio, abs_timeout) \ 1382 (long)(abs_timeout)) 1384 msg_prio, abs_timeout) \ 1387 (long)(abs_timeout)) 2781 long abs_timeout); 2785 long abs_timeout); [all...] |
| /src/sys/kern/ |
| sys_mqueue.c | 756 syscallarg(const struct timespec *) abs_timeout; 763 if (SCARG(uap, abs_timeout)) { 764 error = copyin(SCARG(uap, abs_timeout), &ts, sizeof(ts)); 932 syscallarg(const struct timespec *) abs_timeout; 938 if (SCARG(uap, abs_timeout)) { 939 error = copyin(SCARG(uap, abs_timeout), &ts, sizeof(ts));
|
| /src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/ |
| netbsd_syscall_hooks.h | 1402 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1405 (long long)(msg_prio), (long long)(abs_timeout)) 1407 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1410 (long long)(msg_prio), (long long)(abs_timeout)) 1412 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1415 (long long)(msg_prio), (long long)(abs_timeout)) 1417 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1420 (long long)(msg_prio), (long long)(abs_timeout)) 2377 msg_prio, abs_timeout) \ 2380 (long long)(msg_prio), (long long)(abs_timeout)) [all...] |
| linux_syscall_hooks.h | 1377 msg_prio, abs_timeout) \ 1380 (long)(abs_timeout)) 1382 msg_prio, abs_timeout) \ 1385 (long)(abs_timeout)) 1387 msg_prio, abs_timeout) \ 1390 (long)(abs_timeout)) 1392 msg_prio, abs_timeout) \ 1395 (long)(abs_timeout)) 2796 long abs_timeout); 2800 long abs_timeout); [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/ |
| netbsd_syscall_hooks.h | 1402 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1405 (long long)(msg_prio), (long long)(abs_timeout)) 1407 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1410 (long long)(msg_prio), (long long)(abs_timeout)) 1412 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1415 (long long)(msg_prio), (long long)(abs_timeout)) 1417 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1420 (long long)(msg_prio), (long long)(abs_timeout)) 2377 msg_prio, abs_timeout) \ 2380 (long long)(msg_prio), (long long)(abs_timeout)) [all...] |
| linux_syscall_hooks.h | 1377 msg_prio, abs_timeout) \ 1380 (long)(abs_timeout)) 1382 msg_prio, abs_timeout) \ 1385 (long)(abs_timeout)) 1387 msg_prio, abs_timeout) \ 1390 (long)(abs_timeout)) 1392 msg_prio, abs_timeout) \ 1395 (long)(abs_timeout)) 2796 long abs_timeout); 2800 long abs_timeout); [all...] |
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_syncobj.c | 1248 ktime_t abs_timeout, now; local 1255 abs_timeout = ns_to_ktime(timeout_nsec); 1258 if (!ktime_after(abs_timeout, now)) 1261 timeout_ns = ktime_to_ns(ktime_sub(abs_timeout, now));
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 819 syscallarg(const struct linux_timespec *) abs_timeout; member in struct:linux_sys_mq_timedsend_args 828 syscallarg(const struct linux_timespec *) abs_timeout; member in struct:linux_sys_mq_timedreceive_args
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_syscallargs.h | 989 syscallarg(const struct linux_timespec *) abs_timeout; member in struct:linux_sys_mq_timedsend_args 998 syscallarg(const struct linux_timespec *) abs_timeout; member in struct:linux_sys_mq_timedreceive_args
|
| /src/sys/compat/linux/arch/i386/ |
| linux_syscallargs.h | 1102 syscallarg(const struct linux_timespec *) abs_timeout; member in struct:linux_sys_mq_timedsend_args 1111 syscallarg(const struct linux_timespec *) abs_timeout; member in struct:linux_sys_mq_timedreceive_args
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1099 syscallarg(const struct linux_timespec *) abs_timeout; member in struct:linux_sys_mq_timedsend_args 1108 syscallarg(const struct linux_timespec *) abs_timeout; member in struct:linux_sys_mq_timedreceive_args
|
| /src/sys/compat/linux/arch/arm/ |
| linux_syscallargs.h | 1055 syscallarg(const struct linux_timespec *) abs_timeout; member in struct:linux_sys_mq_timedsend_args 1064 syscallarg(const struct linux_timespec *) abs_timeout; member in struct:linux_sys_mq_timedreceive_args
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_syscallargs.h | 1049 syscallarg(const struct linux_timespec *) abs_timeout; member in struct:linux_sys_mq_timedsend_args 1058 syscallarg(const struct linux_timespec *) abs_timeout; member in struct:linux_sys_mq_timedreceive_args
|
| /src/sys/compat/linux/arch/mips/ |
| linux_syscallargs.h | 1096 syscallarg(const struct linux_timespec *) abs_timeout; member in struct:linux_sys_mq_timedsend_args 1105 syscallarg(const struct linux_timespec *) abs_timeout; member in struct:linux_sys_mq_timedreceive_args
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_syscallargs.h | 988 syscallarg(const struct linux_timespec *) abs_timeout; member in struct:linux_sys_mq_timedsend_args 997 syscallarg(const struct linux_timespec *) abs_timeout; member in struct:linux_sys_mq_timedreceive_args
|