This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: __gnu_cxx::__concurrence_ broadcast_error


2009/7/13 Deepak Shekhar:
>
> Would someone please tell me what is the error -
> __gnu_cxx::__concurrence_ broadcast_error ? Why and when do we get it
> ?
> If you can point to some material which can explain this, it will be great.

You haven't said which version of gcc you're using, but the header
<ext/concurrence.h> shows the definition of that exception and, as far
as I know, the only use.  It indicates a call to
gthread_cond_broadcast returned an error.

Jonathan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]