VirtualBox

Changeset 16964 in vbox


Ignore:
Timestamp:
Feb 20, 2009 8:28:54 AM (16 years ago)
Author:
vboxsync
Message:

iprt: typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/process.h

    r14999 r16964  
    5050 * In addition to using the policy assigned to the process at startup (DEFAULT)
    5151 * it is possible to change the process priority at runtime. This allows for
    52  * a GUI, resource manager or admin to adjust the general priorty of a task
     52 * a GUI, resource manager or admin to adjust the general priority of a task
    5353 * without upsetting the fine-tuned priority of the threads within.
    5454 */
     
    5858    RTPROCPRIORITY_INVALID = 0,
    5959    /** Default priority.
    60      * Derive the schedulding policy from the priority of the RTR3Init()
     60     * Derive the scheduling policy from the priority of the RTR3Init()
    6161     * and RTProcSetPriority() callers and the rights the process have
    6262     * to alter its own priority.
     
    7474    RTPROCPRIORITY_LOW,
    7575    /** Normal priority.
    76      * Assume a scheduling policy which shares the cpu resources fairly with
     76     * Assume a scheduling policy which shares the CPU resources fairly with
    7777     * other processes running with the default priority of the host OS.
    7878     */
     
    178178/** Block indefinitly waiting for the process to exit. */
    179179#define RTPROCWAIT_FLAGS_BLOCK      0
    180 /** Don't block, just check if the process have exitted. */
     180/** Don't block, just check if the process have exited. */
    181181#define RTPROCWAIT_FLAGS_NOBLOCK    1
    182182/** @} */
     
    187187 * @returns VINF_SUCCESS when the status code for the process was collected and put in *pProcStatus.
    188188 * @returns VERR_PROCESS_NOT_FOUND if the specified process wasn't found.
    189  * @returns VERR_PROCESS_RUNNING when the RTPROCWAIT_FLAG_NOBLOCK and the process haven't exitted yet.
     189 * @returns VERR_PROCESS_RUNNING when the RTPROCWAIT_FLAG_NOBLOCK and the process haven't exited yet.
    190190 *
    191191 * @param   Process         The process to wait for.
     
    200200 * @returns VINF_SUCCESS when the status code for the process was collected and put in *pProcStatus.
    201201 * @returns VERR_PROCESS_NOT_FOUND if the specified process wasn't found.
    202  * @returns VERR_PROCESS_RUNNING when the RTPROCWAIT_FLAG_NOBLOCK and the process haven't exitted yet.
     202 * @returns VERR_PROCESS_RUNNING when the RTPROCWAIT_FLAG_NOBLOCK and the process haven't exited yet.
    203203 * @returns VERR_INTERRUPTED when the wait was interrupted by the arrival of a signal or other async event.
    204204 *
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette