|
MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
| void | newBuffer (int size) |
| void | insert (Signal *signal, BlockNumber bnr, GlobalSignalNumber gsn) |
| void | insert (const SignalHeader *const sh, const Uint32 *const theData, const Uint32 secPtrI[3]) |
| void | insert (Signal *signal, BlockNumber bnr, GlobalSignalNumber gsn, Uint32 myWPtr) |
| Uint32 | retrieve (Signal *signal) |
| void | retrieve (Signal *signal, Uint32 myRptr) |
| void | retrieveDump (Signal *signal, Uint32 myRptr) |
| void | clear () |
| Uint32 | getOccupancy () const |
| Uint32 | getReadPtr () const |
| Uint32 | getWritePtr () const |
| Uint32 | getBufSize () const |
Definition at line 50 of file FastScheduler.hpp.
|
inline |
Used when dumping to trace file
Note that signal id is not taken from global data
Definition at line 315 of file FastScheduler.hpp.