KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
pthread.h File Reference

POSIX-compatibile (sorta) threading support. More...

#include <unistd.h>
#include <sys/_pthread.h>
#include <sys/types.h>
#include <time.h>
#include <sys/sched.h>

Go to the source code of this file.


Detailed Description

POSIX-compatibile (sorta) threading support.

This file was imported (with a few changes) from Newlib. If you really want to know about the functions in here, you should probably consult the Single Unix Specification and the POSIX specification. Here's a link to that: http://pubs.opengroup.org/onlinepubs/007904875/basedefs/pthread.h.html

The rest of this file will remain undocumented, as it isn't really a part of KOS proper... Also, doxygen tends to mangle this whole thing anyway...