Searched refs:librt (Results 1 – 7 of 7) sorted by relevance
10 librt = cc.find_library('rt', required: false) variable11 if not librt.found()16 ext_deps += librt
26 rtdep = dependency('librt', required: false)28 rtdep = cc.find_library('librt', required: false) build32 reason = 'missing dependency, "librt"'
2 dnl # Check if librt is required for clock_gettime.9 AC_MSG_FAILURE([*** clock_gettime is missing in libc and librt])
293 ngx_feature="sched_yield() in librt"808 ngx_feature="clock_gettime(CLOCK_MONOTONIC) in librt"911 # Solaris has POSIX semaphores in librt912 ngx_feature="POSIX semaphores in librt"
62 librt = ctypes.CDLL('librt.so.1', use_errno=True) variable63 clock_gettime = librt.clock_gettime
492 - Link against librt for clock_gettime(2) if glibc < 2.17. (@jasone)683 + Link tests to librt if it contains clock_gettime(2).
1541 dnl Check whether clock_gettime(2) is in libc or librt.