Re: [Mesa-dev] [PATCH] gallium/util: Clarify comment in util_init_thread_pinning

2018-09-23 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Tue, Sep 18, 2018 at 11:26 AM, Michel Dänzer wrote: > From: Michel Dänzer > > 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, spaw

[Mesa-dev] [PATCH] gallium/util: Clarify comment in util_init_thread_pinning

2018-09-18 Thread Michel Dänzer
From: Michel Dänzer 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. Signed-off-by: Michel Dänzer --- src/gallium/auxiliary/ut