Commit f1b9faff authored by mir's avatar mir

Retrigger CI with the single queue tpool

parent d3b0b90f
......@@ -11,9 +11,9 @@
// desired thread pool
// Work stealing thread pool
#define task_manager_t ws_task_manager_t
// #define task_manager_t ws_task_manager_t
// Previous single queue OAI thread pool
// #define task_manager_t tpool_t
#define task_manager_t tpool_t
// Most rated C thread pool in github
//#define task_manager_t threadpool
......
......@@ -24,9 +24,6 @@
//#define POLL_AND_SLEEP
#if defined (__i386__) || defined(__x86_64__)
#define pause_or_yield __builtin_ia32_pause
#elif __aarch64__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment