Re: [gomp4.1] document more structures in libgomp.h

2015-08-28 Thread Jakub Jelinek
On Fri, Aug 28, 2015 at 08:53:44AM -0700, Aldy Hernandez wrote: > @@ -311,22 +313,35 @@ struct gomp_taskwait > > struct gomp_task > { > + /* Parent circular list. See children description below. */ >struct gomp_task *parent; > + /* Circular list representing the children of this task. >

Re: [gomp4.1] document more structures in libgomp.h

2015-08-28 Thread Aldy Hernandez
On 08/28/2015 07:31 AM, Jakub Jelinek wrote: On Fri, Aug 28, 2015 at 07:21:46AM -0700, Aldy Hernandez wrote: * libgomp.h: Document gomp_task_depend_entry, gomp_task, gomp_taskgroup. *task.c (gomp_task_run_pre): Add comments. Missing space before task.c. --- a/libgomp/

Re: [gomp4.1] document more structures in libgomp.h

2015-08-28 Thread Jakub Jelinek
On Fri, Aug 28, 2015 at 07:21:46AM -0700, Aldy Hernandez wrote: > * libgomp.h: Document gomp_task_depend_entry, gomp_task, > gomp_taskgroup. > *task.c (gomp_task_run_pre): Add comments. Missing space before task.c. > --- a/libgomp/libgomp.h > +++ b/libgomp/libgomp.h > @@ -279,9

[gomp4.1] document more structures in libgomp.h

2015-08-28 Thread Aldy Hernandez
More boring patches in an effort to make sense of it all. Does this match your understanding? If it does, OK for branch? commit 3b7ffc815a8e163391c913196160354348348945 Author: Aldy Hernandez Date: Fri Aug 28 07:19:51 2015 -0700 * libgomp.h: Document gomp_task_depend_entry, gomp_tas