gallium/util: Clarify comment in util_init_thread_pinning
authorMichel Dänzer <michel.daenzer@amd.com>
Tue, 18 Sep 2018 15:23:04 +0000 (17:23 +0200)
committerMichel Dänzer <michel@daenzer.net>
Fri, 28 Sep 2018 15:52:11 +0000 (17:52 +0200)
commitcb863de626486a10273281e89534471549a242a7
treef0bde2c1899631ee2dba617d362682b1cf5f6a0b
parent3fb4adae83f921bbf529fad8753c7e23b969a41d
gallium/util: Clarify comment in util_init_thread_pinning

As discussed in the review of the patch which added the comment:

Nothing happens when a thread is created, because pthread_atfork doesn't
affect creating threads. However, spawning a child process will likely
crash.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/util/u_helpers.c