Go to the source code of this file.
Data Structures | |
struct | daemon_slpars |
Structure that keeps the parameters needed by the daemon_serviceloop() function. More... | |
Functions | |
void | daemon_serviceloop (void *ptr) |
Main serving funtion This function is the one which does the job. It is the main() of the child thread, which is created as soon as a new connection is accepted. | |
void | pthread_suspend (int msec) |
Suspends a pthread for msec milliseconds. |
|
|
Suspends a pthread for msec milliseconds. This function is provided since pthreads do not have a suspend() call. Definition at line 1597 of file daemon.c. Referenced by daemon_serviceloop(), main_active(), and main_startup(). |
documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.