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

  /external/python/cpython2/Modules/_multiprocessing/
semaphore.c 16 long last_tid; member in struct:__anon32729
22 #define ISMINE(o) (o->count > 0 && PyThread_get_thread_ident() == o->last_tid)
101 self->last_tid = GetCurrentThreadId();
143 self->last_tid = GetCurrentThreadId();
337 self->last_tid = PyThread_get_thread_ident();
419 self->last_tid = 0;
  /external/python/cpython3/Modules/_multiprocessing/
semaphore.c 17 long last_tid; member in struct:__anon33337
24 #define ISMINE(o) (o->count > 0 && PyThread_get_thread_ident() == o->last_tid)
104 self->last_tid = GetCurrentThreadId();
133 self->last_tid = GetCurrentThreadId();
332 self->last_tid = PyThread_get_thread_ident();
415 self->last_tid = 0;
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 322 int last_tid = -1; local
329 last_tid != tid) {
330 last_tid = tid;

Completed in 644 milliseconds