Go to the source code of this file.
| Functions | |
| void | pos_setquitflag () | 
| void | pos_resetquitflag () | 
| bool | pos_quitting () | 
| void | posthread_create (pthread_t *tr, void *(*start)(void *), void *arg) | 
| create thread | |
| void | posthreads_finish () | 
| Variables | |
| pthread_cond_t | c_pos_shutdown | 
This source file contains functions for the Posadis threading system, based on pthreads.
Definition in file posthreads.h.
| 
 | 
| Can be called by threads to check whether they should close down. | 
| 
 | 
| Resets the quit flag | 
| 
 | 
| Notifies running threads that they should close down. | 
| 
 | ||||||||||||||||
| create thread Creates a new thread using the Poslib threading mechnism. 
 
 | 
| 
 | 
| Closes down the threading mechanism. | 
| 
 | 
| Broadcast when Posadis shuts down. Definition at line 58 of file posthreads.h. | 
 1.3.7
 1.3.7