Changeset dfa4be62 in mainline for kernel/generic/include/proc/thread.h
- Timestamp:
- 2024-01-21T16:23:19Z (14 months ago)
- Branches:
- master
- Children:
- d23712e
- Parents:
- a3d87b9
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-03-28 17:40:43)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-01-21 16:23:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/thread.h
ra3d87b9 rdfa4be62 99 99 atomic_time_stat_t kcycles; 100 100 101 /** Lock protecting thread structure.102 *103 * Protects the whole thread structure except fields listed above.104 */105 IRQ_SPINLOCK_DECLARE(lock);106 107 101 /** Architecture-specific data. */ 108 102 thread_arch_t arch;
Note:
See TracChangeset
for help on using the changeset viewer.