summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_work_queue.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-03Fixed #define style.Alejandro Colomar1-2/+1
2022-04-26Fixed indentation.Alejandro Colomar1-2/+2
2018-04-04Style: capitalized letters in hexadecimal literals.Valentin Bartenev1-1/+1
2018-02-07Style fixes.Andrey Zelenkov1-5/+5
2017-07-18Fixed building by Clang.Igor Sysoev1-1/+1
2017-07-18Work queue thread assertions. Reset thread after fork.Max Romanov1-3/+4
2017-07-07Work queue thread safety checks for DEBUG build.Max Romanov1-0/+2
2017-03-09Processes refactoring.Igor Sysoev1-1/+1
2017-02-22I/O operations refactoring.Igor Sysoev1-2/+2
2017-01-27Work queues refactoring.Igor Sysoev1-40/+14
2017-01-23Introducing tasks.Igor Sysoev1-15/+29