Searched refs:pibuf (Results 1 – 1 of 1) sorted by relevance
32 int pibuf[sizeof *pip + 2 * sizeof (pip->threadinfos[0])], *pi = pibuf; in __getpriority() local33 size_t pisize = sizeof pibuf / sizeof pibuf[0]; in __getpriority()51 if (pi != oldpi && oldpi != pibuf) in __getpriority()71 if (pi != pibuf) in __getpriority()
Completed in 4 milliseconds