Home
last modified time | relevance | path

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

/build/make/tools/makeparallel/
Dmakeparallel.cpp195 struct sigaction oldaction = {}; in ReadByteTimeout() local
196 int ret = sigaction(SIGALRM, &action, &oldaction); in ReadByteTimeout()
221 ret = sigaction(SIGALRM, &oldaction, NULL); in ReadByteTimeout()