Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.h64 int check_same_thread; member
Dmodule.c58 int check_same_thread = 1; in module_connect() local
65 …&database, &timeout, &detect_types, &isolation_level, &check_same_thread, &factory, &cached_statem… in module_connect()
Dconnection.c68 int check_same_thread = 1; in pysqlite_connection_init() local
78 …&database, &timeout, &detect_types, &isolation_level, &check_same_thread, &factory, &cached_statem… in pysqlite_connection_init()
188 self->check_same_thread = check_same_thread; in pysqlite_connection_init()
1091 if (self->check_same_thread) { in pysqlite_check_thread()