|
Apache HTTPD
|
Go to the source code of this file.
| apr_uint32_t apr_atomic_add32 | ( | volatile apr_uint32_t * | mem, |
| apr_uint32_t | val | ||
| ) |
| apr_uint32_t apr_atomic_cas32 | ( | volatile apr_uint32_t * | mem, |
| apr_uint32_t | swap, | ||
| apr_uint32_t | cmp | ||
| ) |
| int apr_atomic_dec32 | ( | volatile apr_uint32_t * | mem | ) |
| apr_uint32_t apr_atomic_inc32 | ( | volatile apr_uint32_t * | mem | ) |
| apr_status_t apr_atomic_init | ( | apr_pool_t * | p | ) |
| apr_uint32_t apr_atomic_read32 | ( | volatile apr_uint32_t * | mem | ) |
| void apr_atomic_set32 | ( | volatile apr_uint32_t * | mem, |
| apr_uint32_t | val | ||
| ) |
| void apr_atomic_sub32 | ( | volatile apr_uint32_t * | mem, |
| apr_uint32_t | val | ||
| ) |
| apr_uint32_t apr_atomic_xchg32 | ( | volatile apr_uint32_t * | mem, |
| apr_uint32_t | val | ||
| ) |