| __thrsleep, __thrwakeup(2) |
userspace thread sleep and wakeup |
| fcntl(2) |
file control |
| getpgrp, getpgid(2) |
get process group |
| getpriority, setpriority(2) |
get/set process scheduling priority |
| getsid(2) |
get process session |
| getthrname, setthrname(2) |
get or set thread name |
| intro, errno(2) |
introduction to system calls and error numbers |
| kill(2) |
send signal to a process |
| kqueue, EV_SET, kevent, kqueue1(2) |
kernel event notification mechanism |
| ktrace(2) |
process tracing |
| ptrace(2) |
process tracing and debugging |
| setpgid, setpgrp(2) |
set process group |
| sysctl(2) |
get or set system information |
| thrkill(2) |
send signal to a thread in the same process |
| killpg(3) |
send signal to a process group |
| kvm_getfiles(3) |
survey open files |
| pthread_cancel(3) |
cancel execution of a thread |
| pthread_detach(3) |
detach a thread |
| pthread_getcpuclockid(3) |
get a clock measuring thread CPU time |
| pthread_join(3) |
wait for thread termination |
| pthread_kill(3) |
send a signal to a specified thread |
| pthread_schedparam, pthread_setschedparam, pthread_getschedparam(3) |
thread scheduling parameter manipulation |
| bridge(4) |
Ethernet bridge interface |
| route(4) |
kernel packet forwarding database |
| route, rt_setgate, rtdeletemsg, rtredirect(9) |
kernel routing interface |
| rtrequest(9) |
add or remove entries from a routing table |
| sigio_init, sigio_copy, sigio_free, sigio_getown, sigio_setown(9) |
asynchronous IO signal API |