Path: utzoo!attcan!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: looking for a unix system call Message-ID: <3567@auspex.auspex.com> Date: 28 Jun 90 19:11:11 GMT References: <1858@vela.acs.oakland.edu> <13249@smoke.BRL.MIL> Organization: Auspex Systems, Santa Clara Lines: 7 >Also, any system call provides an opportunity for the kernel to >schedule other processes, so a cheap one like getpid() >might suffice. Assuming he doesn't necessarily want a *guarantee* that the process will relinquish its time slice; if he does, he's probably out of luck, unless the vendor has added such a call.