1. 12 8月, 2022 1 次提交
  2. 13 7月, 2022 1 次提交
  3. 01 6月, 2022 1 次提交
  4. 18 5月, 2022 1 次提交
  5. 26 3月, 2022 1 次提交
  6. 20 3月, 2022 1 次提交
  7. 28 2月, 2022 1 次提交
  8. 27 2月, 2022 1 次提交
  9. 04 10月, 2021 2 次提交
  10. 03 10月, 2021 1 次提交
  11. 24 7月, 2021 1 次提交
  12. 20 7月, 2021 1 次提交
  13. 27 6月, 2021 1 次提交
    • J
      Rename file and add some comment/changes (#6587) · 9a062484
      Jun Li 提交于
      1. rename semphone to semaphore
      2. add comment for tsched.h
      3. change the function signature for taosSchedulerTask, changing from
      return int to void. We currently don't check any return code of the function.
      4. add some error handlings. For fatal error, just exit the process because
      the program may run into a random state.
      9a062484
  14. 27 8月, 2020 1 次提交
  15. 04 8月, 2020 1 次提交
  16. 28 6月, 2020 1 次提交
  17. 09 6月, 2020 1 次提交
  18. 07 6月, 2020 1 次提交
  19. 21 5月, 2020 1 次提交
  20. 19 4月, 2020 1 次提交
  21. 12 4月, 2020 1 次提交
  22. 11 4月, 2020 1 次提交
  23. 19 12月, 2019 1 次提交
  24. 17 12月, 2019 1 次提交
  25. 16 11月, 2019 1 次提交
  26. 11 10月, 2019 1 次提交
  27. 14 8月, 2019 1 次提交
    • weixin_48148422's avatar
      enhance robustness of scheduler · 83eb20d3
      weixin_48148422 提交于
      1. check all memory allocation failure in `taosInitScheduler`;
      2. make `pSched->numOfThreads` the actual number of created threads
      to avoid crash in `taosCleanUpScheduler` when `pSched->qthread` is NULL
      and other issues;
      3. check interruption of `sem_wait` in `taosScheduleTask`,
      and use `pTrace` instead of `pError` when `sem_wait` was interrupted;
      4. cancel all threads before join them to enable cocurrent cancellation;
      5. remove unused global variable.
      83eb20d3
  28. 26 7月, 2019 1 次提交
  29. 22 7月, 2019 1 次提交
  30. 11 7月, 2019 1 次提交