Home
last modified time | relevance | path

Searched refs:nxt_nsec_t (Results 1 – 25 of 114) sorted by relevance

12345

/dports/devel/libunit/unit-1.26.1/src/
H A Dnxt_time.h11 typedef uint64_t nxt_nsec_t; typedef
13 #define NXT_INFINITE_NSEC ((nxt_nsec_t) -1)
29 nxt_nsec_t monotonic;
30 nxt_nsec_t update;
33 nxt_nsec_t previous;
H A Dnxt_time.c119 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
142 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
157 now->monotonic = (nxt_nsec_t) hg_gethrtime(); in nxt_monotonic_time()
176 now->monotonic = (nxt_nsec_t) gethrtime(); in nxt_monotonic_time()
196 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
223 nxt_nsec_t current; in nxt_monotonic_time()
237 current = (nxt_nsec_t) tv.tv_sec * 1000000000 + tv.tv_usec * 1000; in nxt_monotonic_time()
H A Dnxt_thread_pool.h21 nxt_nsec_t timeout;
37 nxt_nsec_t timeout, nxt_thread_pool_init_t init,
H A Dnxt_semaphore.c75 nxt_sem_wait(nxt_sem_t *sem, nxt_nsec_t timeout) in nxt_sem_wait()
79 nxt_nsec_t ns; in nxt_sem_wait()
216 nxt_sem_wait(nxt_sem_t *sem, nxt_nsec_t timeout) in nxt_sem_wait()
H A Dnxt_thread_cond.c59 nxt_nsec_t timeout) in nxt_thread_cond_wait()
62 nxt_nsec_t ns; in nxt_thread_cond_wait()
/dports/www/unit/unit-1.26.1/src/
H A Dnxt_time.h11 typedef uint64_t nxt_nsec_t; typedef
13 #define NXT_INFINITE_NSEC ((nxt_nsec_t) -1)
29 nxt_nsec_t monotonic;
30 nxt_nsec_t update;
33 nxt_nsec_t previous;
H A Dnxt_time.c119 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
142 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
157 now->monotonic = (nxt_nsec_t) hg_gethrtime(); in nxt_monotonic_time()
176 now->monotonic = (nxt_nsec_t) gethrtime(); in nxt_monotonic_time()
196 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
223 nxt_nsec_t current; in nxt_monotonic_time()
237 current = (nxt_nsec_t) tv.tv_sec * 1000000000 + tv.tv_usec * 1000; in nxt_monotonic_time()
H A Dnxt_thread_pool.h21 nxt_nsec_t timeout;
37 nxt_nsec_t timeout, nxt_thread_pool_init_t init,
H A Dnxt_semaphore.c75 nxt_sem_wait(nxt_sem_t *sem, nxt_nsec_t timeout) in nxt_sem_wait()
79 nxt_nsec_t ns; in nxt_sem_wait()
216 nxt_sem_wait(nxt_sem_t *sem, nxt_nsec_t timeout) in nxt_sem_wait()
/dports/www/unit-java/unit-1.26.1/src/
H A Dnxt_time.h11 typedef uint64_t nxt_nsec_t; typedef
13 #define NXT_INFINITE_NSEC ((nxt_nsec_t) -1)
29 nxt_nsec_t monotonic;
30 nxt_nsec_t update;
33 nxt_nsec_t previous;
H A Dnxt_time.c119 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
142 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
157 now->monotonic = (nxt_nsec_t) hg_gethrtime(); in nxt_monotonic_time()
176 now->monotonic = (nxt_nsec_t) gethrtime(); in nxt_monotonic_time()
196 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
223 nxt_nsec_t current; in nxt_monotonic_time()
237 current = (nxt_nsec_t) tv.tv_sec * 1000000000 + tv.tv_usec * 1000; in nxt_monotonic_time()
H A Dnxt_thread_pool.h21 nxt_nsec_t timeout;
37 nxt_nsec_t timeout, nxt_thread_pool_init_t init,
H A Dnxt_semaphore.c75 nxt_sem_wait(nxt_sem_t *sem, nxt_nsec_t timeout) in nxt_sem_wait()
79 nxt_nsec_t ns; in nxt_sem_wait()
216 nxt_sem_wait(nxt_sem_t *sem, nxt_nsec_t timeout) in nxt_sem_wait()
/dports/www/unit-php/unit-1.26.1/src/
H A Dnxt_time.h11 typedef uint64_t nxt_nsec_t; typedef
13 #define NXT_INFINITE_NSEC ((nxt_nsec_t) -1)
29 nxt_nsec_t monotonic;
30 nxt_nsec_t update;
33 nxt_nsec_t previous;
H A Dnxt_time.c119 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
142 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
157 now->monotonic = (nxt_nsec_t) hg_gethrtime(); in nxt_monotonic_time()
176 now->monotonic = (nxt_nsec_t) gethrtime(); in nxt_monotonic_time()
196 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
223 nxt_nsec_t current; in nxt_monotonic_time()
237 current = (nxt_nsec_t) tv.tv_sec * 1000000000 + tv.tv_usec * 1000; in nxt_monotonic_time()
H A Dnxt_thread_pool.h21 nxt_nsec_t timeout;
37 nxt_nsec_t timeout, nxt_thread_pool_init_t init,
H A Dnxt_semaphore.c75 nxt_sem_wait(nxt_sem_t *sem, nxt_nsec_t timeout) in nxt_sem_wait()
79 nxt_nsec_t ns; in nxt_sem_wait()
216 nxt_sem_wait(nxt_sem_t *sem, nxt_nsec_t timeout) in nxt_sem_wait()
/dports/www/unit-python/unit-1.26.1/src/
H A Dnxt_time.h11 typedef uint64_t nxt_nsec_t; typedef
13 #define NXT_INFINITE_NSEC ((nxt_nsec_t) -1)
29 nxt_nsec_t monotonic;
30 nxt_nsec_t update;
33 nxt_nsec_t previous;
H A Dnxt_time.c119 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
142 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
157 now->monotonic = (nxt_nsec_t) hg_gethrtime(); in nxt_monotonic_time()
176 now->monotonic = (nxt_nsec_t) gethrtime(); in nxt_monotonic_time()
196 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
223 nxt_nsec_t current; in nxt_monotonic_time()
237 current = (nxt_nsec_t) tv.tv_sec * 1000000000 + tv.tv_usec * 1000; in nxt_monotonic_time()
H A Dnxt_thread_pool.h21 nxt_nsec_t timeout;
37 nxt_nsec_t timeout, nxt_thread_pool_init_t init,
H A Dnxt_semaphore.c75 nxt_sem_wait(nxt_sem_t *sem, nxt_nsec_t timeout) in nxt_sem_wait()
79 nxt_nsec_t ns; in nxt_sem_wait()
216 nxt_sem_wait(nxt_sem_t *sem, nxt_nsec_t timeout) in nxt_sem_wait()
/dports/www/unit-perl/unit-1.26.1/src/
H A Dnxt_time.h11 typedef uint64_t nxt_nsec_t; typedef
13 #define NXT_INFINITE_NSEC ((nxt_nsec_t) -1)
29 nxt_nsec_t monotonic;
30 nxt_nsec_t update;
33 nxt_nsec_t previous;
H A Dnxt_time.c119 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
142 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
157 now->monotonic = (nxt_nsec_t) hg_gethrtime(); in nxt_monotonic_time()
176 now->monotonic = (nxt_nsec_t) gethrtime(); in nxt_monotonic_time()
196 now->monotonic = (nxt_nsec_t) ts.tv_sec * 1000000000 + ts.tv_nsec; in nxt_monotonic_time()
223 nxt_nsec_t current; in nxt_monotonic_time()
237 current = (nxt_nsec_t) tv.tv_sec * 1000000000 + tv.tv_usec * 1000; in nxt_monotonic_time()
H A Dnxt_thread_pool.h21 nxt_nsec_t timeout;
37 nxt_nsec_t timeout, nxt_thread_pool_init_t init,
H A Dnxt_semaphore.c75 nxt_sem_wait(nxt_sem_t *sem, nxt_nsec_t timeout) in nxt_sem_wait()
79 nxt_nsec_t ns; in nxt_sem_wait()
216 nxt_sem_wait(nxt_sem_t *sem, nxt_nsec_t timeout) in nxt_sem_wait()

12345