On Thu, Jun 02, 2022 at 11:13:11AM +0200, Ahmed Sayed Mousse via Gcc wrote:
>To implement the function ompd_get_thread_handle (…) from
> the OMPD API. I need to get the gomp_thread struct using thread context
> and address space context and in order to do that I want to apply the
>
Hi everyone,
To implement the function ompd_get_thread_handle (…) from
the OMPD API. I need to get the gomp_thread struct using thread context
and address space context and in order to do that I want to apply the
functionality of/mimic gomp_thread(void) from lipgomp.h using callba