Skip to content
  1. Nov 22, 2018
    • 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. Nov 21, 2018
  3. Nov 20, 2018
  4. Nov 19, 2018
Loading