Skip to content
  1. Nov 06, 2016
    • Heesub Shin's avatar
      Signal sent from work_signal() may interrupt the low priority worker thread... · 8e94d8e7
      Heesub Shin authored
      Signal sent from work_signal() may interrupt the low priority worker thread that is already running. For example, the worker thread that is waiting for a semaphore could be woken up by the signal and break any synchronization assumption as a result. It also does not make any sense to send signal if it is already running and busy. This commit fixes it.
      8e94d8e7
  2. Nov 05, 2016
  3. Nov 04, 2016
  4. Nov 03, 2016
  5. Nov 02, 2016