Does anyone know if it's safe to use kevents with pthreads yet? I poked around and saw that it is handled in libc_r/uthread, but I also noticed that my process that should be waiting in kqread is actually waiting in poll. If I remove -pthread from the compile line it waits in kqread again! Is pthreads just using poll for timeouts?
Thanks,
Jeff

