PostgreSQL Source Code
git master
|
#include <latch.h>
Data Fields | |
int | pos |
uint32 | events |
pgsocket | fd |
void * | user_data |
uint32 WaitEvent::events |
Definition at line 146 of file latch.h.
Referenced by ExecAppendAsyncEventWait(), FreeWaitEventSet(), ModifyWaitEvent(), secure_read(), secure_write(), SysLoggerMain(), WaitEventSetWait(), and WalSndWait().
pgsocket WaitEvent::fd |
Definition at line 147 of file latch.h.
Referenced by FreeWaitEventSet(), and WaitEventSetWait().
int WaitEvent::pos |
Definition at line 145 of file latch.h.
Referenced by AddWaitEventToSet(), FreeWaitEventSet(), and WaitEventSetWait().
void* WaitEvent::user_data |
Definition at line 148 of file latch.h.
Referenced by ExecAppendAsyncEventWait(), and WaitEventSetWait().