Lines Matching full:priority
62 * Every thread has a priority. Threads with higher priority are executed in preference
63 * to threads with lower priority. When code running in some thread creates a new Thread
64 * object, the new thread has its priority initially set equal to the priority of the creating
375 * Minimum thread priority.
380 * Maximum thread priority.
385 * Normal thread priority.
429 * Returns the thread priority.
432 * @param value [out] Thread priority
434 * @return ESR_INVALID_ARGUMENT if thread or value are null; ESR_INVALID_STATE if thread priority cannot be
440 * Sets the thread priority.
443 * @param value Thread priority
445 * @return ESR_INVALID_ARGUMENT if thread or value are null; ESR_INVALID_STATE if thread priority cannot be