Monday, 4 August 2014

[gccsdk] Pthreads barrier

Hi all,

I'm trying to compile a Linux code which uses pthreads, it all seems
fine apart from not being able to find barrier support (
pthread_barrier_t and associated functions.) I've had a look in the
pthreads.h include file that ships with the RISC OS version of GCC and
it seems like barriers are missing from it. I can work around this by
implementing my own barrier in the code but before I do this, to avoid
any duplication, was wondering if it has been implemented and is just
somewhere else?

Cheers,
Nick

_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

No comments:

Post a Comment