mirror of https://github.com/dzavalishin/oskit/
f85eb2576f | ||
---|---|---|
.. | ||
arm32 | ||
cpuinherit | ||
sched_edf | ||
sched_posix | ||
sched_rms | ||
sched_stride | ||
semaphore | ||
x86 | ||
GNUmakefile.in | ||
GNUmakerules | ||
MakeFlags | ||
README | ||
README.SCHED | ||
fs_support.c | ||
listener.c | ||
netio.c | ||
osenv_lock.c | ||
osenv_safe.c | ||
osenv_safe_socket_factory.c | ||
osenv_sleep.c | ||
panic.c | ||
pthread_attr.c | ||
pthread_cancel.c | ||
pthread_comlock.c | ||
pthread_cond.c | ||
pthread_cond.h | ||
pthread_create.c | ||
pthread_default_attr.c | ||
pthread_destroy.c | ||
pthread_detach.c | ||
pthread_exit.c | ||
pthread_getstate.c | ||
pthread_init.c | ||
pthread_internal.c | ||
pthread_internal.h | ||
pthread_ipc.c | ||
pthread_ipc.h | ||
pthread_join.c | ||
pthread_key.c | ||
pthread_locking.h | ||
pthread_memory.c | ||
pthread_mutex.c | ||
pthread_mutex.h | ||
pthread_realtime.c | ||
pthread_realtime.h | ||
pthread_resource.c | ||
pthread_schedconf.c | ||
pthread_schedconf.h | ||
pthread_schedmode.c | ||
pthread_scheduler.c | ||
pthread_self.c | ||
pthread_setprio.c | ||
pthread_setschedparam.c | ||
pthread_signal.c | ||
pthread_signal.h | ||
pthread_sleep.c | ||
pthread_specific.c | ||
pthread_stats.h | ||
pthread_yield.c | ||
sched_realtime.h | ||
wrap_blkio.c |
README
Directories: oskit/threads and oskit/threads/x86 and oskit/threads/arm32 Target: liboskit_threads.a Documentation: doc/pthread.tex Original Code Source: Flux Research Group, University of Utah FreeBSD 2.2.6, FreeBSD Project Description: The threads library provides a subset of the POSIX Threads Standard (pthreads). This is a preemptive version, SMP version. The x86 and arm32 directories contains machine specific context switch code and other minor things.