> Subject: Re: [PATCH] eal/windows: fix pthreads macros return values
>
> External email: Use caution opening links or attachments
>
>
> On Sat, Apr 10, 2021 at 9:55 PM Tal Shnaiderman
> wrote:
> >
> > The macro definitions of the following pthread functions return
> > incorrect values from the
On Sat, Apr 10, 2021 at 9:55 PM Tal Shnaiderman wrote:
>
> The macro definitions of the following pthread functions
> return incorrect values from the inner function return code.
>
> while pthread_barrier_init, pthread_barrier_destroy and
> pthread_cancel return 0 in a case of success and non zero
2021-04-12 07:59 (UTC+), Tal Shnaiderman:
> > Subject: Re: [PATCH] eal/windows: fix pthreads macros return values
> >
> > External email: Use caution opening links or attachments
> >
> >
> > Hi Tal,
> >
> > Getting warnings from x86_64-w64-mingw32-gcc (GCC) 9.3.0:
> >
> > ../../../lib/libr
12/04/2021 09:59, Tal Shnaiderman:
> > Subject: Re: [PATCH] eal/windows: fix pthreads macros return values
> >
> > External email: Use caution opening links or attachments
> >
> >
> > Hi Tal,
> >
> > Getting warnings from x86_64-w64-mingw32-gcc (GCC) 9.3.0:
> >
> > ../../../lib/librte_eal/comm
> Subject: Re: [PATCH] eal/windows: fix pthreads macros return values
>
> External email: Use caution opening links or attachments
>
>
> Hi Tal,
>
> Getting warnings from x86_64-w64-mingw32-gcc (GCC) 9.3.0:
>
> ../../../lib/librte_eal/common/eal_common_thread.c: In function
> ‘ctrl_params_free
Hi Tal,
Getting warnings from x86_64-w64-mingw32-gcc (GCC) 9.3.0:
../../../lib/librte_eal/common/eal_common_thread.c: In function
‘ctrl_params_free’:
../../../lib/librte_eal/windows/include/pthread.h:42:2: warning: value computed
is not used [-Wunused-value]
42 | !DeleteSynchronizationBarri
The macro definitions of the following pthread functions
return incorrect values from the inner function return code.
while pthread_barrier_init, pthread_barrier_destroy and
pthread_cancel return 0 in a case of success and non zero (errno) value
otherwise the shimming functions InitializeSynchroni
7 matches
Mail list logo