Searched refs:IS_LWP (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c164 #define IS_LWP(ptid) (GET_LWP (ptid) != 0) macro
256 gdb_assert (IS_LWP (ptid));
936 if (!IS_LWP (inferior_ptid))
1238 else if (IS_LWP (ptid))

Completed in 103 milliseconds