Changeset e3c762cd in mainline for generic/include/proc/thread.h
- Timestamp:
- 2006-05-05T11:59:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- de07bcf
- Parents:
- 22cf454d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/proc/thread.h
r22cf454d re3c762cd 92 92 volatile int timeout_pending; /**< Flag signalling sleep timeout in progress. */ 93 93 94 /** True if this thread is executing copy_from_uspace(). False otherwise. */ 95 bool in_copy_from_uspace; 96 /** True if this thread is executing copy_to_uspace(). False otherwise. */ 97 bool in_copy_to_uspace; 98 99 94 100 fpu_context_t *saved_fpu_context; 95 101 int fpu_context_exists;
Note:
See TracChangeset
for help on using the changeset viewer.