Changeset c7509e5 in mainline for uspace/lib/libc/generic/fibril.c


Ignore:
Timestamp:
2007-07-06T17:43:26Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
398d967
Parents:
b76f2f8
Message:

Add comment clarifying how a fibril waiting for a message gets rescheduled.

File:
1 edited

Legend:

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

    rb76f2f8 rc7509e5  
    255255/** Add a fibril to the ready list.
    256256 *
    257  * @param fid           Pinter to the fibril structure of the fibril to be added.
     257 * @param fid           Pinter to the fibril structure of the fibril to be
     258 *                      added.
    258259 */
    259260void fibril_add_ready(fid_t fid)
Note: See TracChangeset for help on using the changeset viewer.