Changeset 8fe1cdb in mainline for libc/include/futex.h


Ignore:
Timestamp:
2006-04-01T15:20:20Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0319a8f6
Parents:
c4c5de5
Message:

Added support for multithreading (using futexes) into malloc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/futex.h

    rc4c5de5 r8fe1cdb  
    3333#include <types.h>
    3434
     35#define FUTEX_INITIALIZER     {1}
     36
    3537extern void futex_initialize(atomic_t *futex, int value);
    3638extern int futex_down(atomic_t *futex);
Note: See TracChangeset for help on using the changeset viewer.