summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_thread.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Removed implicit call of nxt_thread() in nxt_thread_tid().Valentin Bartenev1-4/+0
2018-07-27Refactored thread ID functions.Igor Sysoev1-0/+32
2018-03-05Reduced number of critical log levels.Valentin Bartenev1-1/+1
2017-07-10Introducing thread-safe nxt_random().Igor Sysoev1-0/+2
2017-05-31Skeleton of router configuration and request processing.Igor Sysoev1-6/+8
2017-01-31Fixes of various issues introduced by refactoring.Igor Sysoev1-1/+1
2017-01-27Work queues refactoring.Igor Sysoev1-7/+13
2017-01-23Introducing tasks.Igor Sysoev1-2/+3
2017-01-17Initial version.Igor Sysoev1-0/+228