OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handle_new_child
(Results
1 - 4
of
4
) sorted by null
/external/strace/
ChangeLog
536
* defs.h [LINUX] (
handle_new_child
): New function prototype.
537
* process.c [LINUX] (
handle_new_child
): New function based on the
540
[LINUX] (internal_fork): Use
handle_new_child
(). Do nothing if
[
all
...]
defs.h
579
extern int
handle_new_child
(struct tcb *, int, int);
process.c
811
handle_new_child
(struct tcb *tcp, int pid, int bpt)
function
963
return
handle_new_child
(tcp, pid, bpt);
[
all
...]
strace.c
[
all
...]
Completed in 58 milliseconds