Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDsol-thread.c465 inferior_ptid = procfs_first_available (); in sol_thread_resume()
499 inferior_ptid = procfs_first_available (); in sol_thread_wait()
738 inferior_ptid = procfs_first_available (); /* Find any live lwp. */ in sol_thread_xfer_memory()
769 inferior_ptid = procfs_first_available (); /* Find any live lwp. */ in sol_thread_xfer_partial()
1046 inferior_ptid = procfs_first_available (); /* Find any live lwp. */ in rw_common()
HDinferior.h255 extern ptid_t procfs_first_available (void);
HDprocfs.c5812 procfs_first_available (void) in procfs_first_available() function