/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | vms_term_sock.c | 52 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 D | crash_handler_posix.cpp | 391 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 D | vms_term_sock.c | 52 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 D | ipcs.c | 102 "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/mesa3d/src/android_stub/ |
H A D | backtrace_stub.cpp | 4 Backtrace::Create(pid_t pid, pid_t tid, BacktraceMap* map) in Create() argument
|
/third_party/node/test/fixtures/workload/ |
H A D | fibonacci-sigint.js | 7 process.kill(process.pid, "SIGINT");
|
H A D | allocation-sigint.js | 13 process.kill(process.pid, "SIGINT");
|
/third_party/node/test/fixtures/ |
H A D | parent-process-nonpersistent.js | 11 console.log(child.pid);
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | bool_literal_expression.h | 30 /// @param pid the identifier of the program that owns this node 33 BoolLiteralExpression(ProgramID pid, const Source& src, bool value);
|
H A D | break_statement.h | 27 /// @param pid the identifier of the program that owns this node 29 BreakStatement(ProgramID pid, const Source& src);
|
H A D | continue_statement.h | 27 /// @param pid the identifier of the program that owns this node 29 ContinueStatement(ProgramID pid, const Source& src);
|
H A D | discard_statement.h | 27 /// @param pid the identifier of the program that owns this node 29 DiscardStatement(ProgramID pid, const Source& src);
|
H A D | fallthrough_statement.h | 27 /// @param pid the identifier of the program that owns this node 29 FallthroughStatement(ProgramID pid, const Source& src);
|
H A D | float_literal_expression.h | 30 /// @param pid the identifier of the program that owns this node 33 FloatLiteralExpression(ProgramID pid, const Source& src, float value);
|
H A D | literal_expression.h | 32 /// @param pid the identifier of the program that owns this node 34 LiteralExpression(ProgramID pid, const Source& src);
|
H A D | phony_expression.h | 28 /// @param pid the identifier of the program that owns this node 30 PhonyExpression(ProgramID pid, const Source& src);
|
H A D | type_decl.h | 29 /// @param pid the identifier of the program that owns this node 32 TypeDecl(ProgramID pid, const Source& src, Symbol name);
|
H A D | alias.h | 29 /// @param pid the identifier of the program that owns this node 33 Alias(ProgramID pid,
|
H A D | atomic.h | 29 /// @param pid the identifier of the program that owns this node 32 Atomic(ProgramID pid, const Source& src, const Type* const subtype);
|
H A D | binding_decoration.h | 29 /// @param pid the identifier of the program that owns this node 32 BindingDecoration(ProgramID pid, const Source& src, uint32_t value);
|
H A D | bool.h | 35 /// @param pid the identifier of the program that owns this node 37 Bool(ProgramID pid, const Source& src);
|
H A D | builtin_decoration.h | 30 /// @param pid the identifier of the program that owns this node 33 BuiltinDecoration(ProgramID pid, const Source& src, Builtin builtin);
|
/third_party/libunwind/libunwind/src/ptrace/ |
H A D | _UPT_internal.h | 53 pid_t pid; /* the process-id of the child we're unwinding */ member
|
/third_party/node/test/parallel/ |
H A D | test-child-process-exec-error.js | 33 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 D | test-trace-sigint.js | 28 process.kill(process.pid, 'SIGINT');
|