Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.h69 long thread_ident; member
Dconnection.c186 self->thread_ident = PyThread_get_thread_ident(); in pysqlite_connection_init()
1092 if (PyThread_get_thread_ident() != self->thread_ident) { in pysqlite_check_thread()
1096 self->thread_ident, PyThread_get_thread_ident()); in pysqlite_check_thread()