Lines Matching refs:ptib
17742 PTIB ptib; in os2MutexAlloc() local
17746 DosGetInfoBlocks( &ptib, &ppib ); in os2MutexAlloc()
17805 PTIB ptib; in os2MutexHeld() local
17809 DosGetInfoBlocks(&ptib, NULL); in os2MutexHeld()
17810 return tid==ptib->tib_ptib2->tib2_ultid; in os2MutexHeld()
17816 PTIB ptib; in os2MutexNotheld() local
17820 DosGetInfoBlocks(&ptib, NULL); in os2MutexNotheld()
17821 return tid!=ptib->tib_ptib2->tib2_ultid; in os2MutexNotheld()
24613 PTIB ptib;
24632 DosGetInfoBlocks(&ptib, &ppib);
24634 ptib->tib_ptib2->tib2_ultid);