Work queue thread assertions. Reset thread after fork.

This commit is contained in:
Max Romanov
2017-07-18 00:21:17 +03:00
parent 803855138c
commit 8ad2c3fd3a
6 changed files with 54 additions and 3 deletions

View File

@@ -1273,6 +1273,8 @@ nxt_router_thread_start(void *data)
thread = nxt_thread();
nxt_event_engine_thread_adopt(engine);
/* STUB */
thread->runtime = engine->task.thread->runtime;