FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void exit_cmnd
(
int *
code
)
Definition at line
84
of file
test_server_priorities.c
.
Referenced by
main()
.
86
{
87
/*
88
#ifdef WIN32
89
DWORD id;
90
id = GetCurrentThreadId();
91
#else
92
pthread_t id;
93
id = pthread_self();
94
#endif
95
*/
96
printf(
"Exit_cmnd %d\n"
, *code);
97
exit(*code);
98
/*
99
sleep(5);
100
printf("after_sleep, thread id = %d\n", id);
101
dim_set_priority(3, 60);
102
dtq_start_timer(5, timr_rout, 0);
103
*/
104
}
Here is the caller graph for this function:
dim
src
examples
test_server_priorities.c
Generated on Sun Sep 18 2016 20:50:31 for FACT++ by
1.8.11