Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dconnection.h64 long thread_ident; member
Dconnection.c172 self->thread_ident = PyThread_get_thread_ident(); in pysqlite_connection_init()
1126 if (PyThread_get_thread_ident() != self->thread_ident) { in pysqlite_check_thread()
1130 self->thread_ident, PyThread_get_thread_ident()); in pysqlite_check_thread()
/external/python/cpython2/Modules/_sqlite/
Dconnection.h69 long thread_ident; member
Dconnection.c189 self->thread_ident = PyThread_get_thread_ident(); in pysqlite_connection_init()
1107 if (PyThread_get_thread_ident() != self->thread_ident) { in pysqlite_check_thread()
1111 self->thread_ident, PyThread_get_thread_ident()); in pysqlite_check_thread()