Home
last modified time | relevance | path

Searched defs:ISMINE (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/_multiprocessing/
H A Dsemaphore.c42 #define ISMINE(o) (o->count > 0 && PyThread_get_thread_ident() == o->last_tid) macro

Completed in 2 milliseconds