Searched refs:TFD_NONBLOCK (Results 1 – 5 of 5) sorted by relevance
14 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
33 #define TFD_NONBLOCK O_NONBLOCK macro
11 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in main()
1547 timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC | TFD_NONBLOCK); in sample_run()
1313 kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in perf_kvm__timerfd_create()