1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00
icecast-server/src/thread
Karl Heyes ed58514eaa Add handlers for spinlocks if available, map to mutexes when not.
svn path=/icecast/trunk/icecast/; revision=15614
2009-01-09 03:18:03 +00:00
..
BUILDING Initial revision 2001-09-10 02:24:39 +00:00
COPYING Initial revision 2001-09-10 02:24:39 +00:00
Makefile.am Get everthing in make dist, and remove bitkeeper cruft 2003-07-03 12:59:06 +00:00
README Initial revision 2001-09-10 02:24:39 +00:00
thread.c Add handlers for spinlocks if available, map to mutexes when not. 2009-01-09 03:18:03 +00:00
thread.h Add handlers for spinlocks if available, map to mutexes when not. 2009-01-09 03:18:03 +00:00
TODO Initial revision 2001-09-10 02:24:39 +00:00

This is the cross platform thread and syncronization library.

It depends on the avl library.

This is a massively cleaned and picked through version of the code from
the icecast 1.3.x base.  It has not been heavily tested *YET*.  But since
it's just cleanups, it really shouldn't have that many problems.

jack.