In file request.c:

void process_requests(void)

Iterates through the ready queue, passing each request to the appropriate handler for processing

Documentation

Iterates through the ready queue, passing each request to the appropriate handler for processing. It monitors the return value from handler functions, all of which return -1 to indicate a block, 0 on completion and 1 to remain on the ready list for more procesing.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.