Home
last modified time | relevance | path

Searched refs:librt (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dmeson.build10 librt = cc.find_library('rt', required: false) variable
11 if not librt.found()
16 ext_deps += librt
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dmeson.build26 rtdep = dependency('librt', required: false)
28 rtdep = cc.find_library('librt', required: false) build
32 reason = 'missing dependency, "librt"'
/f-stack/freebsd/contrib/openzfs/config/
H A Duser-clock_gettime.m42 dnl # Check if librt is required for clock_gettime.
9 AC_MSG_FAILURE([*** clock_gettime is missing in libc and librt])
/f-stack/app/nginx-1.16.1/auto/
H A Dunix293 ngx_feature="sched_yield() in librt"
808 ngx_feature="clock_gettime(CLOCK_MONOTONIC) in librt"
911 # Solaris has POSIX semaphores in librt
912 ngx_feature="POSIX semaphores in librt"
/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in62 librt = ctypes.CDLL('librt.so.1', use_errno=True) variable
63 clock_gettime = librt.clock_gettime
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog492 - Link against librt for clock_gettime(2) if glibc < 2.17. (@jasone)
683 + Link tests to librt if it contains clock_gettime(2).
H A Dconfigure.ac1541 dnl Check whether clock_gettime(2) is in libc or librt.