From: Jérémie Galarneau Date: Mon, 23 Apr 2018 19:45:12 +0000 (-0400) Subject: Cleanup: misleading variable name X-Git-Tag: v2.11.0-rc1~269 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=99611076d23e7fea0f639f6b46d71b6726da7d93;hp=99611076d23e7fea0f639f6b46d71b6726da7d93;p=lttng-tools.git Cleanup: misleading variable name Using "running" implies that the thread is guaranteed to be functional/ready. The intention of those "running" flags is only to indicate that the underlying pthread was created. The thread may not be running anymore and these flags should not be used to check if the thread is "ready" to process anything. Signed-off-by: Jérémie Galarneau ---