Home
last modified time | relevance | path

Searched refs:LeaveLoop (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/connectivity/wificond/
H A Dmain.cpp56 std::signal(SIGINT, &ScopedSignalHandler::LeaveLoop); in ScopedSignalHandler()
57 std::signal(SIGTERM, &ScopedSignalHandler::LeaveLoop); in ScopedSignalHandler()
68 static void LeaveLoop(int signal) { in LeaveLoop() function in __anon66f154450110::ScopedSignalHandler