Home
last modified time | relevance | path

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

/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_atomic.h23 typedef int32_t atomic_int_t; typedef
28 static inline atomic_int_t atomic_fetch_add(atomic_t *value, atomic_int_t add) /* {{{ */ in atomic_fetch_add()
50 typedef int64_t atomic_int_t; typedef
54 static inline atomic_int_t atomic_fetch_add(atomic_t *value, atomic_int_t add) /* {{{ */ in atomic_fetch_add()
79 typedef int64_t atomic_int_t; typedef
82 typedef int32_t atomic_int_t; typedef

Completed in 4 milliseconds