Re: [patch] libgompd: Add thread handles

2022-09-26 Thread Ahmed Sayed Mousse via Gcc-patches
For some reason my mail client keeps missing things up. Maybe it is my fault. Anyway this is it again with the right format I hope. /This patch is the initial implementation of OpenMP-API specs book section //20.5.5 with title "Thread Handles". //libgomp/ChangeLog ///2022-07-01 Ahmed Sayed ///

[patch] libgompd: Add thread handles

2022-09-26 Thread Ahmed Sayed Mousse via Gcc-patches
/This patch is the initial implementation of OpenMP-API specs book section //20.5.5 with title "Thread Handles". //libgomp/ChangeLog ///2022-07-01 Ahmed Sayed ///* Makefile.am (libgompd_la_SOURCES): Add ompd-threads.c.///* Makefile.in: Regenerate. * team.c (gomp_free_thread): Call ompd_bp_thread_

[patch] libgompd: Add thread handles

2022-07-04 Thread Ahmed Sayed Mousse via Gcc-patches
*This patch is the initial implementation of OpenMP-API specs book section **20.5.5 with title "Thread Handles".* *I have fixed the first version after revising the notes on it.* *libgomp/ChangeLog 2022-07-01 Ahmed Sayed > * ** Makefile.am (libgompd_la_SOURCES): Add ompd-threads.c.* ** Makef

[patch] libgompd: Add thread handles

2022-06-30 Thread Ahmed Sayed Mousse via Gcc-patches
/This patch is the initial implementation of OpenMP-API specs book section //20.5.5 with title "Thread Handles". /libgomp/ChangeLog /2022-07-01 Ahmed Sayed // * Makefile.am (libgompd_la_SOURCES): Add ompd-threads.c.///* Makefile.in: Regenerate. * team.c ( gomp_free_thread ): Called ompd_bp_thre

[patch] libgompd: Add thread handles

2022-06-06 Thread Ahmed Sayed Mousse via Gcc-patches
This patch is the initial implementation of OpenMP-API specs book section 20.5.5 with title "Thread Handles" libgomp/ChangeLog 2022-05-06 Ahmed Sayed * Makefile.am (libgompd_la_SOURCES): Add ompd-threads.c. * Makefile.in: Regenerate. * ompd-support.h ( gompd_thread_initial_tls_bias ): New Var