Home
last modified time | relevance | path

Searched defs:executing (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DSerializeReentrantCallsDirectExecutor.java39 private boolean executing; field in SerializeReentrantCallsDirectExecutor
/external/python/cpython3/Modules/_sre/
Dsre.h120 int executing; member
/external/python/cpython3/Lib/idlelib/
Dpyshell.py1022 executing = False variable in PyShell
/external/jsoup/src/main/java/org/jsoup/helper/
DHttpConnection.java605 private volatile boolean executing = false; field in HttpConnection.Request