Changeset 8e33e1d in mainline for uspace/lib/libc/generic/thread.c
- Timestamp:
- 2010-01-29T17:15:32Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b86d436
- Parents:
- 86018c1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/thread.c
r86018c1 r8e33e1d 41 41 #include <string.h> 42 42 #include <async.h> 43 #include <stdio.h>44 43 45 44 #ifndef THREAD_INITIAL_STACK_PAGES_NO … … 63 62 __tcb_set(f->tcb); 64 63 65 // MH66 printf("uarg: %lx\n", uarg);67 64 uarg->uspace_thread_function(uarg->uspace_thread_arg); 68 65 /* XXX: we cannot free the userspace stack while running on it */
Note:
See TracChangeset
for help on using the changeset viewer.