oskit/oskit-20020317/threads
dzavalishin f85eb2576f import 2016-02-19 15:02:31 +03:00
..
arm32 import 2016-02-19 15:02:31 +03:00
cpuinherit import 2016-02-19 15:02:31 +03:00
sched_edf import 2016-02-19 15:02:31 +03:00
sched_posix import 2016-02-19 15:02:31 +03:00
sched_rms import 2016-02-19 15:02:31 +03:00
sched_stride import 2016-02-19 15:02:31 +03:00
semaphore import 2016-02-19 15:02:31 +03:00
x86 import 2016-02-19 15:02:31 +03:00
GNUmakefile.in import 2016-02-19 15:02:31 +03:00
GNUmakerules import 2016-02-19 15:02:31 +03:00
MakeFlags import 2016-02-19 15:02:31 +03:00
README import 2016-02-19 15:02:31 +03:00
README.SCHED import 2016-02-19 15:02:31 +03:00
fs_support.c import 2016-02-19 15:02:31 +03:00
listener.c import 2016-02-19 15:02:31 +03:00
netio.c import 2016-02-19 15:02:31 +03:00
osenv_lock.c import 2016-02-19 15:02:31 +03:00
osenv_safe.c import 2016-02-19 15:02:31 +03:00
osenv_safe_socket_factory.c import 2016-02-19 15:02:31 +03:00
osenv_sleep.c import 2016-02-19 15:02:31 +03:00
panic.c import 2016-02-19 15:02:31 +03:00
pthread_attr.c import 2016-02-19 15:02:31 +03:00
pthread_cancel.c import 2016-02-19 15:02:31 +03:00
pthread_comlock.c import 2016-02-19 15:02:31 +03:00
pthread_cond.c import 2016-02-19 15:02:31 +03:00
pthread_cond.h import 2016-02-19 15:02:31 +03:00
pthread_create.c import 2016-02-19 15:02:31 +03:00
pthread_default_attr.c import 2016-02-19 15:02:31 +03:00
pthread_destroy.c import 2016-02-19 15:02:31 +03:00
pthread_detach.c import 2016-02-19 15:02:31 +03:00
pthread_exit.c import 2016-02-19 15:02:31 +03:00
pthread_getstate.c import 2016-02-19 15:02:31 +03:00
pthread_init.c import 2016-02-19 15:02:31 +03:00
pthread_internal.c import 2016-02-19 15:02:31 +03:00
pthread_internal.h import 2016-02-19 15:02:31 +03:00
pthread_ipc.c import 2016-02-19 15:02:31 +03:00
pthread_ipc.h import 2016-02-19 15:02:31 +03:00
pthread_join.c import 2016-02-19 15:02:31 +03:00
pthread_key.c import 2016-02-19 15:02:31 +03:00
pthread_locking.h import 2016-02-19 15:02:31 +03:00
pthread_memory.c import 2016-02-19 15:02:31 +03:00
pthread_mutex.c import 2016-02-19 15:02:31 +03:00
pthread_mutex.h import 2016-02-19 15:02:31 +03:00
pthread_realtime.c import 2016-02-19 15:02:31 +03:00
pthread_realtime.h import 2016-02-19 15:02:31 +03:00
pthread_resource.c import 2016-02-19 15:02:31 +03:00
pthread_schedconf.c import 2016-02-19 15:02:31 +03:00
pthread_schedconf.h import 2016-02-19 15:02:31 +03:00
pthread_schedmode.c import 2016-02-19 15:02:31 +03:00
pthread_scheduler.c import 2016-02-19 15:02:31 +03:00
pthread_self.c import 2016-02-19 15:02:31 +03:00
pthread_setprio.c import 2016-02-19 15:02:31 +03:00
pthread_setschedparam.c import 2016-02-19 15:02:31 +03:00
pthread_signal.c import 2016-02-19 15:02:31 +03:00
pthread_signal.h import 2016-02-19 15:02:31 +03:00
pthread_sleep.c import 2016-02-19 15:02:31 +03:00
pthread_specific.c import 2016-02-19 15:02:31 +03:00
pthread_stats.h import 2016-02-19 15:02:31 +03:00
pthread_yield.c import 2016-02-19 15:02:31 +03:00
sched_realtime.h import 2016-02-19 15:02:31 +03:00
wrap_blkio.c import 2016-02-19 15:02:31 +03:00

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.