Home
last modified time | relevance | path

Searched defs:add (Results 1 – 3 of 3) sorted by last modified time

/unit/src/
H A Dnxt_conf.c822 nxt_str_t *path, nxt_conf_value_t *value, nxt_bool_t add) in nxt_conf_op_compile()
H A Dnxt_atomic.h37 #define nxt_atomic_fetch_add(value, add) \ argument
87 #define nxt_atomic_fetch_add(value, add) \ argument
189 #define nxt_atomic_fetch_add(value, add) \ argument
216 #define nxt_atomic_fetch_add(value, add) \ argument
H A Dnxt_timer.c164 nxt_timer_change_t *ch, *end, *add, *add_end; in nxt_timer_changes_commit() local