- 13 7月, 2022 1 次提交
-
-
由 dapan1121 提交于
-
- 01 6月, 2022 1 次提交
-
-
由 Liu Jicong 提交于
-
- 18 5月, 2022 1 次提交
-
-
由 Shengliang Guan 提交于
-
- 26 3月, 2022 1 次提交
-
-
由 wafwerar 提交于
-
- 20 3月, 2022 1 次提交
-
-
由 wafwerar 提交于
-
- 28 2月, 2022 1 次提交
-
-
由 Shengliang Guan 提交于
-
- 27 2月, 2022 1 次提交
-
-
由 Shengliang Guan 提交于
-
- 04 10月, 2021 2 次提交
-
-
由 Shengliang Guan 提交于
-
由 Shengliang Guan 提交于
-
- 03 10月, 2021 1 次提交
-
-
由 Shengliang Guan 提交于
-
- 24 7月, 2021 1 次提交
-
-
由 Haojun Liao 提交于
-
- 20 7月, 2021 1 次提交
-
-
由 XYWang 提交于
-
- 27 6月, 2021 1 次提交
-
-
由 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.
-
- 27 8月, 2020 1 次提交
-
-
由 Bomin Zhang 提交于
-
- 04 8月, 2020 1 次提交
-
-
由 Shengliang Guan 提交于
-
- 28 6月, 2020 1 次提交
-
-
由 Shengliang Guan 提交于
-
- 09 6月, 2020 1 次提交
-
-
由 Bomin Zhang 提交于
-
- 07 6月, 2020 1 次提交
-
-
由 陶建辉(Jeff) 提交于
-
- 21 5月, 2020 1 次提交
-
-
由 Bomin Zhang 提交于
-
- 19 4月, 2020 1 次提交
-
-
由 slguan 提交于
-
- 12 4月, 2020 1 次提交
-
-
由 Jeff Tao 提交于
remove goto in tsched.c
-
- 11 4月, 2020 1 次提交
-
-
由 Jeff Tao 提交于
-
- 19 12月, 2019 1 次提交
-
-
由 slguan 提交于
-
- 17 12月, 2019 1 次提交
-
-
由 hjxilinx 提交于
-
- 16 11月, 2019 1 次提交
-
-
由 hjxilinx 提交于
-
- 11 10月, 2019 1 次提交
-
-
由 slguan 提交于
-
- 14 8月, 2019 1 次提交
-
-
由 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.
-
- 26 7月, 2019 1 次提交
-
-
由 slguan 提交于
-
- 22 7月, 2019 1 次提交
-
-
由 binglongx 提交于
fix buffer overflow and memory leak.
-
- 11 7月, 2019 1 次提交
-
-
由 hzcheng 提交于
-