Skip to content

Commit

Permalink
Merge e8e8a3c into e4c9cd6
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg authored Apr 18, 2024
2 parents e4c9cd6 + e8e8a3c commit 5415ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/pika/config/include/pika/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
///////////////////////////////////////////////////////////////////////////////
/// By default, enable minimal thread deadlock detection in debug builds only.
#if !defined(PIKA_SPINLOCK_DEADLOCK_DETECTION_LIMIT)
# define PIKA_SPINLOCK_DEADLOCK_DETECTION_LIMIT 10000000
# define PIKA_SPINLOCK_DEADLOCK_DETECTION_LIMIT 1000000
#endif

/// Print a warning about potential deadlocks after this many iterations.
#if !defined(PIKA_SPINLOCK_DEADLOCK_WARNING_LIMIT)
# define PIKA_SPINLOCK_DEADLOCK_WARNING_LIMIT 1000000
# define PIKA_SPINLOCK_DEADLOCK_WARNING_LIMIT 10000
#endif

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 5415ea1

Please sign in to comment.