summaryrefslogtreecommitdiff
path: root/libgomp/env.c
Commit message (Expand)AuthorAgeFilesLines
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-021-3/+97
* re PR libgomp/49490 (suboptimal load balancing in loops)Jakub Jelinek2011-06-221-2/+8
* re PR libgomp/43706 (scheduling two threads on one core leads to starvation)Jakub Jelinek2010-12-021-2/+2
* re PR libgomp/42942 (OpenMP omp_set_max_active_levels(0) isn't resetting value)Jakub Jelinek2010-03-221-7/+10
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-16/+13
* env.c (parse_stacksize): Add cast to avoid warning.Krister Walfridsson2008-06-291-2/+2
* env.c (initialize_env): Always initialize gomp_remaining_threads_lock mutex w...John David Anglin2008-06-151-4/+2
* re PR libgomp/36469 (bootstrap broken on HPUX PA)Jakub Jelinek2008-06-111-0/+3
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-061-24/+316
* re PR libgomp/33131 (libgomp/env.c:60: warning: implicit declaration of funct...Peter O'Gorman2008-03-031-1/+12
* libgomp.h (gomp_cpu_affinity, [...]): New extern decls.Jakub Jelinek2007-04-041-1/+96
* re PR libgomp/29949 (implement argument checking for user accessable runtime ...Daniel Franke2006-12-041-1/+1
* env.c (parse_schedule): Reject out of range values.Uros Bizjak2006-11-091-2/+12
* re PR libgomp/28725 (Case Sensitive OpenMP environment variables and patch)Jakub Jelinek2006-08-171-15/+34
* re PR libgomp/28008 (build failure due to PTHREAD_STACK_MIN not being declared)Richard Henderson2006-06-141-10/+16
* env.c (gomp_nthreads_var): Change to unsigned long.Richard Henderson2006-06-091-11/+38
* [multiple changes]Diego Novillo2006-01-181-0/+197