Search | Google it | Results 1 - 2 of 2 for fundef:int_priority (0.00 seconds) |
48: */ 49: #define int_priority(x) ( (INT)((x) - MIN_TSKPRI) ) 50: #define ext_tskpri(x) ( (PRI)((x) + MIN_TSKPRI) )
64: */ 65: #define int_priority(x) ( (INT)((x) - MIN_PRI) ) 66: #define ext_tskpri(x) ( (PRI)((x) + MIN_PRI) )