HelenOS sources

twait             116 uspace/app/bdsh/exec.c 	task_wait_t twait;
twait             143 uspace/app/bdsh/exec.c 	rc = task_spawnvf(&tid, &twait, tmp, (const char **) argv,
twait             153 uspace/app/bdsh/exec.c 	rc = task_wait(&twait, &texit, &retval);
twait             170 uspace/app/getterm/getterm.c 	task_wait_t twait;
twait             172 uspace/app/getterm/getterm.c 	errno_t rc = task_spawnv(&id, &twait, cmd, (const char *const *) args);
twait             181 uspace/app/getterm/getterm.c 	rc = task_wait(&twait, &texit, &retval);
twait             252 uspace/app/sbi/src/os/helenos.c 	task_wait_t twait;
twait             257 uspace/app/sbi/src/os/helenos.c 	rc = task_spawnv(&tid, &twait, cmd[0], (char const *const *) cmd);
twait             265 uspace/app/sbi/src/os/helenos.c 	rc = task_wait(&twait, &texit, &retval);
twait              83 uspace/app/tetris/screen.h extern int twait(void);
twait             385 uspace/app/tetris/tetris.c 				} while (!twait());
twait              83 uspace/dist/src/c/demos/tetris/screen.h extern errno_t twait(void);
twait             383 uspace/dist/src/c/demos/tetris/tetris.c 				} while (!twait());
HelenOS homepage, sources at GitHub