Searched defs:is_current (Results 1 – 8 of 8) sorted by relevance
61 bool is_current; /* True if the context is current in some thread. */ member
87 bool Process::is_current() const { in is_current() function in base::Process
196 bool Process::is_current() const { in is_current() function in base::Process
148 bool Process::is_current() const { in is_current() function in base::Process
309 bool Process::is_current() const { in is_current() function in base::Process
77 def is_current(self, paths=None): member in Require
297 bool Process::is_current() const { in is_current() function in base::Process
868 write_thread_id(int fd, PyThreadState *tstate, int is_current) in write_thread_id()