Skip to content
Snippets Groups Projects
  • Nat Goodspeed's avatar
    85581eef
    Expose 'handle' as well as 'id' on LLProcess objects. · 85581eef
    Nat Goodspeed authored
    On Posix, these and the corresponding getProcessID()/getProcessHandle()
    accessors produce the same pid_t value; but on Windows, it's useful to
    distinguish an int-like 'id' useful to human log readers versus an opaque
    'handle' for passing to platform-specific API functions. So make the
    distinction in a platform-independent way.
    85581eef
    History
    Expose 'handle' as well as 'id' on LLProcess objects.
    Nat Goodspeed authored
    On Posix, these and the corresponding getProcessID()/getProcessHandle()
    accessors produce the same pid_t value; but on Windows, it's useful to
    distinguish an int-like 'id' useful to human log readers versus an opaque
    'handle' for passing to platform-specific API functions. So make the
    distinction in a platform-independent way.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.