Lines Matching refs:cp
14 const cp = spawn(process.execPath, [aliveScript], { constant
18 cp.on('exit', common.mustCall((code, killSignal) => {
23 cp.on('error', common.mustCall((e) => {
34 const cp = spawn(process.execPath, [aliveScript], { constant
38 cp.on('exit', common.mustCall((code, killSignal) => {
43 cp.on('error', common.mustCall((e) => {
55 const cp = spawn(process.execPath, [aliveScript], { constant
59 cp.on('exit', common.mustCall((code, killSignal) => {
64 cp.on('error', common.mustCall((e) => {
76 const cp = spawn(process.execPath, [aliveScript], { constant
79 cp.on('exit', common.mustCall((code, killSignal) => {
84 cp.on('error', common.mustCall((e) => {
93 const cp = spawn(process.execPath, [aliveScript], { constant
96 cp.on('exit', common.mustCall((code, killSignal) => {
101 cp.on('error', common.mustCall((e) => {
110 const cp = spawn(process.execPath, [aliveScript], { constant
113 cp.on('exit', common.mustCall((code, killSignal) => {
118 cp.on('error', common.mustCall((e) => {
129 const cp = spawn(process.execPath, [aliveScript], { constant
133 cp.on('exit', common.mustCall((code, killSignal) => {
138 cp.on('error', common.mustCall((e) => {
150 const cp = spawn(process.execPath, [aliveScript], { constant
155 cp.on('exit', common.mustCall((code, killSignal) => {
160 cp.on('error', common.mustCall((e) => {
172 const cp = spawn(process.execPath, [aliveScript], { constant
176 cp.on('exit', common.mustCall(() => {
180 cp.on('error', common.mustNotCall());
182 setTimeout(() => cp.kill(), 1);