Home
last modified time | relevance | path

Searched refs:parent_thread (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dmem-break.h277 const struct thread_info *parent_thread);
H A Dmem-break.cc2219 const struct thread_info *parent_thread) in clone_all_breakpoints() argument
2226 struct process_info *parent_proc = get_thread_process (parent_thread); in clone_all_breakpoints()
H A DChangeLog8086 Add new parameters child_thread and parent_thread. Callers
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dmem-break.h277 const struct thread_info *parent_thread);
H A Dmem-break.cc2219 const struct thread_info *parent_thread) in clone_all_breakpoints() argument
2226 struct process_info *parent_proc = get_thread_process (parent_thread); in clone_all_breakpoints()
H A DChangeLog8086 Add new parameters child_thread and parent_thread. Callers
/netbsd/sys/fs/hfs/
H A Dlibhfs.c382 hfs_thread_record_t parent_thread; in hfslib_path_to_cnid() local
420 &parent_thread, cbargs); in hfslib_path_to_cnid()
424 path_offset = 512 - parent_thread.name.length*2; in hfslib_path_to_cnid()
426 memcpy(path + path_offset, parent_thread.name.unicode, in hfslib_path_to_cnid()
427 parent_thread.name.length*2); in hfslib_path_to_cnid()
438 total_path_length += parent_thread.name.length + 1; in hfslib_path_to_cnid()