HomeSort by: relevance | last modified time | path
    Searched refs:timer_settime (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/compat/sys/
compat_timer.c 48 __warn_references(timer_settime,
49 "warning: reference to compatibility timer_settime(); include <time.h> to generate correct reference")
52 timer_settime(timer_t timerid, int flags,
  /src/lib/libc/compat/include/
time.h 81 int timer_settime(timer_t, int, const struct itimerspec50 * __restrict,
  /src/tests/lib/libc/sys/
t_timer_create.c 136 RL(timer_settime(t, flags, &tim, NULL));
137 RL(timer_settime(t, flags, &tim, &otim));
147 * because timer_settime rounds the duration up to a multiple
182 * XXX Currently the time returned by timer_settime is only
217 * (https://pubs.opengroup.org/onlinepubs/9799919799.2024edition/functions/timer_settime.html),
391 "SIGEV_SIGNAL, with expiration passed before timer_settime(2),"
406 "SIGEV_SIGNAL, with expiration passed before timer_settime(2),"
419 "Verify timer_settime(2) rejects invalid times");
450 timer_settime(t, 0, &einval_its[i], NULL) == -1);
462 timer_settime(t, TIMER_ABSTIME, &its, NULL) == -1)
    [all...]
  /src/usr.bin/flock/
flock.c 276 if (timer_settime(tm, TIMER_RELTIME, &it, NULL) == -1)
277 err(EXIT_FAILURE, "timer_settime");
  /src/include/
time.h 159 int timer_settime(timer_t, int, const struct itimerspec * __restrict,
  /src/lib/libc/gmon/
gmon.c 542 if (timer_settime(t, 0, &tim, NULL) == -1)
  /src/lib/libc/sys/
Makefile.inc 297 timer_settime.2 timerfd.2 truncate.2 umask.2 undelete.2 \
386 MLINKS+=timer_settime.2 timer_gettime.2 timer_settime.2 timer_getoverrun.2
  /src/sys/arch/usermode/usermode/
thunk.c 335 return timer_settime(timerid, TIMER_RELTIME, &tim, NULL);
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 5577 __weak_alias(timer_settime,rump___sysimpl_timer_settime50);
7653 }, /* 237 = timer_settime */

Completed in 46 milliseconds