FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static void Child::callback
(
void *
tag
,
void *
buffer
,
int *
)
inline
static
Definition at line
16
of file
dim_fork2.cxx
.
References
calls
, and
run
.
Referenced by
Child()
.
16
{
17
Child
* c = *(
Child
**)tag;
18
c->
run
= *(
int
*)
buffer
;
19
c->
calls
++;
20
}
Child::run
int run
Definition:
dim_fork2.cxx:9
Child::calls
int calls
Definition:
dim_fork2.cxx:9
buffer
int buffer[BUFFSIZE]
Definition:
db_dim_client.c:14
Child
Definition:
dim_fork2.cxx:8
Here is the caller graph for this function:
Child
Generated on Sun Sep 18 2016 20:50:43 for FACT++ by
1.8.11