• James Stewart's avatar
    Merge #1335: Inlining sync.cpp with latest upstream, first step. · 44e10a06
    James Stewart authored
    cbe90ab6 condvar_GenesisWait moved to std::condition_variable. (furszy)
    df5b2a18 Missing dependency in CMake (furszy)
    d368d97b Sync.h: Upstream updates (furszy)
    464c884f Refactor: Sync, GetLockData + few inlines with upstream's formatting. (furszy)
    9d57600a Thread name added to the lock location struct. (furszy)
    3c5d4ed1 [Refactor] RenameThread moved to the new util::ThreadRename. (furszy)
    a1c68756 threadnames.h/cpp files created. (furszy)
    20155322 [Trivial] Move class below the global function declaration (furszy)
    
    Pull request description:
    
      Part of a group of updates that will be doing from upstream to get up-to-date with latest sync.h/cpp sources.
    
      This first PR involves:
    
      * sync.h...
    44e10a06