HomeSort by relevance Sort by last modified time
    Searched refs:tib (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_systhread.c 90 PTIB tib; local
91 DosGetInfoBlocks(&tib, NULL);
92 return((Uint32) (tib->tib_ptib2->tib2_ultid));
  /external/qemu/distrib/sdl-1.2.15/src/timer/os2/
SDL_systimer.c 104 PTIB tib; local
118 if (DosGetInfoBlocks(&tib, &pib)!=NO_ERROR)
130 priority = (tib->tib_ptib2->tib2_ulpri);
133 /* Make us time-critical. Just modifying TIB is not enough... */
134 /* tib->tib_ptib2->tib2_ulpri = 0x0300;*/
149 if (switch_priority && tib->tib_ptib2->tib2_ulpri == 0x0300)
152 /* tib->tib_ptib2->tib2_ulpri = priority; */ /* Get back... */
  /external/chromium_org/chrome/app/
breakpad_win.cc 853 NT_TIB* tib = reinterpret_cast<NT_TIB*>(NtCurrentTeb());
855 if (address_on_stack < tib->StackLimit ||
856 address_on_stack > tib->StackBase) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 2768 PTIB tib; local
2920 PTIB tib; local
    [all...]

Completed in 139 milliseconds