Changeset 4774a32 in mainline for uspace/lib/libc/include/futex.h


Ignore:
Timestamp:
2009-12-01T21:27:37Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eae4e8f
Parents:
4af185f
Message:

Greatly simplify futexes.
Drop timeout support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/futex.h

    r4af185f r4774a32  
    4646extern int futex_down(futex_t *futex);
    4747extern int futex_trydown(futex_t *futex);
    48 extern int futex_down_timeout(futex_t *futex, uint32_t usec, int flags);
    4948extern int futex_up(futex_t *futex);
    5049
Note: See TracChangeset for help on using the changeset viewer.