Searched refs:settaskid (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Task/pod/ |
H A D | Task.pod | 18 This module provides wrappers for the C<gettaskid(2)> and C<settaskid(2)> 27 B<C<settaskid($project, $flags)>> 31 through directly to the underlying C<settaskid()> system call. The new task ID 52 :SYSCALLS settaskid() and gettaskid() 72 C<gettaskid(2)>, C<settaskid(2)>, C<attributes(5)>
|
/titanic_44/usr/src/lib/libc/port/sys/ |
H A D | tasksys.c | 29 #pragma weak _settaskid = settaskid 41 settaskid(projid_t project, uint_t flags) in settaskid() function
|
/titanic_44/usr/src/man/man2/ |
H A D | Makefile | 127 settaskid.2 \ 376 getprojid.2 := LINKSRC = settaskid.2 377 gettaskid.2 := LINKSRC = settaskid.2
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
H A D | Task.xs | 42 settaskid(project, flags)
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | task.h | 112 extern taskid_t settaskid(projid_t, uint_t);
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | pr_tasksys.c | 140 return (settaskid(project, flags)); in pr_settaskid()
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 122 file path=usr/share/man/man2/settaskid.2 203 link path=usr/share/man/man2/getprojid.2 target=settaskid.2 205 link path=usr/share/man/man2/gettaskid.2 target=settaskid.2
|
/titanic_44/usr/src/cmd/newtask/ |
H A D | newtask.c | 170 if (settaskid(getprojid(), finalize_flag) == -1) in main()
|
/titanic_44/usr/src/lib/c_synonyms/ |
H A D | syn_common | 797 settaskid
|
/titanic_44/usr/src/lib/librestart/common/ |
H A D | librestart.c | 3515 if (settaskid(getprojid(), TASK_NORMAL) == -1) { in restarter_set_method_context()
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1169 settaskid;
|
H A D | llib-lc | 1416 taskid_t settaskid(projid_t project, uint_t flags);
|