Searched refs:terminationCallback (Results 1 – 3 of 3) sorted by relevance
25 void terminationCallback(bool error, std::string errorMsg) { in terminationCallback() function35 std::function<void(bool, std::string)> cb = terminationCallback; in main()
106 void (*terminationCallback)(void* cookie, const unsigned char* termination_message,
99 auto terminationCallback = (PrebuiltComputepipeRunner_ErrorCode(*)( in handleConfigPhase() local102 errorCode = terminationCallback(LocalPrebuiltGraph::GraphTerminationCallbackFunction); in handleConfigPhase()