osSpTaskYield.c (104B)
1 #include "libultra_internal.h" 2 3 void osSpTaskYield(void) { 4 __osSpSetStatus(SPSTATUS_SET_SIGNAL0); 5 }