HomeSort by: relevance | last modified time | path
    Searched defs:check_cancel (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
server.py 112 # A recursive lock is used to simplify the 'check_cancel'
130 # Note we do not call check_cancel here. This is a bit of
155 def check_cancel(self, req): member in class:CancellationHandler
196 # the 'check_cancel' method. This way we don't have to
213 self.check_cancel(req)
257 self.canceller.check_cancel(req)

Completed in 22 milliseconds