Public Attributes | |
unsigned | type:3 |
unsigned | sender:1 |
que_thr_t * | receiver |
trx_savept_t | savept |
signals | |
reply_signals |
que_thr_t* trx_sig_struct::receiver |
non-NULL if the sender of the signal wants reply after the operation induced by the signal is completed
Definition at line 455 of file trx0trx.h.
Referenced by trx_sig_remove(), trx_sig_reply(), and trx_sig_send().
trx_sig_struct::reply_signals |
trx_savept_t trx_sig_struct::savept |
possible rollback savepoint
Definition at line 458 of file trx0trx.h.
Referenced by trx_rollback(), and trx_sig_send().
unsigned trx_sig_struct::sender |
TRX_SIG_SELF or TRX_SIG_OTHER_SESS
Definition at line 453 of file trx0trx.h.
Referenced by trx_sig_send().
trx_sig_struct::signals |
unsigned trx_sig_struct::type |
signal type
Definition at line 452 of file trx0trx.h.
Referenced by trx_finish_rollback_off_kernel(), trx_rollback(), trx_sig_remove(), trx_sig_send(), and trx_sig_start_handle().