Changes between Version 124 and Version 125 of processus_thread
- Timestamp:
- Jan 20, 2020, 12:09:46 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
processus_thread
v124 v125 27 27 You can find below a partial list of information stored in a process descriptor ( [https://www-soc.lip6.fr/trac/almos-mkh/browser/trunk/kernel/kern/process.h#L111 process_t] in ALMOS-MKH ): 28 28 - '''pid''' : proces identifier. 29 - '''parent_xp''' : extended pointer on parent process identifier,29 - '''parent_xp''' : extended pointer on the parent process. 30 30 - '''owner_xp''' : extended pointer on the owner process descriptor. 31 31 - '''ref_xp''' : extended pointer on the reference process descriptor. 32 32 - '''vmm.vsl''' : root of the local list of vsegs defining the process memory image. 33 33 - '''vmm.gpt''' : generic page table defining the mapping of the process vsegs. 34 - '''fd_array'' : open file descriptors table.34 - '''fd_array''' : open file descriptors table. 35 35 - '''th_tbl''' : local table of threads owned by this process in this cluster. 36 36 - '''local_list''' : member of local list of all process descriptors in same cluster.