#include <ufs_file.h>
Inheritance diagram for ufs_request_base:
Public Member Functions | |
| void | wait () |
| Suspends calling thread until completion of the request. | |
| bool | poll () |
| Polls the status of the request. | |
| const char * | io_type () |
| Identifies the type of request I/O implementation. | |
| const char * ufs_request_base::io_type | ( | ) | [virtual] |
Identifies the type of request I/O implementation.
Reimplemented from request.
Reimplemented in mmap_request, sim_disk_request, and syscall_request.
| bool ufs_request_base::poll | ( | ) | [virtual] |
Polls the status of the request.
true if request is completed, otherwise false Implements request.
| void ufs_request_base::wait | ( | ) | [virtual] |
1.4.7