Go to the source code of this file.
Functions | |
FENNEL_BEGIN_CPPFILE ("$Id: //open/dev/fennel/device/AioLinuxScheduler.cpp#9 $") | |
DeviceAccessScheduler * | newAioLinuxScheduler (DeviceAccessSchedulerParams const ¶ms) |
FENNEL_END_CPPFILE ("$Id: //open/dev/fennel/device/AioLinuxScheduler.cpp#9 $") |
FENNEL_BEGIN_CPPFILE | ( | "$Id: //open/dev/fennel/device/AioLinuxScheduler.cpp#9 $" | ) |
FENNEL_END_CPPFILE | ( | "$Id: //open/dev/fennel/device/AioLinuxScheduler.cpp#9 $" | ) |
DeviceAccessScheduler* newAioLinuxScheduler | ( | DeviceAccessSchedulerParams const & | params | ) |
Definition at line 36 of file AioLinuxScheduler.cpp.
00038 { 00039 return new AioLinuxScheduler(params); 00040 }