This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r227263 - in /branches/gomp-4_1-branch/libgomp:...


Author: aldyh
Date: Thu Aug 27 14:56:03 2015
New Revision: 227263

URL: https://gcc.gnu.org/viewcvs?rev=227263&root=gcc&view=rev
Log:
	* libgomp.h (enum gomp_task_kind): Comment fields.
	(struct gomp_task): Comment some fields.
	* task.c (GOMP_task): Add comments.
	Rename GOMP_TASK_IFFALSE to GOMP_TASK_UNDEFERRED.
	(gomp_task_run_pre): Add comments.
	(GOMP_taskgroup_start): Rename GOMP_TASK_IFFALSE to
	GOMP_TASK_UNDEFERRED.
	* taskloop.c (GOMP_taskloop): Same.

Modified:
    branches/gomp-4_1-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_1-branch/libgomp/libgomp.h
    branches/gomp-4_1-branch/libgomp/task.c
    branches/gomp-4_1-branch/libgomp/taskloop.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]