aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/blocking/rw-task-fair.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/blocking/rw-task-fair.cpp')
-rw-r--r--native/src/blocking/rw-task-fair.cpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/native/src/blocking/rw-task-fair.cpp b/native/src/blocking/rw-task-fair.cpp
index bb27c14..f3355c6 100644
--- a/native/src/blocking/rw-task-fair.cpp
+++ b/native/src/blocking/rw-task-fair.cpp
@@ -3,17 +3,7 @@
3#include "rw-blocking.h" 3#include "rw-blocking.h"
4 4
5#include "stl-helper.h" 5#include "stl-helper.h"
6 6#include "stl-hashmap.h"
7
8#ifdef CONFIG_USE_0X
9#include <unordered_map>
10#define hashmap std::unordered_map
11#else
12#include <ext/hash_map>
13#define hashmap __gnu_cxx::hash_map
14#endif
15
16
17 7
18static Interference bound_blocking_all( 8static Interference bound_blocking_all(
19 const TaskInfo* tsk, 9 const TaskInfo* tsk,