[Contents] [Prev] [Next] [Index] [Report an Error]


<process-flags>

Usage

<process>
    <process-flags>
        <interruptible/>
        <advisory-lock/>
        <controlling-terminal/>
        <in-memory/>
        <wait-child/>
        <profiling/>
        <select/>
        <set-id-privileges/>
        <system-process/>
        <timing-out/>
        <debug-trace/>
        <debug-wait/>
        <exiting/>
        <exec/>
    </process-flags>
</process>

Description

Process flags.

Contents

<advisory-lock>—Process may hold a POSIX advisory lock.

<controlling-terminal>—Process has a controlling terminal.

<debug-trace>—Debugged process being traced.

<debug-wait>—Debugging process has waited for child.

<exec>—Process called exec.

<exiting>—Process is working on exiting.

<in-memory>—Process is loaded into memory.

<interruptible>—Process is in an interruptible sleep.

<profiling>—Process has started profiling.

<select>—Process is waiting on select system call.

<set-id-privileges>—Process set ID privileges after the last exec.

<system-process>—Process is a system process -- no signals, statistics, or swapping.

<timing-out>—Process is timing out during sleep.

<wait-child>—Process is waiting for child to exec or exit.


[Contents] [Prev] [Next] [Index] [Report an Error]