christos@astron.com (Christos Zoulas) writes: >>You give up the CPU automatically whenever your process blocks or when >>you run out of your time quantum. If you want to give up the CPU >>earlier by intent, just block. > > Or do a system call eg. select(0, NULL, NULL, NULL, NULL); That's a way of blocking. Perry