Home
last modified time | relevance | path

Searched refs:PROC_TID_TASK (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgnu-nat.h74 #define PROC_TID_TASK (-1) macro
76 #define proc_is_task(proc) ((proc)->tid == PROC_TID_TASK)
77 #define proc_is_thread(proc) ((proc)->tid != PROC_TID_TASK)
Dgnu-nat.c769 inf->task = make_proc (inf, task_port, PROC_TID_TASK); in inf_set_pid()