Home
last modified time | relevance | path

Searched defs:ProcessError (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeProcess.hpp35 class ProcessError : public std::runtime_error class
38 ProcessError (const std::string& message) : std::runtime_error(message) {} in ProcessError() function in de::ProcessError
/third_party/python/Lib/multiprocessing/
Dcontext.py14 class ProcessError(Exception): class
32 ProcessError = ProcessError variable in BaseContext