Changeset f787c8e in mainline for uspace/lib/c/generic/thread/fibril_synch.c
- Timestamp:
- 2018-08-01T18:37:54Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 82d9087
- Parents:
- 1de92fb0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/thread/fibril_synch.c
r1de92fb0 rf787c8e 37 37 #include <async.h> 38 38 #include <adt/list.h> 39 #include <futex.h>40 39 #include <sys/time.h> 41 40 #include <errno.h> … … 50 49 #include "../private/async.h" 51 50 #include "../private/fibril.h" 51 #include "../private/futex.h" 52 52 53 53 void fibril_rmutex_initialize(fibril_rmutex_t *m)
Note:
See TracChangeset
for help on using the changeset viewer.