This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
what does __gthread_active_p() do/mean?
- From: Adam Megacz <gcc at lists dot megacz dot com>
- To: gcc at gcc dot gnu dot org
- Date: 14 Jan 2002 16:49:12 -0800
- Subject: what does __gthread_active_p() do/mean?
- Organization: Myself
What is this function supposed to do? (gthr-*.h)
I'm investigating some breakage involving mingw and sjlj-exceptions's
need for thread-local storage; I believe that it's returning the wrong
value on mingw, but I'd like to know what the meaning of the return
value is.
- a