summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_thread.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-14Fixing build with glibc 2.34.Max Romanov1-8/+0
Explicitly using the sysconf() call to obtain the minimum thread stack size instead of the PTHREAD_STACK_MIN macro. This closes #576 PR on GitHub.
2021-03-02Fixing NetBSD compatibility.Max Romanov1-0/+8
Instead of PTHREAD_STACK_MIN define, NetBSD requires to get minimum stack size using sysctl(_SC_THREAD_STACK_MIN). This change originally proposed by Juraj Lutter <juraj@lutter.sk>.
2017-09-22Removed fibers from compilation.Valentin Bartenev1-0/+2
It's not used anyway, but breaks building with musl. This closes issue #5 on GitHub.
2017-08-24Removed configure option --no-threads.Igor Sysoev1-24/+0
2017-07-10Introducing thread-safe nxt_random().Igor Sysoev1-0/+2
2017-06-19Memory pools refactoring.Igor Sysoev1-0/+2
2017-05-31Skeleton of router configuration and request processing.Igor Sysoev1-1/+1
2017-03-09Processes refactoring.Igor Sysoev1-0/+1
The cycle has been renamed to the runtime.
2017-01-27Work queues refactoring.Igor Sysoev1-2/+1
2017-01-17Initial version.Igor Sysoev1-0/+192