HomeSort by relevance Sort by last modified time
    Searched refs:currentHandle (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 210 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get());
211 if (currentHandle) {
213 ::RemoveVectoredExceptionHandler(currentHandle);
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 80 private int currentHandle;
464 return currentHandle++;
566 currentHandle = baseWireHandle;
    [all...]

Completed in 78 milliseconds