HI,
若线程1正在调用Event_post(TASK1_HANDLE,EVENT1)产生本线程的事件1,此时操作系统切换到另一个线程2,线程2中也调用Event_postTASK1_HANDLE,EVENT2)产生线程1 的事件2,此时Event_post中会有冲突吗?
谢谢
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
HI,
若线程1正在调用Event_post(TASK1_HANDLE,EVENT1)产生本线程的事件1,此时操作系统切换到另一个线程2,线程2中也调用Event_postTASK1_HANDLE,EVENT2)产生线程1 的事件2,此时Event_post中会有冲突吗?
谢谢