• G
    TC: do not use rt_sem_trytake to clean the sem · e9e8e3f3
    Grissiom 提交于
    There can be a race condition that the sem has alread been detached
    after we did the cleanup. Besides, there is a RT_IPC_CMD_RESET command
    in rt_sem_control which is more clear in setting the sem values.
    e9e8e3f3
tc_comm.c 3.7 KB