#if 0 #include #include void thrd_yield(void) { SIGNAL_SAFE(0); sched_yield(); } /* STDC(201112) */ #endif