Searched refs:clock_gettime (Results 1 – 6 of 6) sorted by relevance
| /libev/ |
| H A D | libev.m4 | 9 AC_CHECK_FUNCS(clock_gettime, [], [ 12 AC_MSG_CHECKING(for clock_gettime syscall) 19 … AC_DEFINE(HAVE_CLOCK_SYSCALL, 1, Define to 1 to use the syscall interface for clock_gettime) 24 AC_CHECK_LIB(rt, clock_gettime) 26 AC_CHECK_FUNCS(clock_gettime)
|
| H A D | config.h.in | 3 /* Define to 1 if you have the `clock_gettime' function. */ 6 /* Define to 1 to use the syscall interface for clock_gettime */
|
| H A D | Changes | 4 TODO: EV_STANDALONE == NO_HASSEL (do not use clock_gettime in ev_standalone) 38 - when not using autoconf, tighten the check for clock_gettime and related 50 doing clock_gettime in userspace). 138 - configure did not detect nanosleep and clock_gettime properly when 305 - prefer gettimeofday over clock_gettime with USE_CLOCK_SYSCALL
|
| H A D | ev.c | 389 # define clock_gettime(id, ts) syscall (SYS_clock_gettime, (id), (ts)) macro 1860 clock_gettime (CLOCK_REALTIME, &ts); in ev_time() 1878 clock_gettime (CLOCK_MONOTONIC, &ts); in get_clock() 2838 if (!clock_gettime (CLOCK_REALTIME, &ts)) in loop_init() 2848 if (!clock_gettime (CLOCK_MONOTONIC, &ts)) in loop_init()
|
| H A D | configure | 11514 ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime" 11523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime syscall" >&5 11524 $as_echo_n "checking for clock_gettime syscall... " >&6; } 11569 char clock_gettime (); 11573 return clock_gettime (); 11599 for ac_func in clock_gettime
|
| H A D | ev.pod | 4486 to make sure you link against any libraries where the C<clock_gettime> 4503 of calling the system-provided C<clock_gettime> function. This option 4504 exists because on GNU/Linux, C<clock_gettime> is in C<librt>, but C<librt>
|