Skip to content

Commit

Permalink
debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan511 committed Nov 30, 2023
1 parent 159ea5c commit bd78097
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ namespace hpx::synchronization::detail {

std::shared_ptr<std::atomic_bool> wait_flag;

std::cout << "Attempting Lock on "
<< "(" << begin << "," << end << ") " << std::endl;

while (lock_id == 0)
{
{
Expand Down

0 comments on commit bd78097

Please sign in to comment.