Re: mimicking gomp_thead(void) for OMPD-API implementation

2022-06-02 Thread Jakub Jelinek via Gcc
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 >

mimicking gomp_thead(void) for OMPD-API implementation

2022-06-02 Thread Ahmed Sayed Mousse via Gcc
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