Home
last modified time | relevance | path

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

/external/libchrome/libchrome_tools/patches/
Dr680000-forward-compatibility-patch-part-2.patch51 sigset_t full_sigset;
52 sigfillset(&full_sigset);
/external/libchrome/base/process/
Dlaunch_posix.cc332 sigset_t full_sigset; in LaunchProcess() local
333 sigfillset(&full_sigset); in LaunchProcess()
334 const sigset_t orig_sigmask = SetSignalMask(full_sigset); in LaunchProcess()