Re: [Mesa-dev] [PATCH] c11/threads: rework Windows thrd_current() comment

2017-05-04 Thread Emil Velikov
On 2 May 2017 at 11:23, Eric Engestrom wrote: > On Saturday, 2017-04-29 14:51:15 +0100, Emil Velikov wrote: >> From: Emil Velikov >> >> Drop the misleading "will not match the one returned by thread_create" >> hunk and provide more clarity as to what/why GetCurrentThread() isn't >> the solution w

Re: [Mesa-dev] [PATCH] c11/threads: rework Windows thrd_current() comment

2017-05-02 Thread Jose Fonseca
On 29/04/17 14:51, Emil Velikov wrote: From: Emil Velikov Drop the misleading "will not match the one returned by thread_create" hunk and provide more clarity as to what/why GetCurrentThread() isn't the solution we're looking for. Cc: José Fonseca Signed-off-by: Emil Velikov --- include/c11

Re: [Mesa-dev] [PATCH] c11/threads: rework Windows thrd_current() comment

2017-05-02 Thread Eric Engestrom
On Saturday, 2017-04-29 14:51:15 +0100, Emil Velikov wrote: > From: Emil Velikov > > Drop the misleading "will not match the one returned by thread_create" > hunk and provide more clarity as to what/why GetCurrentThread() isn't > the solution we're looking for. > > Cc: José Fonseca > Signed-off

[Mesa-dev] [PATCH] c11/threads: rework Windows thrd_current() comment

2017-04-29 Thread Emil Velikov
From: Emil Velikov Drop the misleading "will not match the one returned by thread_create" hunk and provide more clarity as to what/why GetCurrentThread() isn't the solution we're looking for. Cc: José Fonseca Signed-off-by: Emil Velikov --- include/c11/threads_win32.h | 10 +++--- 1 file