1. 22 Nov, 2018 2 commits
    • Lioncash's avatar
      common/thread: Remove SleepCurrentThread() · d6583d68
      Lioncash authored
      This is also unused and superceded by standard functionality. The
      standard library provides std::this_thread::sleep_for(), which provides
      a much more flexible interface, as different time units can be used with
      it.
      d6583d68
    • Lioncash's avatar
      common/thread: Remove unused CurrentThreadId() · 1d555fdd
      Lioncash authored
      This is an old function that's no longer necessary. C++11 introduced
      proper threading support to the language and a thread ID can be
      retrieved via std::this_thread::get_id() if it's ever needed.
      1d555fdd
  2. 21 Nov, 2018 23 commits
  3. 20 Nov, 2018 10 commits
  4. 19 Nov, 2018 5 commits