Changeset c3b25510 in mainline for uspace/lib/libc/generic/ipc.c


Ignore:
Timestamp:
2007-09-18T05:04:27Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
26f2af0
Parents:
c0cdcaf
Message:

Pseudo thread → fibril change in several comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/ipc.c

    rc0cdcaf rc3b25510  
    190190 * @param phoneid       Phone handle through which the call was made.
    191191 * @param call          async_call structure returned by ipc_prepare_async().
    192  * @param can_preempt   If non-zero, the current pseudo thread can be preempted
    193  *                      in this call.
     192 * @param can_preempt   If non-zero, the current fibril can be preempted in this
     193 *                      call.
    194194 */
    195195static inline void ipc_finish_async(ipc_callid_t callid, int phoneid,
     
    251251 * @param private       Argument to be passed to the answer/error callback.
    252252 * @param callback      Answer or error callback.
    253  * @param can_preempt   If non-zero, the current pseudo thread will be preempted
    254  *                      in case the kernel temporarily refuses to accept more
     253 * @param can_preempt   If non-zero, the current fibril will be preempted in
     254 *                      case the kernel temporarily refuses to accept more
    255255 *                      asynchronous calls.
    256256 */
     
    303303 * @param private       Argument to be passed to the answer/error callback.
    304304 * @param callback      Answer or error callback.
    305  * @param can_preempt   If non-zero, the current pseudo thread will be preempted
    306  *                      in case the kernel temporarily refuses to accept more
     305 * @param can_preempt   If non-zero, the current fibril will be preempted in
     306 *                      case the kernel temporarily refuses to accept more
    307307 *                      asynchronous calls.
    308308 *
Note: See TracChangeset for help on using the changeset viewer.