Detailed Description
send buffer handling
Definition at line 966 of file mt.cpp.
Member Data Documentation
pending data
Definition at line 976 of file mt.cpp.
Uint32 thr_repository::send_buffer::m_bytes |
bytes pending for this node
Definition at line 997 of file mt.cpp.
Uint32 thr_repository::send_buffer::m_force_send |
Flag used to coordinate sending to same remote node from different threads.
If two threads need to send to the same node at the same time, the second thread, rather than wait for the first to finish, will just set this flag, and the first thread will do an extra send when done with the first.
Definition at line 987 of file mt.cpp.
struct thr_spin_lock< 8 > thr_repository::send_buffer::m_send_lock |
Uint32 thr_repository::send_buffer::m_send_thread |
Which thread is currently holding the m_send_lock
Definition at line 992 of file mt.cpp.
The documentation for this struct was generated from the following file:
- storage/ndb/src/kernel/vm/mt.cpp