[...]
 
> What's the reason for locking the file descriptors
> for *all* system calls? especially those I mentioned?
> 
> Where is pthread_cancel() ?

are you using -stable (3.x)? there is no ``pthread_cancel'' in -stable.
use -current. 

or
        - use other threads library
        - use non-blocking read
        - use select/poll with timeout

man pthread and see /usr/src/lib/libc_r/uthread
for details.

thanks,
emax


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to