tyustli
|
d8eb0cfc1e
fix kernel and framework no cast type error
|
6 years ago |
shaojinchun
|
6cdfb2ac92
fix signal code
|
6 years ago |
Bernard Xiong
|
f9f7e6c520
[ptherad] Fix pthread_exit issue
|
6 years ago |
Bernard Xiong
|
de624c52c1
[Kernel] Enable RUNNING status in thread.
|
6 years ago |
shaojinchun
|
fc6bc1ad39
Add smp support to RT-Thread 4.0
|
6 years ago |
Bernard Xiong
|
46dae3f35f
Merge branch 'master' into dev-4.0.x
|
6 years ago |
Bernard Xiong
|
00a655ac1c
[Kernel] Add ARCH_CPU_STACK_GROWS_UPWARD option
|
6 years ago |
Bernard Xiong
|
484afe9d2c
[Kernel] Add 64bit CPU support.
|
6 years ago |
Bernard Xiong
|
ff08faf605
[Kernel] Adjust the copyright information
|
6 years ago |
Bernard Xiong
|
41f7f2c284
[Kernel] Update to Apache License v2.0
|
6 years ago |
Bernard Xiong
|
efe4523132
[Kernel] move module tolibc/libdl.
|
6 years ago |
heyuanjie
|
c79fbd373f
[lwp]给thread添加lwp成员
|
7 years ago |
liang yongxiang
|
9945ced57b
[kernel] add assert to thread object
|
7 years ago |
heyuanjie
|
93afe69c90
添加mdelay接口
|
7 years ago |
BernardXiong
|
38b9ed3118
[Kernel] add sigwait implementation
|
7 years ago |
Bernard Xiong
|
2f409c85f1
[Kernel] Use rt_object_get_information to get object chain
|
7 years ago |
weety
|
c8e64a629a
[kernel] Fixed module issue.
|
7 years ago |
bernard
|
b27c7e4826
[Kernel] Add signal implementation.
|
7 years ago |
emlslxl
|
e521decf2e
根据documentation/coding_style_cn.txt约定 对内核src和include目录下的文件代码进行格式化
|
7 years ago |
Bernard Xiong
|
1f0081e796
[Kernel] Fix typo
|
8 years ago |
Bernard Xiong
|
8437c049e6
[Kernel] Fix the number_mask initialization issue in TCB.
|
8 years ago |
armink
|
2d593a22b7
[Kernel] Fix thread delete and thread detach bug. #712
|
8 years ago |
Bernard Xiong
|
b1f1536688
[kernel] Add thread_inited_hook.
|
8 years ago |
dogandog
|
2bfacd85ae
Correct comments about doxygen format
|
9 years ago |
ArdaFu
|
189e9b9632
[Kernel] add new hooks for support trace componment.
|
9 years ago |
weety
|
62e770f9de
Fixed 64KB stack size limit.
|
9 years ago |
Bernard Xiong
|
49b1172b8d
[Kernel] change rt_thread_exit() as a global function.
|
9 years ago |
yuanbin
|
5968121332
Thread: Make comments in more accurate way
|
9 years ago |
bernard
|
898e0d2f3f
[Kernel] stop thread timer when suspend a thread
|
11 years ago |
Grissiom
|
d59aa279c3
kernel: use skip list to implement timer list
|
11 years ago |