summaryrefslogtreecommitdiffstats
path: root/libcilkrts/runtime/os-unix.c
Commit message (Collapse)AuthorAgeFilesLines
* libcilkrts/kyukhin2014-04-171-4/+4
| | | | | | | | | | | | PR other/60644 * runtime/os-unix.c: Replaced all occurrances of ANDROID with __ANDROID__. * runtime/bug.h: Likewise. * include/cilk/metaprogramming.h: Likewise. * include/cilk/reducer_min_max.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@209474 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix for PR other/58996.bviyer2014-01-201-0/+5
| | | | | | | | | | | | | | +2014-01-20 Balaji V. Iyer <balaji.v.iyer@intel.com> + + PR other/58996 + * configure.ac: Added a check for pthread affinity support. + * runtime/os-unix.c: Likewise. + * configure: Regenerate. + git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206846 138bc75d-0d04-0410-961f-82ee72b054a4
* * runtime/os-unix.c [__sun__ && __svr4__]: Include <sched.h>.ro2013-11-041-4/+7
| | | | | | | (__cilkrts_hardware_cpu_count) [__sun__ && __svr4__]: Use sysconf. (__cilkrts_yield) [__sun__ && __svr4__]: Use sched_yield. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204347 138bc75d-0d04-0410-961f-82ee72b054a4
* Added Cilk runtime library (libcilkrts) into GCC.bviyer2013-10-291-0/+508
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204173 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud