Searched refs:reentrant (Results 1 – 25 of 57) sorted by relevance
123
224 This context manager is :ref:`reentrant <reentrant-cms>`.263 This context manager is :ref:`reentrant <reentrant-cms>`.273 This context manager is :ref:`reentrant <reentrant-cms>`.723 .. _single-use-reusable-and-reentrant-cms:725 Single use, reusable and reentrant context managers772 More sophisticated context managers may be "reentrant". These context777 :class:`threading.RLock` is an example of a reentrant context manager, as are779 reentrant use::800 Note also that being reentrant is *not* the same thing as being thread safe.811 Distinct from both single use and reentrant context managers are "reusable"[all …]
427 A reentrant lock is a synchronization primitive that may be acquired multiple445 This class implements reentrant lock objects. A reentrant lock must be447 reentrant lock, the same thread may acquire it again without blocking; the
244 This method has a C implementation which is reentrant. That is, a
191 set_reentrant(int reentrant) in set_reentrant() argument193 assert(reentrant == 0 || reentrant == 1); in set_reentrant()196 if (reentrant) { in set_reentrant()218 set_reentrant(int reentrant) in set_reentrant() argument220 assert(reentrant != tracemalloc_reentrant); in set_reentrant()221 tracemalloc_reentrant = reentrant; in set_reentrant()
221 static volatile int reentrant = 0; in faulthandler_dump_traceback() local224 if (reentrant) in faulthandler_dump_traceback()227 reentrant = 1; in faulthandler_dump_traceback()247 reentrant = 0; in faulthandler_dump_traceback()
477 boolean reentrant = lock.isHeldByCurrentThread(); in enterWhen()489 satisfied = guard.isSatisfied() || awaitNanos(guard, timeoutNanos, reentrant); in enterWhen()496 if (threw && !reentrant) { in enterWhen()
77 // ::Wait is reentrant, for example when blocking on another thread while87 // Only allow reentrant waiting if we're in a blocking send.
11 %option reentrant
19 * xmlRMutex are reentrant mutual exception locks.
328 MessageFramer.Sink reentrant = new MessageFramer.Sink() {341 framer = new MessageFramer(reentrant, allocator, statsTraceCtx);
106 public void reentrant() { in reentrant() method in SerializingExecutorTest
22 %option reentrant
2108 static int reentrant = 0; in fatal_error() local2110 if (reentrant) { in fatal_error()2115 reentrant = 1; in fatal_error()
101 %option reentrant bison-bridge bison-locations
50 we want it to be reentrant so that it can be used by applications that process
170 %option bison-bridge bison-locations reentrant noyywrap
33 non-reentrant. (Thanks to Paul Gibbs for pointing out the bug.)
23 …available support in TF. Currently `function.Defun` is the best candidate, but it is not reentrant.
86 %option yylineno reentrant bison-bridge bison-locations
57 // The following methods of a C gRPC call object aren't reentrant, and thus170 // Serial queue to invoke the non-reentrant methods of the grpc_call object.
166 %option bison-bridge bison-locations reentrant noyywrap
2144 /* Initialization is the same as for the non-reentrant scanner.2170 /* zconflex_destroy is for both reentrant and non-reentrant scanners. */2185 /* Reset the globals. This is important in a non-reentrant scanner so the next time
124 A factory function that returns a new reentrant lock object. A reentrant lock126 reentrant lock, the same thread may acquire it again without blocking; the457 A reentrant lock is a synchronization primitive that may be acquired multiple
65 # The RENT option makes the program reentrant. This may not really have the same
33 %option reentrant