Record TINTRTLEvent
Unit
Declaration
type TINTRTLEvent = record
Description
: Record used by TCrossEvent to work in Unix environments.
See also
Overview
Fields
condvar: pthread_cond_t; |
mutex: pthread_mutex_t; |
isset: boolean; |
IsDestroing:boolean; |
Description
Fields
condvar: pthread_cond_t; |
Stores a pthread_cond object. |
mutex: pthread_mutex_t; |
Stores a pthread_mutex object. |
isset: boolean; |
Stores the actual state of the event (set or not). |
IsDestroing:boolean; |
Stores if the event has been destroyed. |
Generated by PasDoc 0.14.0.