Home
last modified time | relevance | path

Searched refs:newtaskid (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dtasksys.c41 taskid_t newtaskid; in settaskid() local
43 while ((newtaskid = syscall(SYS_tasksys, 0, project, flags, NULL, 0)) in settaskid()
47 return (newtaskid); in settaskid()