Separated the public interfaces of the threading primitives.

This commit is contained in:
Tobias Brunner
2009-12-23 17:01:53 +01:00
parent f36143b0ba
commit eba64cef41
50 changed files with 361 additions and 371 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#include <pthread.h>
#include <daemon.h>
#include <threading.h>
#include <threading/mutex.h>
typedef struct private_callback_job_t private_callback_job_t;
+1 -1
View File
@@ -22,7 +22,7 @@
#include "processor.h"
#include <daemon.h>
#include <threading.h>
#include <threading/mutex.h>
#include <utils/linked_list.h>
+1 -1
View File
@@ -23,7 +23,7 @@
#include <daemon.h>
#include <processing/processor.h>
#include <processing/jobs/callback_job.h>
#include <threading.h>
#include <threading/mutex.h>
/* the initial size of the heap */
#define HEAP_SIZE_DEFAULT 64