Skip to content
Snippets Groups Projects
  • Alan Modra's avatar
    9a647288
    re PR libgomp/51376 (libgomp taskwait failure) · 9a647288
    Alan Modra authored
    	PR libgomp/51376
    	PR libgomp/56073
    	* task.c (GOMP_task): Revert 2011-12-09 change.
    	(GOMP_taskwait): Likewise.  Instead use atomic load with acquire
    	barrier to read task->children..
    	(gomp_barrier_handle_tasks): ..and matching atomic store with
    	release barrier here when setting parent->children to NULL.
    
    From-SVN: r195370
    9a647288
    History
    re PR libgomp/51376 (libgomp taskwait failure)
    Alan Modra authored
    	PR libgomp/51376
    	PR libgomp/56073
    	* task.c (GOMP_task): Revert 2011-12-09 change.
    	(GOMP_taskwait): Likewise.  Instead use atomic load with acquire
    	barrier to read task->children..
    	(gomp_barrier_handle_tasks): ..and matching atomic store with
    	release barrier here when setting parent->children to NULL.
    
    From-SVN: r195370
To find the state of this project's repository at the time of any of these versions, check out the tags.