mysterywolf
|
98f0cfbf6e
define maximum value of ipc type
|
4 years ago |
mysterywolf
|
b43f7365a4
[bug fixed] add mb mq value overflow-check code
|
4 years ago |
mysterywolf
|
b93b494239
[bug fixed] add mutex values' overflow-check code
|
4 years ago |
mysterywolf
|
2469335e21
[fix bug] #3951
|
4 years ago |
Bernard Xiong
|
c0d78d4f88
Merge pull request #3773 from ErnestChen1/event_option0717
|
5 years ago |
Bernard Xiong
|
70142efbf2
Merge pull request #3775 from ErnestChen1/event_goto
|
5 years ago |
Bernard Xiong
|
65d4e732cc
Merge pull request #3774 from ErnestChen1/switch_default0727
|
5 years ago |
Meco
|
1fe077a0be
fix在rt_event_recv函数中,如果事件已经满足无需阻塞的情况下,没有给thread->event_set/event_info赋值的问题
|
5 years ago |
chenchaoqun
|
a78c6bedea
[add] a macro to be isolated while using signals in rt_mutex_take function.
|
5 years ago |
chenchaoqun
|
55cfefd90a
[add] switch default clause
|
5 years ago |
chenchaoqun
|
b328c1cbac
[modify] if ... else if constructs to be terminated with an else clause, which other option is invalid and delete surplus space.
|
5 years ago |
greed-island
|
08c15f1b11
Update ipc.c
|
5 years ago |
Bernard Xiong
|
992d3af3ae
[kernel] code and comments cleanup
|
5 years ago |
tangyuxin
|
255825835e
[kernel][ipc] 修复创建0长度的消息队列宕机问题
|
5 years ago |
tangyuxin
|
e4671d2916
[kernel][ipc] add send wait support for message queue
|
5 years ago |
iglencao
|
37de4d6054
Create IPC.ipch
|
6 years ago |
tyx
|
c8e27adf1f
[src][ipc]完善 message queue 相关定义
|
6 years ago |
tyustli
|
d8eb0cfc1e
fix kernel and framework no cast type error
|
6 years ago |
Bernard Xiong
|
43c1236ec9
[Kernel] code cleanup for indentation.
|
6 years ago |
shaojinchun
|
7bcee9bcb1
semaphore结构中value仍改为uint16_t,加入对其设置范围的检测,加入对齐变量
|
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 |
liang yongxiang
|
f706131fc6
[kernel] add assert to ipc object
|
7 years ago |
Bernard Xiong
|
df64a297ab
[Kernel] Remove memory ops when SLAB and module enable
|
7 years ago |
guozhanxin
|
d44790c8f9
[src/ipc.c]adjust rt_event_send() hook function position|调整rt_event_send()钩子函数位置
|
7 years ago |
bernard
|
b27c7e4826
[Kernel] Add signal implementation.
|
7 years ago |
bernard
|
cccff34fca
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
|
7 years ago |
bernard
|
e9a77b513f
[Kernel] mutex can be used before scheduler startup.
|
7 years ago |
emlslxl
|
e521decf2e
根据documentation/coding_style_cn.txt约定 对内核src和include目录下的文件代码进行格式化
|
7 years ago |