On Wed, Oct 24, 2012 at 03:21:15AM -0400, Felix wrote: > > Anyone with a better understanding of Chicken's internals able to > > comment on which cases poll() is called and how the timeout value is > > selected? > > poll(2) is not used in the runtime system.
I think some libcs might implement select() in terms of poll? In that case, poll is what you'd see in a syscall trace. Cheers, Peter -- http://sjamaan.ath.cx -- "The process of preparing programs for a digital computer is especially attractive, not only because it can be economically and scientifically rewarding, but also because it can be an aesthetic experience much like composing poetry or music." -- Donald Knuth _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
