Changes between Version 124 and Version 125 of processus_thread


Ignore:
Timestamp:
Jan 20, 2020, 12:09:46 PM (4 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • processus_thread

    v124 v125  
    2727You 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 ):
    2828- '''pid''' :  proces identifier.
    29 - '''parent_xp''' : extended pointer on parent process identifier,
     29- '''parent_xp''' : extended pointer on the parent process.
    3030- '''owner_xp''' : extended pointer on the owner process descriptor.
    3131- '''ref_xp''' : extended pointer on the reference process descriptor.
    3232- '''vmm.vsl''' : root of the local list of vsegs defining the process memory image.
    3333- '''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.
    3535- '''th_tbl''' : local table of threads owned by this process in this cluster.
    3636- '''local_list''' : member of local list of all process descriptors in same cluster.