Changeset 9cefba4 in mainline for include/proc/scheduler.h


Ignore:
Timestamp:
2005-10-16T19:18:19Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba1b2194
Parents:
0bed5d0
Message:

Doxygen-style comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/proc/scheduler.h

    r0bed5d0 r9cefba4  
    4040struct runq {
    4141        spinlock_t lock;
    42         link_t rq_head;
    43         int n;
     42        link_t rq_head;         /**< List of ready threads. */
     43        int n;                  /**< Number of threads in rq_ready. */
    4444};
    4545
Note: See TracChangeset for help on using the changeset viewer.