Home
last modified time | relevance | path

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

/external/ltrace/sysdeps/linux-gnu/
Dtrace.c186 get_task_info(struct pid_set *pids, pid_t pid) in get_task_info() argument
190 for (i = 0; i < pids->count; ++i) in get_task_info()
191 if (pids->tasks[i].pid == pid) in get_task_info()
192 return &pids->tasks[i]; in get_task_info()
198 add_task_info(struct pid_set *pids, pid_t pid) in add_task_info() argument
200 if (pids->count == pids->alloc) { in add_task_info()
201 size_t ns = (2 * pids->alloc) ?: 4; in add_task_info()
202 struct pid_task *n = realloc(pids->tasks, in add_task_info()
203 sizeof(*pids->tasks) * ns); in add_task_info()
206 pids->tasks = n; in add_task_info()
[all …]
Dtrace.h102 struct pid_set pids; member
/external/valgrind/callgrind/
Dcallgrind_control.in29 @pids = ();
41 push(@pids, $pid);
313 foreach $p (@pids) {
331 if (scalar @pids == 0) {
337 if (scalar @spids >0) { @pids = @spids; }
353 foreach $pid (@pids) {
/external/toybox/toys/pending/
Dtcpsvd.c70 struct list_pid *pids = NULL; variable
122 static char *delete(struct list_pid **pids, int pid) in delete() argument
124 struct list_pid *prev, *free_node, *head = *pids; in delete()
133 if (!prev) *pids = head->next; in delete()
175 char *ip = delete(&pids, pid_n); in handle_exit()
397 insert(&pids, pid, addr); in tcpsvd_main()
/external/llvm/utils/Misc/
Dzkill224 pids = set()
227 pids.add(int(arg))
234 if pids:
236 if p.pid in pids]
/external/selinux/policycoreutils/sandbox/
Dseunshare.c559 int pids, max_pids; in killall() local
571 pids = 0; in killall()
580 if (pids == max_pids) { in killall()
581 pid_t *new_pid_table = realloc(pid_table, 2*pids*sizeof(pid_t)); in killall()
590 pid_table[pids++] = pid; in killall()
595 for (i = 0; i < pids; i++) { in killall()
/external/linux-tools-perf/src/tools/perf/bench/
Dnuma.c1398 pid_t *pids, pid, wpid; in __bench_numa() local
1410 pids = zalloc(g->p.nr_proc * sizeof(*pids)); in __bench_numa()
1434 pids[i] = pid; in __bench_numa()
1475 wpid = waitpid(pids[i], &wait_stat, 0); in __bench_numa()
1541 free(pids); in __bench_numa()
/external/tinyalsa/
Dmixer.c129 elist.pids = eid; in mixer_open()
/external/kernel-headers/original/uapi/sound/
Dasound.h845 struct snd_ctl_elem_id __user *pids; /* R: IDs */ member
/external/clang/test/SemaObjC/
Darc.m599 id<PTest31> pids;
603 …int j = (pids->isa ? 1 : 0); // expected-error {{member reference base type 'id<PTest31>' is not a…
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c6171 PRE_MEM_READ( "ioctl(SNDRV_CTL_IOCTL_ELEM_LIST)", (Addr)&data->pids, sizeof(data->pids) ); in PRE()
6172 if (data->pids) { in PRE()
6173 …PRE_MEM_WRITE( "ioctl(SNDRV_CTL_IOCTL_ELEM_LIST)", (Addr)data->pids, sizeof(struct vki_snd_ctl_ele… in PRE()
8866 if (data->pids) { in POST()
8867 POST_MEM_WRITE( (Addr)data->pids, sizeof(struct vki_snd_ctl_elem_id) * data->used ); in POST()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
Dssvnc.tcl2990 proc win_kill_msg {pids} { argument
3014 append msg " $pids\n"
4000 set pids($p) $line
4006 foreach pid [array names pids] {
6188 set pids [pid $ph]
6208 foreach pid $pids {
6220 set pids ""
6228 set pids [pid $ph2]
6236 …set pids [exec $ossl s_client -prexit -connect $host:$port -cipher ALL:RC4+RSA:+SSLv2:@STRENGTH < …
6238 set pids [exec $ossl s_client -prexit -connect $host:$port < $tin >& $tou &]
[all …]
/external/libvncserver/x11vnc/
DChangeLog138 buttons. Change find_display script to check for stale pids
259 requestor. Wait on some ssl helper pids earlier. Workaround
/external/valgrind/include/vki/
Dvki-linux.h2386 struct vki_snd_ctl_elem_id __user *pids; /* R: IDs */ member
/external/libvncserver/
DChangeLog2445 pids earlier. Workaround XAUTHLOCALHOSTNAME for some new usage