Home
last modified time | relevance | path

Searched refs:switch_priority (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2.c2654 async_mssleep(ULONG ms, int switch_priority) { in async_mssleep() argument
2676 if (ms >= switch_priority) in async_mssleep()
2677 switch_priority = 0; in async_mssleep()
2678 if (switch_priority) { in async_mssleep()
2680 switch_priority = 0; in async_mssleep()
2692 switch_priority = 0; in async_mssleep()
2698 switch_priority = 0; in async_mssleep()
2709 if (switch_priority && tib->tib_ptib2->tib2_ulpri == 0x0300) { in async_mssleep()
2715 if (switch_priority) in async_mssleep()
H A Dos2ish.h330 extern int async_mssleep(unsigned long ms, int switch_priority);