Home
last modified time | relevance | path

Searched refs:in_nogil_context (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DBuffer.py417 pos, code, negative_indices, in_nogil_context): argument
461 if in_nogil_context:
DCode.py1988 def put_error_if_unbound(self, pos, entry, in_nogil_context=False): argument
1994 elif entry.type.is_memoryviewslice and in_nogil_context:
DExprNodes.py583 have_gil=self.in_nogil_context)
616 self.result(), have_gil=not self.in_nogil_context)
1926 code.put_error_if_unbound(self.pos, entry, self.in_nogil_context)
2042 have_gil=not self.in_nogil_context,
3711 in_nogil_context=self.in_nogil_context)
3716 have_gil = not self.in_nogil_context
10644 if self.in_nogil_context:
10660 if self.in_nogil_context:
10955 not self.in_nogil_context)
DParseTreeTransforms.py2497 node.in_nogil_context = self.nogil
DNodes.py5111 have_gil=self.in_nogil_context)