00001 /* 00002 wefts.h 00003 Header files including all the needed headers for wefts 00004 00005 $Id: wefts.h,v 1.2 2003/08/05 15:40:20 jonnymind Exp $ 00006 --------------------------------------------- 00007 Begin : 2003-08-02 23:45 00008 Author : Giancarlo Niccolai 00009 00010 Last modified because: 00011 00012 */ 00013 00014 /************************************************************************** 00015 * This program is free software; you can redistribute it and/or modify * 00016 * it under the terms of the GNU Library General Public License as * 00017 * published by the Free Software Foundation; either version 2.1 of the * 00018 * License, or (at your option) any later version. * 00019 ***************************************************************************/ 00020 00021 #ifndef WEFTS_H 00022 #define WEFTS_H 00023 00024 #include <wefts_mutex.h> 00025 #include <wefts_rmutex.h> 00026 #include <wefts_rwmutex.h> 00027 #include <wefts_rrwmutex.h> 00028 00029 #include <wefts_cond.h> 00030 #include <wefts_fastcond.h> 00031 #include <wefts_rcond.h> 00032 00033 #include <wefts_barrier.h> 00034 #include <wefts_subscription.h> 00035 00036 #include <wefts_thread.h> 00037 #include <wefts_moaning.h> 00038 #include <wefts_sleep.h> 00039 #include <wefts_referenced.h> 00040 00041 #endif 00042 /* end of wefts.h */