| 2873 | } |
| 2874 | |
| 2875 | static APR_INLINE proxy_address *worker_address_get(proxy_worker *worker) |
| 2876 | { |
| 2877 | /* No _readptr() so let's _casptr(, NULL, NULL) instead */ |
| 2878 | return apr_atomic_casptr((void *)&worker->address, NULL, NULL); |
| 2879 | } |
| 2880 | |
| 2881 | /* XXX: Call when PROXY_THREAD_LOCK()ed only! */ |
| 2882 | static APR_INLINE void worker_address_set(proxy_worker *worker, |
no outgoing calls
no test coverage detected