Changeset c3b25510 in mainline for uspace/lib/libc/generic/ipc.c
- Timestamp:
- 2007-09-18T05:04:27Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 26f2af0
- Parents:
- c0cdcaf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/ipc.c
rc0cdcaf rc3b25510 190 190 * @param phoneid Phone handle through which the call was made. 191 191 * @param call async_call structure returned by ipc_prepare_async(). 192 * @param can_preempt If non-zero, the current pseudo thread can be preempted193 * in thiscall.192 * @param can_preempt If non-zero, the current fibril can be preempted in this 193 * call. 194 194 */ 195 195 static inline void ipc_finish_async(ipc_callid_t callid, int phoneid, … … 251 251 * @param private Argument to be passed to the answer/error callback. 252 252 * @param callback Answer or error callback. 253 * @param can_preempt If non-zero, the current pseudo thread will be preempted254 * incase the kernel temporarily refuses to accept more253 * @param can_preempt If non-zero, the current fibril will be preempted in 254 * case the kernel temporarily refuses to accept more 255 255 * asynchronous calls. 256 256 */ … … 303 303 * @param private Argument to be passed to the answer/error callback. 304 304 * @param callback Answer or error callback. 305 * @param can_preempt If non-zero, the current pseudo thread will be preempted306 * incase the kernel temporarily refuses to accept more305 * @param can_preempt If non-zero, the current fibril will be preempted in 306 * case the kernel temporarily refuses to accept more 307 307 * asynchronous calls. 308 308 *
Note:
See TracChangeset
for help on using the changeset viewer.