Re: SIGEV_THREAD not sharing file descriptors

2023-02-08 Thread Xiang Xiao
On Wed, Feb 8, 2023 at 6:31 PM Carlos Sanchez wrote: > Hi all, > > If I understand correctly the POSIX standard, events using > SIGEV_THREAD notification should behave as threads created using > pthread_create. Quoting the standard: > > QUOTE BEGIN > Multi-threaded programs can use an

SIGEV_THREAD not sharing file descriptors

2023-02-08 Thread Carlos Sanchez
Hi all, If I understand correctly the POSIX standard, events using SIGEV_THREAD notification should behave as threads created using pthread_create. Quoting the standard: QUOTE BEGIN Multi-threaded programs can use an alternate event notification mechanism. When a notification is