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 ///* Makefile.am (libgompd_la_SOURCES): Add ompd-threads.c.///* Makefile.in: Regenerate. * team.c (gomp_free_thread): Call ompd_bp_thread_end./* ompd-support.c (gompd_thread_initial_tls_bias): New variable. (gompd_load): Initialize gompd_thread_initial_tls_bias. * ompd-threads.c: New file.///