Searched refs:droptcb (Results 1 – 3 of 3) sorted by relevance
/external/strace/ |
D | strace.c | 813 droptcb(struct tcb *tcp) in droptcb() function 1016 droptcb(tcp); in detach() 1053 droptcb(tcp); in attach_tcb() 1145 droptcb(tcp); in startup_attach() 2104 droptcb(tcp); in maybe_switch_tcbs() 2514 droptcb(current_tcp); in dispatch_event() 2534 droptcb(current_tcp); in dispatch_event()
|
D | ChangeLog-CVS | 859 * strace.c [LINUX] (droptcb): Recurse on TCP->parent if it is a 1265 [LINUX] (detach): Call droptcb() instead of the wrongly parametrized 1267 (handle_group_exit): Call droptcb() instead of the wrongly parametrized 1893 (handle_group_exit): Use detach, not droptcb, for predeceased thread. 2442 Remove droptcb loop at end, no longer required since 2.6 reports each 3345 (droptcb): Increment our parent's zombie count. 3665 * strace.c (droptcb): Clear flags word before calling rebuild_pollv. 3718 (droptcb) [TCB_CLONE_THREAD]: Maintain new fields. 3724 (trace) [TCB_GROUP_EXITING]: Use that in place of detach or droptcb. 4117 * strace.c: close tcp->outf in droptcb() [all …]
|
D | ChangeLog | 1330 (droptcb): Call kvm_vcpu_info_free. 4050 * strace.c (droptcb): Replace mmap_cache_delete invocation 7370 * strace.c (droptcb): ... here. 9085 (printleader, droptcb, print_event_exit, next_event, dispatch_event): 10346 * strace.c (alloc_tcb, droptcb, detach, attach_tcb, test_ptrace_seize, 13190 (line_ended, droptcb, print_event_exit): Use it to flush tcp->outf. 23482 (droptcb): Deallocate fault_vec member. 27364 (droptcb): Call free_tcb_priv_data. 38373 * strace.c (alloctcb, droptcb, detach, startup_attach, 43466 unwind_tcb_fin is moved to the top of droptcb. [all …]
|