Uses of Class
de.ibapl.jnhw.posix.Pthread.Pthread_t
-
Packages that use Pthread.Pthread_t Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system. -
-
Uses of Pthread.Pthread_t in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix that return Pthread.Pthread_t Modifier and Type Method Description static Pthread.Pthread_tPthread. pthread_self()Methods in de.ibapl.jnhw.posix with parameters of type Pthread.Pthread_t Modifier and Type Method Description static booleanPthread. pthread_equal(Pthread.Pthread_t t1, Pthread.Pthread_t t2)static voidPthread. pthread_getcpuclockid(Pthread.Pthread_t thread_id, IntRef clock_id)static voidPthread. pthread_getschedparam(Pthread.Pthread_t thread, IntRef policy, Sched.Sched_param param)static voidSignal. pthread_kill(Pthread.Pthread_t thread, int sig)static voidPthread. pthread_setschedparam(Pthread.Pthread_t thread, int policy, Sched.Sched_param param)static voidPthread. pthread_setschedprio(Pthread.Pthread_t thread, int prio)
-