Thank you for your input Xiang.
Regards
Kian
From: Xiang Xiao
Sent: 12 February 2025 02:56
To: dev@nuttx.apache.org
Subject: Re: Driver poll question
How does the kernel know the killed thread is blocking in the driver's poll
method? Adding some flag in tc
quiring changes to any
> existing drivers.
>
> Regards
> Kian
>
> From: Xiang Xiao
> Sent: 11 February 2025 06:53
> To: dev@nuttx.apache.org
> Subject: Re: Driver poll question
>
> On Tue, Feb 11, 2025 at 2:00 AM Kian Karas (KK) wrote:
___
From: Xiang Xiao
Sent: 11 February 2025 06:53
To: dev@nuttx.apache.org
Subject: Re: Driver poll question
On Tue, Feb 11, 2025 at 2:00 AM Kian Karas (KK) wrote:
> Hi community
>
> I have a question related to the implementation of poll() in the kernel
> and drivers. I am impleme
On Tue, Feb 11, 2025 at 2:00 AM Kian Karas (KK) wrote:
> Hi community
>
> I have a question related to the implementation of poll() in the kernel
> and drivers. I am implementing a driver with poll support (through
> file_operations::poll) and have observed that "teardown" of the pollfds is
> not