NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
Find a file
Max Romanov cfed068c1d Macros for atomic 'OR' and 'AND' operations introduced.
Compiler built-ins used, where possible. Necessary configure checks added.
New macros:
    nxt_atomic_or_fetch(ptr, val)
    nxt_atomic_and_fetch(ptr, val)

Syntax and behaviour is similar to __sync_or_and_fetch and __sync_and_and_fetch
GCC build-ins.
2017-04-21 16:55:13 +03:00
auto Macros for atomic 'OR' and 'AND' operations introduced. 2017-04-21 16:55:13 +03:00
src Macros for atomic 'OR' and 'AND' operations introduced. 2017-04-21 16:55:13 +03:00
test Zero size memory pool allocations have been disabled in unit test 2017-03-14 19:00:32 +03:00
configure Initial version. 2017-01-17 20:00:00 +03:00