Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_os2.h57 PTIB tib; in PyThread_get_thread_ident() local
66 DosGetInfoBlocks(&tib, &pib); in PyThread_get_thread_ident()
67 return tib->tib_ptib2->tib2_ultid; in PyThread_get_thread_ident()