Cleanup: sessiond: rename the sessiond main thread quit pipe
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 13 Nov 2020 17:58:17 +0000 (12:58 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 25 Oct 2022 19:59:08 +0000 (15:59 -0400)
commitf90a04edabf22fccd0ac546bf04d7d7a795e3b92
tree637e9943fd5d1fe8b78180838debd2682767abc3
parentd67dc273f70cb6b27cabac06fe2b74e6fbcce960
Cleanup: sessiond: rename the sessiond main thread quit pipe

Rename the sessiond main thread 'thread_quit_pipe' as the
'main_quit_pipe' to make it easier to distinguish it from the other
threads quit pipes.

While we're there, adjust some debug statements and internal function
names to distinguish between notifying the quit pipe and actually
stopping the threads.

Change-Id: I9caf81f6d03805658e2470a026b15dde03f2a88b
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/lttng-sessiond.hpp
src/bin/lttng-sessiond/main.cpp
src/bin/lttng-sessiond/thread-utils.cpp
This page took 0.024669 seconds and 4 git commands to generate.