Valentin Bartenev
|
4b67de4bbb
|
Removed implicit call of nxt_thread() in nxt_thread_tid().
Explicit is better than implicit © The Zen of Python.
The nxt_thread_tid(NULL) call was used only twice in the code
and such behaviour was specific to nxt_thread_tid() function.
|
2018-07-27 17:52:21 +03:00 |
|
Igor Sysoev
|
7e41f9d108
|
Refactored thread ID functions.
nxt_thread_tid() was moved to src/nxt_thread.c
nxt_thread_get_tid() was moved to src/nxt_thread_id.h.
src/nxt_thread_id.c was removed.
|
2018-07-27 16:53:26 +03:00 |
|
Valentin Bartenev
|
912a49c609
|
Reduced number of critical log levels.
|
2018-03-05 17:32:50 +03:00 |
|
Igor Sysoev
|
3bccb7f358
|
Introducing thread-safe nxt_random().
|
2017-07-10 21:07:12 +03:00 |
|
Igor Sysoev
|
5bc011afad
|
Skeleton of router configuration and request processing.
|
2017-05-31 15:26:45 +03:00 |
|
Igor Sysoev
|
d4d36c65fa
|
Fixes of various issues introduced by refactoring.
|
2017-01-31 22:26:53 +03:00 |
|
Igor Sysoev
|
ba0391577b
|
Work queues refactoring.
|
2017-01-27 11:35:11 +03:00 |
|
Igor Sysoev
|
de532922d9
|
Introducing tasks.
|
2017-01-23 19:56:03 +03:00 |
|
Igor Sysoev
|
16cbf3c076
|
Initial version.
|
2017-01-17 20:00:00 +03:00 |
|