Home
last modified time | relevance | path

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

/bionic/tests/
Dleak_test.cpp38 static void WaitUntilAllExited(pid_t* pids, size_t pid_count) { in WaitUntilAllExited() argument
44 if (pids[i] != 0) { in WaitUntilAllExited()
45 if (kill(pids[i], 0) == 0) { in WaitUntilAllExited()
49 pids[i] = 0; // Skip in next loop. in WaitUntilAllExited()
/bionic/docs/
D32-bit-abi.md93 ## `pthread_mutex_t` is too small for large pids
/bionic/libc/kernel/uapi/sound/
Dasound.h718 struct snd_ctl_elem_id __user * pids; member