Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/unix/
Daot_crash_info.cpp51 struct sigaction newAction; in SignalReg() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dsighook.cpp129 void RegisterUserAction(const struct sigaction *newAction) in RegisterUserAction()
341 static int RegisterUserHandler(int signal, const struct sigaction *newAction, struct sigaction *old… in RegisterUserHandler()