Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 43b7b4e341de214708a83d769faa8207a6ed6e16
      
https://github.com/STEllAR-GROUP/hpx/commit/43b7b4e341de214708a83d769faa8207a6ed6e16
  Author: Mikael Simberg <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M libs/core/synchronization/tests/unit/sliding_semaphore.cpp

  Log Message:
  -----------
  Fix sliding semaphore test

The semaphore has to be kept alive long enough for all tasks to get to
signal it. The task that releases the waiting thread may not be the last
task to signal the semaphore, and if that happens the semaphore will go
out of scope too early, unless we wait for all tasks to finish first.


  Commit: 782faecd2ecc01ed402eb39a5b09677e542d5f5e
      
https://github.com/STEllAR-GROUP/hpx/commit/782faecd2ecc01ed402eb39a5b09677e542d5f5e
  Author: Mikael Simberg <[email protected]>
  Date:   2021-06-21 (Mon, 21 Jun 2021)

  Changed paths:
    M libs/core/synchronization/tests/unit/sliding_semaphore.cpp

  Log Message:
  -----------
  Merge pull request #5400 from msimberg/fix-sliding-semaphore-test

Fix sliding semaphore test


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/740a7901d8f6...782faecd2ecc
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to