I want to get all the running pthread_t Ids currently running inside the process. Is it possible to get it dynamically in my c program?. Is there any pthread API to do so ?
I need this list of thread IDs to send signal to each of the thread using pthread_kill().