On Sun, Dec 18, 2016 at 11:24 AM, Ran Shalit <ranshalit at gmail.com> wrote: > Hello, > > This is something I'm not too sure about, so I rather ask it here: > When the context return to userspace on calling poll, is it done in > interrupt context ? No. the process will continue running in thread context.