Changeset e7267a2 in mainline
- Timestamp:
- 2012-11-18T20:00:33Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34ae0a5
- Parents:
- dbb3552
- Location:
- uspace/lib/c/generic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/fibril.c
rdbb3552 re7267a2 49 49 #include <assert.h> 50 50 #include <async.h> 51 52 #ifndef FIBRIL_INITIAL_STACK_PAGES_NO53 #define FIBRIL_INITIAL_STACK_PAGES_NO 154 #endif55 51 56 52 /** -
uspace/lib/c/generic/thread.c
rdbb3552 re7267a2 45 45 #include <as.h> 46 46 #include "private/thread.h" 47 48 #ifndef THREAD_INITIAL_STACK_PAGES49 #define THREAD_INITIAL_STACK_PAGES 250 #endif51 47 52 48 /** Main thread function.
Note:
See TracChangeset
for help on using the changeset viewer.