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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.h 69 long thread_ident; member in struct:__anon4706
connection.c 186 self->thread_ident = PyThread_get_thread_ident();
1092 if (PyThread_get_thread_ident() != self->thread_ident) {
1096 self->thread_ident, PyThread_get_thread_ident());
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.h 69 long thread_ident; member in struct:__anon32732
connection.c 189 self->thread_ident = PyThread_get_thread_ident();
1107 if (PyThread_get_thread_ident() != self->thread_ident) {
1111 self->thread_ident, PyThread_get_thread_ident());
    [all...]
  /external/python/cpython3/Modules/_sqlite/
connection.h 64 long thread_ident; member in struct:__anon33354
connection.c 172 self->thread_ident = PyThread_get_thread_ident();
1126 if (PyThread_get_thread_ident() != self->thread_ident) {
1130 self->thread_ident, PyThread_get_thread_ident());
    [all...]

Completed in 129 milliseconds