Branch: refs/heads/synchronization
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: b12bfbca22058323219925a66df8109c43eeb54a
      
https://github.com/STEllAR-GROUP/hpx/commit/b12bfbca22058323219925a66df8109c43eeb54a
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-08-26 (Wed, 26 Aug 2020)

  Changed paths:
    M libs/synchronization/CMakeLists.txt
    M libs/synchronization/include/hpx/synchronization/barrier.hpp
    M libs/synchronization/include/hpx/synchronization/condition_variable.hpp
    M 
libs/synchronization/include/hpx/synchronization/detail/condition_variable.hpp
    M 
libs/synchronization/include/hpx/synchronization/detail/counting_semaphore.hpp
    M 
libs/synchronization/include/hpx/synchronization/detail/sliding_semaphore.hpp
    M libs/synchronization/include/hpx/synchronization/latch.hpp
    M libs/synchronization/include/hpx/synchronization/mutex.hpp
    M libs/synchronization/src/detail/condition_variable.cpp
    A libs/synchronization/src/detail/counting_semaphore.cpp
    A libs/synchronization/src/detail/sliding_semaphore.cpp

  Log Message:
  -----------
  Refactor synchronization primitives

- reduce compile time by moving code to implementation files
- fix small performance regression allowing to avoid acquiring lock under
  limited circumstances
- fix #include issues


  Commit: 4b29be177e71105802dc56efb76ccbd120f13272
      
https://github.com/STEllAR-GROUP/hpx/commit/4b29be177e71105802dc56efb76ccbd120f13272
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-08-26 (Wed, 26 Aug 2020)

  Changed paths:
    M libs/synchronization/include/hpx/synchronization/latch.hpp

  Log Message:
  -----------
  Relax condition on `notified_` flag.

- flyby: fix potential deadlock situation where thread would be suspended even
  if the counter has already reached zero


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/f3b98abeeda9...4b29be177e71
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to