|
PostgreSQL Source Code git master
|
#include <waiteventset.h>
Data Fields | |
| int | pos |
| uint32 | events |
| pgsocket | fd |
| void * | user_data |
Definition at line 59 of file waiteventset.h.
| uint32 WaitEvent::events |
Definition at line 62 of file waiteventset.h.
Referenced by ExecAppendAsyncEventWait(), ModifyWaitEvent(), secure_read(), secure_write(), SysLoggerMain(), WaitEventAdjustPoll(), WaitEventSetWait(), WaitEventSetWaitBlock(), and WalSndWait().
| pgsocket WaitEvent::fd |
Definition at line 63 of file waiteventset.h.
Referenced by WaitEventAdjustPoll(), WaitEventSetWait(), and WaitEventSetWaitBlock().
| int WaitEvent::pos |
Definition at line 61 of file waiteventset.h.
Referenced by AddWaitEventToSet(), WaitEventSetWait(), and WaitEventSetWaitBlock().
| void* WaitEvent::user_data |
Definition at line 64 of file waiteventset.h.
Referenced by ExecAppendAsyncEventWait(), WaitEventSetWait(), and WaitEventSetWaitBlock().