Home
last modified time | relevance | path

Searched refs:reentrant (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Modules/
H A D_tracemalloc.c179 set_reentrant(int reentrant) in set_reentrant() argument
181 assert(reentrant == 0 || reentrant == 1); in set_reentrant()
184 if (reentrant) { in set_reentrant()
206 set_reentrant(int reentrant) in set_reentrant() argument
208 assert(reentrant != tracemalloc_reentrant); in set_reentrant()
209 tracemalloc_reentrant = reentrant; in set_reentrant()
333 /* Don't make a Unicode string ready to avoid reentrant calls in tracemalloc_get_frame()
698 /* Ignore reentrant call. PyObjet_Malloc() calls PyMem_Malloc() for in tracemalloc_alloc_gil()
745 /* Ignore reentrant cal in tracemalloc_realloc_gil()
[all...]
H A Dfaulthandler.c233 static volatile int reentrant = 0; in faulthandler_dump_traceback() local
236 if (reentrant) in faulthandler_dump_traceback()
239 reentrant = 1; in faulthandler_dump_traceback()
259 reentrant = 0; in faulthandler_dump_traceback()
/third_party/littlefs/scripts/
H A Dtest.py63 self.reentrant = config.pop('reentrant',
200 reentrant = config.pop('reentrant', False)
212 'suite_reentrant': reentrant,
221 self.reentrant = any(case.reentrant for case in self.cases)
427 'TEST_REENTRANT' if suite.reentrant else None]))
447 'TEST_REENTRANT' if case.reentrant else None]))
/third_party/python/Python/
H A Dpylifecycle.c2732 static int reentrant = 0; in fatal_error() local
2734 if (reentrant) { in fatal_error()
2739 reentrant = 1; in fatal_error()
2830 static int reentrant = 0; in _Py_FatalErrorFormat() local
2831 if (reentrant) { in _Py_FatalErrorFormat()
2835 reentrant = 1; in _Py_FatalErrorFormat()
H A Dceval.c6954 static int reentrant = 0; local
6955 if (reentrant) {
6958 reentrant = 0;
6961 reentrant = 1;
6967 reentrant = 0;
6985 reentrant = 0;
7006 static int reentrant = 0; local
7008 if (reentrant) {
7011 reentrant = 0;
7014 reentrant
[all...]

Completed in 19 milliseconds