Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_atomic.c38 ZEND_API int zend_atomic_int_exchange(zend_atomic_int *obj, int desired) { in zend_atomic_int_exchange() function
H A Dzend_atomic.h371 ZEND_API int zend_atomic_int_exchange(zend_atomic_int *obj, int desired);
/php-src/ext/random/
H A Dcsprng.c270 int fd = zend_atomic_int_exchange(&random_fd, -1); in php_random_csprng_shutdown()

Completed in 10 milliseconds