提交历史

作者 SHA1 备注 提交日期
  ligd 631071cded Squashed commit of the following: 6 年之前
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
  Gregory Nutt 9e25d89223 Squashed commit of the following: 7 年之前
  Heesub Shin 8e94d8e7cc 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. 8 年之前
  linfei_chen 4b18b8d1e3 LP Work Queue: Fix test to find and idle worker thread. 8 年之前
  Gregory Nutt a20863f6c0 Remove some empty file section section header comments 8 年之前
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 年之前
  Gregory Nutt 1a27a4d4c0 Eliminate warnings 10 年之前
  Gregory Nutt 4a4b3ac537 Add support for multiple low-priority worker threads 10 年之前
  Gregory Nutt 16a3e83258 Add support for delays of different durations in work queue processing 10 年之前
  Gregory Nutt 1afc9773ac Decoupling work queue data structures. This is part of the preparation to support multiple low-priority worker threads 10 年之前