aboutsummaryrefslogtreecommitdiff
path: root/gcc/gthr-posix.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-06re PR libobjc/19850 (libobjc leaks threads on posix)Nicola Pero1-1/+2
2010-08-22re PR boehm-gc/34544 (pthread_default_stacksize_np failed.)John David Anglin1-27/+14
2010-08-08re PR boehm-gc/34544 (pthread_default_stacksize_np failed.)John David Anglin1-17/+3
2010-05-27gthr-posix.h (pthread_cancel): Don't declare if compiling against Bionic C li...Maxim Kuvyrkov1-1/+11
2009-11-25Remove trailing white spaces.H.J. Lu1-2/+2
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-12/+9
2009-02-16gthr-dce.h: Uglify function parameter and local variable names.Jakub Jelinek1-79/+81
2008-08-28gtrh-posix.h: Fix uses of _POSIX_TIMEOUTS per the normal Posix rule that a sy...Paolo Carlini1-0/+8
2008-08-28gthr-posix.h (__gthread_create, [...]): New functions.Chris Fairles1-7/+116
2008-04-18gthr-posix.h (__gthread_active_p): Use the Solaris implementation for FreeBSD...Marius Strobl1-4/+7
2008-03-01re PR libfortran/35063 (Clean up use of destroy_unit_mutex())Janne Blomqvist1-2/+0
2008-03-01re PR libfortran/35063 (Clean up use of destroy_unit_mutex())Janne Blomqvist1-0/+11
2007-10-12gthr-posix.h (__gthread_active_init): Create detached instead of joinable thr...John David Anglin1-6/+6
2007-10-05gthr-posix.h (__gthread_cond_broadcast, [...]): Add to extend interface for P...Doug Kwan1-4/+29
2007-09-07re PR target/33286 (All exception related tests fail)John David Anglin1-0/+69
2007-07-03re PR target/28307 (pthread functions in libgcc not weak any more on Tru64 UNIX)Rainer Orth1-2/+6
2006-12-12re PR libstdc++/11953 (_REENTRANT defined when compiling non-threaded code.)Jakub Jelinek1-1/+1
2006-10-31re PR target/24071 (__gthread_active_p vs __gthread_once)Eric Botcazou1-0/+55
2006-03-02re PR other/26489 (compilation of c++ fails in eh_alloc.cc on NetBSD)Roger Sayle1-21/+22
2006-02-24gthr-posix.h (__gthrw): Fix typo in comment.Roger Sayle1-1/+1
2006-02-19gthr-posix.h: On Tru64...Roger Sayle1-8/+37
2006-01-26re PR other/24829 (libobjc testsuite failures)Alexandre Oliva1-78/+76
2005-12-05Index: gcc/ChangeLogGeoffrey Keating1-1/+1
2005-11-09re PR other/4372 (#pragma weak pthread* inclusion causes applications to cras...Alexandre Oliva1-72/+83
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-23gthr-posix.h (__gthread_recursive_mutex_init_function): Add missing return st...Jan Beulich1-0/+1
2005-01-17gthr-posix.h (__gthread_active_p): Use pthread_cancel instead of pthread_crea...Ranjit Mathew1-2/+3
2004-11-04re PR other/18277 (libsupc++/guard.cc:62: error: 'RECURSIVE_ERRORCHECKMUTEX' ...Eric Botcazou1-4/+2
2004-10-29gthr-posix.h (__gthread_recursive_mutex_init_function): Guard with #ifdef PTH...Eric Botcazou1-2/+4
2004-10-20gthr-posix.h (__gthread_active_p): Use __extension__ around cast from functio...Mark Mitchell1-1/+2
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-09-25c-typeck.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-08-30* gthr-posix.h: Add #pragma weaks.Jason Merrill1-1/+5
2004-08-27re PR c++/13684 (local static object variable constructed once but ctors and ...Jason Merrill1-0/+47
2004-05-28gthr-posix.h: Check for _POSIX_PRIORITY_SCHEDULING when checking for...Andrew Pinski1-2/+6
2003-07-31re PR bootstrap/9330 ([alpha-osf]small alphaev56-dec-osf5.1 --enable-threads=...Rainer Orth1-3/+9
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-10/+0
2002-11-13* gthr-posix.h: Fix formatting.Kazu Hirata1-80/+81
2002-10-29gthr-posix.h: Include <unistd.h> for feature tests.Jason Thorpe1-3/+14
2002-09-26c-common.h: Follow spelling conventions.Kazu Hirata1-1/+1
2002-06-04gbl-ctors.h: Fix formatting.Kazu Hirata1-38/+38
2002-03-13gthr-posix.h (__gthread_active_p): Move __gthread_active_ptr into the functio...Jason Merrill1-2/+1
2001-10-12gthr-dce.h: Fix comment formatting.Kazu Hirata1-21/+21
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-07-18Fixed backend function of objc_mutex_trylock which was brokenNicola Pero1-12/+21
2001-06-28gthr-posix.h [LIBOBJC]: Add weak definitions of sched_get_priority_max, sched...Rainer Orth1-0/+2
2001-06-09(__gthread_objc_init_thread_system): If pthread_key_create fails, it's not cl...Nicola Pero1-2/+2
2001-06-07gthr-posix.h (__gthread_objc_thread_detach): Simply cast pthread_t to objc_th...Rainer Orth1-8/+4
2001-05-30gthr-posix.h (__gthread_active_ptr): Cast function pointer to target type to ...Loren J. Rittle1-1/+1
2001-05-25Standardize header guards.Richard Henderson1-3/+3