1
0
Fork 0
icecast-common/thread
Philipp Schafft 07df2860f8 Fix: Corrected implementation of thread_cond_timedwait() 2024-02-09 10:08:53 +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 Fix Makefiles usage of deprecated INCLUDES variable 2015-11-28 13:21:03 +01:00
README Initial revision 2001-09-10 02:24:39 +00:00
TODO Initial revision 2001-09-10 02:24:39 +00:00
thread.c Fix: Corrected implementation of thread_cond_timedwait() 2024-02-09 10:08:53 +00:00
thread.h Fix: Corrected implementation of thread_cond_timedwait() 2024-02-09 10:08:53 +00:00

README

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.