We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NON_SCALAR_THREAD_ID
1 parent 5b08e9e commit 275c185Copy full SHA for 275c185
1 file changed
thread_pthread.c
@@ -71,10 +71,9 @@ static const void *const condattr_monotonic = NULL;
71
#endif
72
73
#ifndef USE_MN_THREADS
74
- #if defined(__EMSCRIPTEN__) || defined(COROUTINE_PTHREAD_CONTEXT) || defined(NON_SCALAR_THREAD_ID)
+ #if defined(__EMSCRIPTEN__) || defined(COROUTINE_PTHREAD_CONTEXT)
75
// on __EMSCRIPTEN__ provides epoll* declarations, but no implementations.
76
// on COROUTINE_PTHREAD_CONTEXT, it doesn't worth to use it.
77
- // on NON_SCALAR_THREAD_ID, now we can not debug issues on x390s/Ubuntu so skip it.
78
#define USE_MN_THREADS 0
79
#elif HAVE_SYS_EPOLL_H
80
#include <sys/epoll.h>
0 commit comments