Uses of Class
de.ibapl.jnhw.annontation.posix.sys.types.pid_t
-
Packages that use pid_t Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system.de.ibapl.jnhw.posix.sys Very thin and safe wrapper classes around common used headers on a POSIX system under thesyspath. -
-
Uses of pid_t in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix with annotations of type pid_t Modifier and Type Method Description static intUnistd. getpgrp()static intUnistd. getpid()POSIX: getpid - get the process ID.static intUnistd. getppid()intSignal.Siginfo_t. si_pid()Sending process ID.pid_t si_pid Sending process ID..static intTermios. tcgetsid(int fildes)Method parameters in de.ibapl.jnhw.posix with annotations of type pid_t Modifier and Type Method Description static voidTime. clock_getcpuclockid(int pid, IntRef clock_id)static voidSignal. kill(int pid, int sig)static voidSignal. killpg(int pgrp, int sig)static voidSched. sched_getparam(int pid, Sched.Sched_param param)static intSched. sched_getscheduler(int pid)POSIX[TPS]: sched_getscheduler - get scheduling policy (REALTIME) .static voidSched. sched_rr_get_interval(int pid, Time.Timespec interval)static voidSched. sched_setparam(int pid, Sched.Sched_param param)static intSched. sched_setscheduler(int pid, int policy, Sched.Sched_param param)static voidSignal. sigqueue(int pid, int signo, Signal.Sigval value) -
Uses of pid_t in de.ibapl.jnhw.posix.sys
Classes in de.ibapl.jnhw.posix.sys with annotations of type pid_t Modifier and Type Class Description static classTypes.Pid_tMethods in de.ibapl.jnhw.posix.sys with annotations of type pid_t Modifier and Type Method Description intTypes.Pid_t. getValue()Method parameters in de.ibapl.jnhw.posix.sys with annotations of type pid_t Modifier and Type Method Description voidTypes.Pid_t. setValue(int value)voidTypes.Size_t. setValue(long value)
-