Changeset 096ba7a in mainline for libc/generic/thread.c


Ignore:
Timestamp:
2006-06-16T12:07:17Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f5e4830
Parents:
830ac99
Message:

Fix some broken doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/thread.c

    r830ac99 r096ba7a  
    118118 * @param name Symbolic name of the thread.
    119119 *
    120  * @param TID of the new thread on success or -1 on failure.
     120 * @return TID of the new thread on success or -1 on failure.
    121121 */
    122122int thread_create(void (* function)(void *), void *arg, char *name)
     
    146146/** Terminate current thread.
    147147 *
    148  * @param stat Exit status. Currently not used.
     148 * @param status Exit status. Currently not used.
    149149 */
    150150void thread_exit(int status)
Note: See TracChangeset for help on using the changeset viewer.