Lines Matching defs:grab
216 "%s: cannot grab LWP %u in process %d,"
261 proc_set_t *grab = NULL;
329 case 'p': /* grab processes */
446 grab = my_malloc(argc * sizeof (proc_set_t),
449 pids(*argv++, grab);
607 } else { /* grab the specified processes */
611 while (i < ngrab) { /* grab first process */
612 if (grabit(pri, &grab[i++])) {
622 while (i < ngrab) { /* grab the remainder */
623 proc_set_t *set = &grab[i++];
650 free(grab);
956 * We have to free and re-grab the LWP.
1255 * we have to free and re-grab the LWP
2232 pids(char *arg, proc_set_t *grab)
2245 if (grab[i].pid == pid) /* duplicate */
2249 grab[ngrab].pid = pid;
2250 grab[ngrab].lwps = lwps;
2429 * The child must grab it again.