aboutsummaryrefslogtreecommitdiff
path: root/libgomp/team.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-1/+10
2009-05-20re PR libgomp/40174 (Memory leak when using '#pragma omp parallel')Jakub Jelinek1-0/+2
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-16/+13
2008-07-16team.c (gomp_team_end): Free team immediately if it has just one thread.Jakub Jelinek1-1/+2
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-71/+268
2007-06-07team.c (gomp_team_start): Fix setting up thread_attr stack size.Jakub Jelinek1-1/+1
2007-04-04libgomp.h (gomp_cpu_affinity, [...]): New extern decls.Jakub Jelinek1-3/+20
2006-06-09env.c (gomp_nthreads_var): Change to unsigned long.Richard Henderson1-4/+1
2006-01-21re PR libgomp/25877 (team.c:269: warning: implicit declaration of function 'a...Steve Ellcey1-6/+2
2006-01-20re PR libgomp/25877 (team.c:269: warning: implicit declaration of function 'a...Steve Ellcey1-0/+4
2006-01-18[multiple changes]Diego Novillo1-0/+344