Commit History

Author SHA1 Message Date
  fenghuijie 0015af02e4 调整代码,以支持cpu usage 4 years ago
  fenghuijie 05bb1a50b0 添加idle回收资源的修改 4 years ago
  Meco Man 8b53609f57 [kernel] 补充endif后缀注释(3) 4 years ago
  Meco Man 039d7979d8 [kernel][thread.c] 规范内部函数命名方式 4 years ago
  tangyuxin d936746806 [kernel] Improve kernel stability 4 years ago
  Bernard Xiong ca8056072d Merge pull request #4329 from liruncong/delay_until_3 4 years ago
  Meco Man 678306d300 [kernel]auto formatted 4 years ago
  liruncong 5ce889ea82 撤销有符号比较,仍应使用无符号比较 4 years ago
  张世争 72d7f6c0ad [update][kernel]规范rt_object_t强制转换的使用,消除上次提交的编译警告 4 years ago
  张世争 62137eec9a [update][kernel]规范rt_object_detach的使用 4 years ago
  Meco Man 2b98ac215a [kernel] rearrange rt_thread_control() - schedule the thread when close it 4 years ago
  liruncong 302f179c85 修正rt_thread_delay_until时间不准问题,及错误使用无符号比较问题 4 years ago
  Bernard Xiong a174881e0b Merge pull request #4209 from jesven/cleanup 4 years ago
  shaojinchun 5957e15754 cleanup操作改由当前线程退出前执行 4 years ago
  bernard b4e57db1a8 [kernel] Use object_find to implement thread_find/device_find 4 years ago
  Bernard Xiong 0776b36a4f [Kernel] fix the delay_until issue 4 years ago
  Bernard Xiong aeff91b2a7 Merge pull request #3769 from jesven/fix_yield 4 years ago
  chenchaoqun c15a7858c9 [fix] thread control bug about RT_THREAD_CTRL_CLOSE command 5 years ago
  shaojinchun 3ed84b8d03 解决yield操作不能及时释放cpu的问题 5 years ago
  cliff-cmc 7471a665db Update thread.c 5 years ago
  Cliff Chen 240961e8e8 [Kernel] Fix double release for thread 5 years ago
  suhui d6d690da1a fix the comment 5 years ago
  zhaoshaowei ff44570887 [Kernel] fix typo in rt_thread_delay_util 5 years ago
  Bernard Xiong 2c1f7b73a7 [Kernel] fix typo in rthread_delay 5 years ago
  Bernard Xiong df57b9014c Update thread.c 5 years ago
  Bernard Xiong 4a14b8f59a [Kernel] Add delay_util implementation. 5 years ago
  Bernard Xiong 992d3af3ae [kernel] code and comments cleanup 5 years ago
  shaojinchun 88b552276b 修正在多核时,运行在另外核上的idle任务有可能会插在rt_thread_exit调用rt_schedule之前释放其资源的问题 5 years ago
  shaojinchun cdaf8c65ca 修正rt_thread_delete在特定点被切走后不能回来继续执行的问题 5 years ago
  shaojinchun cb07e5fb24 开放spinlock相关函数 5 years ago