1. 18 8月, 2019 2 次提交
    • weixin_48148422's avatar
      fix issue #367 · 641ee305
      weixin_48148422 提交于
      the basic idea is to change clean up procedure to 2 steps,
      the 1st step only marks the time controller as to be cleaned up,
      the 2nd step executes in the timer thread and does the
      actual job to avoid race.
      
      I also change `pCtrl->ticks = rand() / pCtrl->maxTicks` to
      `pCtrl->ticks = rand() % pCtrl->maxTicks`, because I think
      this is a typo but not sure about this.
      641ee305
    • weixin_48148422's avatar
      #368: fix 2 issues in tmrMemPool · 2e864954
      weixin_48148422 提交于
      2e864954
  2. 15 8月, 2019 3 次提交
  3. 14 8月, 2019 10 次提交
  4. 13 8月, 2019 1 次提交
  5. 12 8月, 2019 4 次提交
  6. 11 8月, 2019 1 次提交
  7. 10 8月, 2019 6 次提交
  8. 09 8月, 2019 7 次提交
  9. 08 8月, 2019 6 次提交