Changeset 6f4495f5 in mainline for kernel/generic/src/synch/waitq.c


Ignore:
Timestamp:
2007-01-27T17:32:13Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ba41c5
Parents:
51baa8a
Message:

Indentaion and formatting changes even Martin will like :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/synch/waitq.c

    r51baa8a r6f4495f5  
    187187 * The sleep can be interrupted only if the
    188188 * SYNCH_FLAGS_INTERRUPTIBLE bit is specified in flags.
    189  
     189 *
    190190 * If usec is greater than zero, regardless of the value of the
    191191 * SYNCH_FLAGS_NON_BLOCKING bit in flags, the call will not return until either
     
    353353                THREAD->timeout_pending = true;
    354354                timeout_register(&THREAD->sleep_timeout, (uint64_t) usec,
    355                         waitq_timeouted_sleep, THREAD);
     355                    waitq_timeouted_sleep, THREAD);
    356356        }
    357357
Note: See TracChangeset for help on using the changeset viewer.