build: Fix --no-build-shared option to properly cancel --build-shared
[charm.git] / src / conv-core / conv-taskQ.h
blob44f94223a4092f8476e352cae5a2c7466b5aa6bd
1 #ifndef _CK_TASKQ_H_
2 #define _CK_TASKQ_H_
3 #include "converse.h"
4 #include "taskqueue.h"
6 #if CMK_TRACE_ENABLED
7 #include "conv-trace.h"
8 #define TASKQ_CREATE_EVENTID 145
9 #define TASKQ_WORK_EVENTID 147
10 #define TASKQ_STEAL_EVENTID 149
11 #define TASKQ_QUEUE_STEAL_EVENTID 151
12 #endif
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 void StealTask();
17 void CmiTaskQueueInit();
18 #ifdef __cplusplus
20 #endif
21 #endif