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.
This commit is contained in:
Igor Sysoev
2018-07-27 16:53:26 +03:00
parent de885e10cb
commit 7e41f9d108
4 changed files with 150 additions and 175 deletions

View File

@@ -43,7 +43,6 @@ NXT_LIB_SRCS=" \
src/nxt_recvbuf.c \
src/nxt_sendbuf.c \
src/nxt_thread.c \
src/nxt_thread_id.c \
src/nxt_thread_mutex.c \
src/nxt_thread_cond.c \
src/nxt_spinlock.c \