Searched refs:pid (Results 1 - 5 of 5) sorted by relevance
/Couchbase_C_Client_v3.0/tests/mocksupport/ |
H A D | procutil.c | 66 proc->pid = vfork(); in spawn_process_impl() 67 if (proc->pid < 0) { in spawn_process_impl() 74 if (proc->pid == 0) { in spawn_process_impl() 104 if (-1 == kill(process->pid, signum)) { in kill_process() 106 kill(process->pid, SIGKILL); in kill_process() 132 pid_t pidrv = waitpid(process->pid, &ec, flags); in wait_process() 148 "Waitpid returned pid with neither EXITED or " in wait_process() 156 fprintf(stderr, "Process has already terminated. waitpid(%d) == ESRCH\n", process->pid); in wait_process()
|
H A D | procutil.h | 53 pid_t pid; member
|
/Couchbase_C_Client_v3.0/contrib/cbsasl/src/scram-sha/ |
H A D | scram_utils.cc | 54 int pid; in seed_rand() 56 pid_t pid; in seed_rand() 62 pid = _getpid(); in seed_rand() 64 pid = getpid(); in seed_rand() 66 RAND_add(&pid, sizeof(pid), 0.0); in seed_rand()
|
/Couchbase_C_Client_v3.0/tests/ |
H A D | check-all.cc | 493 std::string cmd = "coredumpctl info " + std::to_string(cur->proc_.pid) + " 2>&1"; 507 cmd = "gdb " + cur->executable + " /tmp/*." + std::to_string(cur->proc_.pid) +
|
/Couchbase_C_Client_v3.0/contrib/gtest-1.8.1/src/ |
H A D | gtest-port.cc | 154 pid_t pid = getpid(); in GetThreadCount() local 155 int status = getprocs64(&entry, sizeof(entry), NULL, 0, &pid, 1); in GetThreadCount()
|
Completed in 20 milliseconds