Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mono/metadata/threads.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ mono_native_thread_join_handle (HANDLE thread_handle, gboolean close_handle);

#include "icall-decl.h"

/*#define THREAD_DEBUG(a) do { a; } while (0)*/
#define THREAD_DEBUG(a)
#define THREAD_DEBUG(a) do { a; } while (0)
/*#define THREAD_DEBUG(a)*/
/*#define THREAD_WAIT_DEBUG(a) do { a; } while (0)*/
#define THREAD_WAIT_DEBUG(a)
/*#define LIBGC_DEBUG(a) do { a; } while (0)*/
Expand Down