summaryrefslogtreecommitdiff
path: root/gcc/gthr-posix.h
Commit message (Expand)AuthorAgeFilesLines
* gthr-posix.h (pthread_cancel): Don't declare if compiling against Bionic C li...Maxim Kuvyrkov2010-05-271-1/+11
* Remove trailing white spaces.H.J. Lu2009-11-251-2/+2
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-12/+9
* gthr-dce.h: Uglify function parameter and local variable names.Jakub Jelinek2009-02-161-79/+81
* gtrh-posix.h: Fix uses of _POSIX_TIMEOUTS per the normal Posix rule that a sy...Paolo Carlini2008-08-281-0/+8
* gthr-posix.h (__gthread_create, [...]): New functions.Chris Fairles2008-08-281-7/+116
* gthr-posix.h (__gthread_active_p): Use the Solaris implementation for FreeBSD...Marius Strobl2008-04-181-4/+7
* re PR libfortran/35063 (Clean up use of destroy_unit_mutex())Janne Blomqvist2008-03-011-2/+0
* re PR libfortran/35063 (Clean up use of destroy_unit_mutex())Janne Blomqvist2008-03-011-0/+11
* gthr-posix.h (__gthread_active_init): Create detached instead of joinable thr...John David Anglin2007-10-121-6/+6
* gthr-posix.h (__gthread_cond_broadcast, [...]): Add to extend interface for P...Doug Kwan2007-10-051-4/+29
* re PR target/33286 (All exception related tests fail)John David Anglin2007-09-071-0/+69
* re PR target/28307 (pthread functions in libgcc not weak any more on Tru64 UNIX)Rainer Orth2007-07-031-2/+6
* re PR libstdc++/11953 (_REENTRANT defined when compiling non-threaded code.)Jakub Jelinek2006-12-121-1/+1
* re PR target/24071 (__gthread_active_p vs __gthread_once)Eric Botcazou2006-10-311-0/+55
* re PR other/26489 (compilation of c++ fails in eh_alloc.cc on NetBSD)Roger Sayle2006-03-021-21/+22
* gthr-posix.h (__gthrw): Fix typo in comment.Roger Sayle2006-02-241-1/+1
* gthr-posix.h: On Tru64...Roger Sayle2006-02-191-8/+37
* re PR other/24829 (libobjc testsuite failures)Alexandre Oliva2006-01-261-78/+76
* Index: gcc/ChangeLogGeoffrey Keating2005-12-051-1/+1
* re PR other/4372 (#pragma weak pthread* inclusion causes applications to cras...Alexandre Oliva2005-11-091-72/+83
* Update FSF address.Kelley Cook2005-06-251-2/+2
* gthr-posix.h (__gthread_recursive_mutex_init_function): Add missing return st...Jan Beulich2005-05-231-0/+1
* gthr-posix.h (__gthread_active_p): Use pthread_cancel instead of pthread_crea...Ranjit Mathew2005-01-171-2/+3
* re PR other/18277 (libsupc++/guard.cc:62: error: 'RECURSIVE_ERRORCHECKMUTEX' ...Eric Botcazou2004-11-041-4/+2
* gthr-posix.h (__gthread_recursive_mutex_init_function): Guard with #ifdef PTH...Eric Botcazou2004-10-291-2/+4
* gthr-posix.h (__gthread_active_p): Use __extension__ around cast from functio...Mark Mitchell2004-10-201-1/+2
* bitmap.c, [...]: Update copyright.Kazu Hirata2004-10-151-1/+1
* c-typeck.c, [...]: Fix comment formatting.Kazu Hirata2004-09-251-1/+1
* * gthr-posix.h: Add #pragma weaks.Jason Merrill2004-08-301-1/+5
* re PR c++/13684 (local static object variable constructed once but ctors and ...Jason Merrill2004-08-271-0/+47
* gthr-posix.h: Check for _POSIX_PRIORITY_SCHEDULING when checking for...Andrew Pinski2004-05-281-2/+6
* re PR bootstrap/9330 ([alpha-osf]small alphaev56-dec-osf5.1 --enable-threads=...Rainer Orth2003-07-311-3/+9
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-10/+0
* * gthr-posix.h: Fix formatting.Kazu Hirata2002-11-131-80/+81
* gthr-posix.h: Include <unistd.h> for feature tests.Jason Thorpe2002-10-291-3/+14
* c-common.h: Follow spelling conventions.Kazu Hirata2002-09-261-1/+1
* gbl-ctors.h: Fix formatting.Kazu Hirata2002-06-041-38/+38
* gthr-posix.h (__gthread_active_p): Move __gthread_active_ptr into the functio...Jason Merrill2002-03-131-2/+1
* gthr-dce.h: Fix comment formatting.Kazu Hirata2001-10-121-21/+21
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* Fixed backend function of objc_mutex_trylock which was brokenNicola Pero2001-07-181-12/+21
* gthr-posix.h [LIBOBJC]: Add weak definitions of sched_get_priority_max, sched...Rainer Orth2001-06-281-0/+2
* (__gthread_objc_init_thread_system): If pthread_key_create fails, it's not cl...Nicola Pero2001-06-091-2/+2
* gthr-posix.h (__gthread_objc_thread_detach): Simply cast pthread_t to objc_th...Rainer Orth2001-06-071-8/+4
* gthr-posix.h (__gthread_active_ptr): Cast function pointer to target type to ...Loren J. Rittle2001-05-301-1/+1
* Standardize header guards.Richard Henderson2001-05-251-3/+3
* * gthr-posix.h: Make additional pthread-* functions weak.Loren J. Rittle2001-05-151-0/+5
* Conditionally include <sched.h>; include <config.h> from libobjc/.Ovidiu Predescu2000-08-151-0/+7
* Reverted the check for <sched.h>.Ovidiu Predescu2000-08-111-6/+0