HomeSort by: relevance | last modified time | path
    Searched refs:thunk_sigaction (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/usermode/include/
thunk.h 135 int thunk_sigaction(int, const struct sigaction *, struct sigaction *);
  /src/sys/arch/usermode/usermode/
trap.c 411 if (thunk_sigaction(sig, &sa, NULL) == -1)
thunk.c 580 thunk_sigaction(int sig, const struct sigaction *act, struct sigaction *oact) function in typeref:typename:int

Completed in 14 milliseconds