Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem.cpp44 ScopedSignalBlocker sigchld_blocker(SIGCHLD); in system() local
56 if ((errno = posix_spawnattr_setsigmask64(&attributes, &sigchld_blocker.old_set_))) return -1; in system()