Searched refs:lwp_free (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/kern/ |
H A D | kern_lwp.c | 618 lwp_free(l2, false, false);/* releases proc mutex */ in lwp_wait() 706 lwp_free(l2, false, false); in lwp_wait() 814 lwp_free(l2, true, false); in lwp_create() 1187 lwp_free(l2, false, false); in lwp_exit() 1251 lwp_free(struct lwp *l, bool recycle, bool last) in lwp_free() function
|
H A D | sys_lwp.c | 447 lwp_free(t, false, false); in sys__lwp_detach()
|
H A D | kern_exit.c | 1245 lwp_free(l, false, true); in proc_free()
|
/netbsd-src/sys/sys/ |
H A D | lwp.h | 373 void lwp_free(lwp_t *, bool, bool);
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2011 | 410 (lwp_free): New. 414 (delete_lwp): Call lwp_free instead of xfree.
|
H A D | ChangeLog-2018 | 11143 (linux_nat_target::follow_fork, lwp_free, add_lwp, detach_one_lwp)
|
H A D | ChangeLog-2017 | 5607 (lwp_free): Invoke linux_nat_delete_thread if set.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2011 | 410 (lwp_free): New. 414 (delete_lwp): Call lwp_free instead of xfree.
|
H A D | ChangeLog-2018 | 11143 (linux_nat_target::follow_fork, lwp_free, add_lwp, detach_one_lwp)
|
H A D | ChangeLog-2017 | 5607 (lwp_free): Invoke linux_nat_delete_thread if set.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 168052 Replace the lwp_free function with a destructor. Make lwp_info
|