]> git.ipfire.org Git - thirdparty/gcc.git/commit
[gomp] Recycle last non-nested team if possible
authorsh <sh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Jul 2015 09:11:11 +0000 (09:11 +0000)
committersh <sh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Jul 2015 09:11:11 +0000 (09:11 +0000)
commit119b02b78d718e84f5c4b6993b78c1d55be3b418
tree31b5db57e91957cc7fe59dfeb5f0fd58f144952a
parent32c773fc7d9b338a88b9f9f8359af7858b8b4a42
[gomp] Recycle last non-nested team if possible

libgomp/ChangeLog
2015-07-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>

* team.c (get_last_team): New.
(gomp_new_team): Recycle last non-nested team if possible.
(gomp_team_end): Move team work share list free lock destruction
to ...
(free_team): ... here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225811 138bc75d-0d04-0410-961f-82ee72b054a4
libgomp/ChangeLog
libgomp/team.c