Home
last modified time | relevance | path

Searched refs:pid (Results 1101 - 1125 of 1846) sorted by relevance

1...<<41424344454647484950>>...74

/third_party/node/deps/openssl/openssl/apps/lib/
H A Dvms_term_sock.c52 unsigned int iosb$l_pid; /* 32-bit pid */
555 static unsigned int pid = 0; in LogMessage()
562 ** Get the process pid in LogMessage()
564 if (pid == 0) in LogMessage()
565 pid = getpid (); in LogMessage()
579 LocTime->tm_sec, pid, msg); in LogMessage()
549 static unsigned int pid = 0; LogMessage() local
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dcrash_handler_posix.cpp391 pid_t pid = fork();
392 if (pid < 0)
396 else if (pid > 0)
399 waitpid(pid, &status, 0);
/third_party/openssl/apps/lib/
H A Dvms_term_sock.c52 unsigned int iosb$l_pid; /* 32-bit pid */
555 static unsigned int pid = 0; in LogMessage()
562 ** Get the process pid in LogMessage()
564 if (pid == 0) in LogMessage()
565 pid = getpid (); in LogMessage()
579 LocTime->tm_sec, pid, msg); in LogMessage()
549 static unsigned int pid = 0; LogMessage() local
/third_party/toybox/toys/pending/
H A Dipcs.c102 "semnum", "value", "ncount", "zcount", "pid"); in show_sem_id()
106 int val, nc, zc, pid; in show_sem_id() local
110 pid = semctl(TT.id, i, GETPID, n); in show_sem_id()
111 if (val < 0 || nc < 0 || zc < 0 || pid < 0) in show_sem_id()
113 printf("%-10d %-10d %-10d %-10d %-10d\n", i, val, nc, zc, pid); in show_sem_id()
/third_party/node/test/fixtures/
H A Dparent-process-nonpersistent.js11 console.log(child.pid);
/third_party/skia/third_party/externals/tint/src/ast/
H A Dbool_literal_expression.h30 /// @param pid the identifier of the program that owns this node
33 BoolLiteralExpression(ProgramID pid, const Source& src, bool value);
H A Dbreak_statement.h27 /// @param pid the identifier of the program that owns this node
29 BreakStatement(ProgramID pid, const Source& src);
H A Dcontinue_statement.h27 /// @param pid the identifier of the program that owns this node
29 ContinueStatement(ProgramID pid, const Source& src);
H A Ddiscard_statement.h27 /// @param pid the identifier of the program that owns this node
29 DiscardStatement(ProgramID pid, const Source& src);
H A Dfallthrough_statement.h27 /// @param pid the identifier of the program that owns this node
29 FallthroughStatement(ProgramID pid, const Source& src);
H A Dfloat_literal_expression.h30 /// @param pid the identifier of the program that owns this node
33 FloatLiteralExpression(ProgramID pid, const Source& src, float value);
H A Dliteral_expression.h32 /// @param pid the identifier of the program that owns this node
34 LiteralExpression(ProgramID pid, const Source& src);
H A Dphony_expression.h28 /// @param pid the identifier of the program that owns this node
30 PhonyExpression(ProgramID pid, const Source& src);
H A Dtype_decl.h29 /// @param pid the identifier of the program that owns this node
32 TypeDecl(ProgramID pid, const Source& src, Symbol name);
H A Dalias.h29 /// @param pid the identifier of the program that owns this node
33 Alias(ProgramID pid,
H A Datomic.h29 /// @param pid the identifier of the program that owns this node
32 Atomic(ProgramID pid, const Source& src, const Type* const subtype);
H A Dbinding_decoration.h29 /// @param pid the identifier of the program that owns this node
32 BindingDecoration(ProgramID pid, const Source& src, uint32_t value);
H A Dbool.h35 /// @param pid the identifier of the program that owns this node
37 Bool(ProgramID pid, const Source& src);
H A Dbuiltin_decoration.h30 /// @param pid the identifier of the program that owns this node
33 BuiltinDecoration(ProgramID pid, const Source& src, Builtin builtin);
H A Dcall_statement.h28 /// @param pid the identifier of the program that owns this node
31 CallStatement(ProgramID pid, const Source& src, const CallExpression* call);
H A Ddepth_multisampled_texture.h30 /// @param pid the identifier of the program that owns this node
33 DepthMultisampledTexture(ProgramID pid,
/third_party/libunwind/libunwind/src/ptrace/
H A D_UPT_internal.h53 pid_t pid; /* the process-id of the child we're unwinding */ member
/third_party/node/test/parallel/
H A Dtest-child-process-exec-error.js33 assert.strictEqual(typeof child.pid, expectPidType);
36 // With `shell: true`, expect pid (of the shell)
43 // With `shell: false`, expect no pid
/third_party/node/test/pseudo-tty/
H A Dtest-trace-sigint.js28 process.kill(process.pid, 'SIGINT');
/third_party/node/test/fixtures/workload/
H A Dallocation-sigint.js13 process.kill(process.pid, "SIGINT");

Completed in 12 milliseconds

1...<<41424344454647484950>>...74