优先级反转以及解决方法(基于SylixOS)
1.优先级反转#include <stdio.h>#include <pthread.h>#include <SylixOS.h>static LW_HANDLE _G_Block;static long long _G_Count = 0;PVOID handler1 (PVOID pvarg){ int ret, i; ...