We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5434d87 commit 84bbe1eCopy full SHA for 84bbe1e
src/jthread/jsemaphore.h
@@ -22,6 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
22
23
#if defined(WIN32)
24
#include <windows.h>
25
+#include <assert.h>
26
#define MAX_SEMAPHORE_COUNT 1024
27
#else
28
#include <pthread.h>
0 commit comments