OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alloc_tcb
(Results
1 - 2
of
2
) sorted by null
/external/strace/
defs.h
517
extern struct tcb *
alloc_tcb
(int, int);
522
#define alloctcb(pid)
alloc_tcb
((pid), 1)
strace.c
888
tcp =
alloc_tcb
(pid, 0);
1104
alloc_tcb
(int pid, int command_options_parsed)
function
1135
fprintf(stderr, "%s: bug in
alloc_tcb
\n", progname);
[
all
...]
Completed in 4129 milliseconds