Changeset 19039 in vbox for trunk/include/iprt
- Timestamp:
- Apr 21, 2009 1:38:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/file.h
r18999 r19039 911 911 * Submits a set of requests to an async I/O context for processing. 912 912 * 913 * @todo Is it possible to call this API while another thread is in 914 * RTFileAioCtxWait? 915 * 913 916 * @returns IPRT status code. 914 917 * … … 925 928 /** 926 929 * Waits for request completion. 930 * 931 * Only one thread at a time may call this API on a context. 927 932 * 928 933 * @returns IPRT status code. … … 962 967 963 968 /** 964 * Forces any RTFileAioCtxWait() call fromanother thread to return immediately.969 * Forces any RTFileAioCtxWait() call on another thread to return immediately. 965 970 * 966 971 * @returns IPRT status code.
Note:
See TracChangeset
for help on using the changeset viewer.