Is 'select' (system call) block all threads in process OR current where are you call ? OS is FreeBSD 5.4. Thanks !
[ Post a follow-up to this message ]
ilko.k.v@gmail.com wrote: > Is 'select' (system call) block all threads in process OR current > where are you call ? > OS is FreeBSD 5.4. select blocks the calling thread.
Nils O. Sel=E5sdal wrote: > ilko.k.v@gmail.com wrote: > > select blocks the calling thread. Thanks, Nils O. Sel=E5sdal for answer.