Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/futex/functional/
H A Dfutex_priv_hash.c107 #define SEC_IN_NSEC 1000000000 macro
119 if (timeout.tv_nsec >= SEC_IN_NSEC) { in futex_dummy_op()
120 timeout.tv_nsec -= SEC_IN_NSEC; in futex_dummy_op()