Home
last modified time | relevance | path

Searched refs:nanosleep (Results 1 – 22 of 22) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/src/
H A Dmq.c24 nanosleep(&timeout, NULL); in mq_nanosleep()
/f-stack/dpdk/lib/librte_eal/unix/
H A Deal_unix_timer.c22 while (nanosleep(&wait[ind], &wait[1 - ind]) && errno == EINTR) { in rte_delay_us_sleep()
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c174 nanosleep(&time, NULL); in initial_lthread()
H A Dpthread_shim.c230 get_addr_of_loaded_symbol(nanosleep); in RTE_INIT()
669 int nanosleep(const struct timespec *req, struct timespec *rem) in nanosleep() function
/f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/
H A Dcore.c169 (void) nanosleep(&q, NULL); in sodium_crit_enter()
/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_nsp.c181 nanosleep(&wait, 0); in nfp_nsp_wait_reg()
367 nanosleep(&wait, 0); in nfp_nsp_wait()
H A Dnfp_hwinfo.c146 nanosleep(&wait, NULL); in nfp_hwinfo_fetch()
H A Dnfp_resource.c193 nanosleep(&wait, NULL); in nfp_resource_acquire()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_timer.c216 nanosleep(&sleeptime,NULL); in get_tsc_freq()
/f-stack/freebsd/contrib/zstd/programs/
H A Dutil.h56 …eepMilli(milli) { struct timespec t; t.tv_sec=0; t.tv_nsec=milli*1000000ULL; nanosleep(&t, NULL); }
/f-stack/freebsd/kern/
H A Dcapabilities.conf453 nanosleep
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_exec.c148 (void) nanosleep(&t, NULL); in _zed_exec_fork_child()
/f-stack/tools/libutil/
H A Dpidfile.c170 nanosleep(&rqtp, 0); in pidfile_open()
/f-stack/freebsd/sys/
H A Dsyscall.mk157 nanosleep.o \
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h753 (void) nanosleep(&ts, NULL); \
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst727 ``nanosleep()`` might ordinarily be used. The L-thread sleep functions suspend
736 for ``nanosleep()``.
1005 like ``sleep()``, ``usleep()``, ``nanosleep()`` etc. All will have the
1007 short (e.g. a very short nanosleep) calls to these functions will need to be
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_ethdev_os.c860 nanosleep(&onems, 0); in mlx5_intr_callback_unregister()
/f-stack/freebsd/contrib/libsodium/
H A Dconfigure.ac794 AC_CHECK_FUNCS([mmap mlock madvise mprotect memset_s explicit_bzero nanosleep])
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_txpp.c775 nanosleep(&onems, 0); in mlx5_txpp_init_timestamp()
/f-stack/app/redis-5.0.5/src/
H A Ddebug.c539 nanosleep(&tv, NULL); in debugCommand()
/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net.c309 nanosleep(&wait, 0); /* waiting for a 1ms */ in __nfp_net_reconfig()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c5164 nanosleep(&req, NULL); in fsleep()