Changeset ba1b2194 in mainline for include/synch/synch.h


Ignore:
Timestamp:
2005-10-16T19:49:15Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
75eacab
Parents:
9cefba4
Message:

Doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/synch/synch.h

    r9cefba4 rba1b2194  
    3030#define __SYNCH_H__
    3131
    32 #define SYNCH_NO_TIMEOUT        0       /**< No timeout is request. */
     32#define SYNCH_NO_TIMEOUT        0       /**< Request with no timeout. */
    3333#define SYNCH_BLOCKING          0       /**< Blocking operation request. */
    3434#define SYNCH_NON_BLOCKING      1       /**< Non-blocking operation request. */
Note: See TracChangeset for help on using the changeset viewer.