Home
last modified time | relevance | path

Searched defs:_save (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/profiler/parser/
Dstep_trace_parser.py352 def _save(self): member in BaseStepTraceParser
/third_party/python/Modules/_multiprocessing/
Dsemaphore.c234 sem_timedwait_save(sem_t *sem, struct timespec *deadline, PyThreadState *_save) in sem_timedwait_save()
/third_party/python/Modules/_ctypes/
Dcallproc.c807 PyThreadState *_save = NULL; /* For Py_BLOCK_THREADS and Py_UNBLOCK_THREADS */ in _call_function_pointer() local