Lines Matching refs:priority

20 …   tx_mutex_get.c                                  Changed logic to update the priority inheritance
21 priority level.
22 … tx_mutex_priority_change.c Removed update of the priority inheritance
23 priority level.
24 … tx_mutex_put.c Changed logic to properly update the priority
25 inheritance priority level.
257 and added logic to place non-priority
260 modified logic to remove non-priority
286 … at the front of the execution list at updated priority.
288 … thread for mutex cleanup, and adjusted priority restoration
289 search to start at user priority.
293 at updated priority.
311 …x.h Removed unnecessary parameter in in mutex priority change.
315 parameter to mutex priority change.
317 … to handle a lower or equal priority thread from
318 … preempting an executing thread changing priority.
320 … parameter to mutex priority change, and added logic to
321 check for necessary priority changes.
326 …hread_priority_change.c Added logic to handle a lower or equal priority thread
327 … from preempting an executing thread changing priority.
348 … added TX_MEMSET macro, modified priority-inheritance
363 priority.
471 … changed priority-inheritance logic to distinguish user
472priority changes from mutex priority-inheritance, changed
488 …tx_mutex_priority_change.c Changed priority-inheritance logic to distinguish …
489priority changes from mutex priority-inheritance.
492priority-inheritance logic to distinguish user priority
493 … changes from mutex priority-inheritance, changed some
566priority-inheritance info, changed memset to macro,
575 … user-specified priority and preemption-threshold, and added
590 …tx_thread_priority_change.c Changed priority logic to account for priority-inh…
699 … parameter, and added logic to store thread's priority
843priority, changed logic to use a macro to get the
901 … elsewhere, and corrected priority assignment in event
1019 … normal no priority-inheritance path, added filter
1099 … values during priority inheritance, and added
1237 … threshold values during priority inheritance.
1286 … tx_thread_create.c Added setup for original priority and threshold.
1292 …x_thread_priority_change.c Added logic to update and use the original priority.
1318 … tx_mutex_priority_change.c Removed update of the priority inheritance
1319 priority level.
1321 effective priority is necessary.
1327 … at the end of the priority list is the thread
1334 … end of the priority list is the thread being
1392 … of its priority list, modified code for MISRA compliance,
1418 the thread's priority is changed.
1420 the thread's priority is changed.
1448 … when lowering priority if the priority level has
1462 … when lowering priority if the priority level has
1505 … tx_thread.h Corrected next priority find for priority levels
1521 … added optimization to avoid unnecessary priority search.