Changeset 4db1fbf in mainline for uspace/lib/c/generic/fibril_synch.c
- Timestamp:
- 2011-01-28T20:34:57Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e26a4633
- Parents:
- 007e6efa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/fibril_synch.c
r007e6efa r4db1fbf 36 36 #include <fibril.h> 37 37 #include <async.h> 38 #include <async_priv.h>39 38 #include <adt/list.h> 40 39 #include <futex.h> … … 44 43 #include <stacktrace.h> 45 44 #include <stdlib.h> 45 #include "priv/async.h" 46 46 47 47 static void optimize_execution_power(void)
Note:
See TracChangeset
for help on using the changeset viewer.