aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_wait_release.h
AgeCommit message (Expand)Author
2016-05-20Remove trailing whitespace in src/ directoryJonathan Peyton
2016-05-12Restore NULL flag check in __kmp_null_resume_wrapperHal Finkel
2016-05-05[STATS] Use partitioned timer schemeJonathan Peyton
2016-03-29Fix comment in kmp_wait_release.hJonathan Peyton
2016-01-11Put function names on their own line.Jonathan Peyton
2015-12-18Remove some extra spacesJonathan Peyton
2015-11-09Fixes to wait-loop codeJonathan Peyton
2015-11-04Refactor of task_team code.Jonathan Peyton
2015-10-08Formatting/Whitespace/Comment changes associated with wait/release improvements.Jonathan Peyton
2015-10-08Debug trace and assert statement changes for wait/release improvements.Jonathan Peyton
2015-10-08OpenMP Wait/release improvements.Jonathan Peyton
2015-09-21[OMPT] Simplify control variable logic for OMPTJonathan Peyton
2015-09-10[OMPT] Fix assertion that arises when waiting for proxy tasks on runtime shut...Jonathan Peyton
2015-06-04Fix some sign compare warnings.Jonathan Peyton
2015-06-03Reorder C++ initialization lists to appease compiler.Jonathan Peyton
2015-04-29These are the actual changes in the runtime to issue OMPT-related functions. ...Andrey Churbanov
2015-02-10The usage of tt_state flag is replaced by an array of two task_team pointers.Andrey Churbanov
2015-01-27Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov
2014-10-07I apologise in advance for the size of this check-in. At Intel we doJim Cownie