Home
last modified time | relevance | path

Searched refs:TX_LOWEST_SET_BIT_CALCULATE (Results 1 – 25 of 190) sorted by relevance

12345678

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_sig_wait.c139 TX_LOWEST_SET_BIT_CALCULATE(pending_signals, signal_number); in sigwait()
180 TX_LOWEST_SET_BIT_CALCULATE(signal_bit_map, signal_number); in sigwait()
/ThreadX-v6.3.0/common/src/
Dtx_thread_system_suspend.c319 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend()
393 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit) in _tx_thread_system_suspend()
443 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend()
457 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit) in _tx_thread_system_suspend()
908 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index)
977 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit)
1018 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index)
1032 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit)
Dtx_thread_suspend.c454 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_suspend()
526 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit) in _tx_thread_suspend()
579 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_suspend()
593 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit) in _tx_thread_suspend()
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_preemption_change.c230 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_preemption_change()
244 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit_set) in _tx_thread_preemption_change()
Dtx_thread_smp_utilities.c107 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map, first_bit_set) in _tx_thread_smp_next_priority_find()
120 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map_active, map_index) in _tx_thread_smp_next_priority_find()
122 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map, first_bit_set) in _tx_thread_smp_next_priority_find()
153 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map, first_bit_set) in _tx_thread_smp_next_priority_find()
690 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
751 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
809 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
Dtx_thread_smp_core_exclude.c149 TX_LOWEST_SET_BIT_CALCULATE(available_cores, new_mapped_core) in _tx_thread_smp_core_exclude()
Dtx_thread_relinquish.c383 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_relinquish()
397 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit_set) in _tx_thread_relinquish()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h545 #ifndef TX_LOWEST_SET_BIT_CALCULATE
594 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = _tx_thread_lowest_set_bit_calculate((m)); macro
622 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map, first_bit_set) in _tx_thread_smp_next_priority_find()
635 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map_active, map_index) in _tx_thread_smp_next_priority_find()
637 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map, first_bit_set) in _tx_thread_smp_next_priority_find()
668 TX_LOWEST_SET_BIT_CALCULATE(local_priority_map, first_bit_set) in _tx_thread_smp_next_priority_find()
1215 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
1276 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
1334 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
1647 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = _tx_thread_lowest_set_bit_calculate((m)); macro
/ThreadX-v6.3.0/ports/cortex_m3/ac5/inc/
Dtx_port.h529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro
531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro
533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
/ThreadX-v6.3.0/ports/cortex_m3/ac6/inc/
Dtx_port.h529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro
531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro
533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
/ThreadX-v6.3.0/ports/cortex_m3/gnu/inc/
Dtx_port.h529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro
531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro
533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
/ThreadX-v6.3.0/ports/cortex_m3/iar/inc/
Dtx_port.h529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro
531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro
533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
/ThreadX-v6.3.0/ports/cortex_m3/keil/inc/
Dtx_port.h529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro
531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro
533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
/ThreadX-v6.3.0/ports/cortex_m7/gnu/inc/
Dtx_port.h529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro
531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro
533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
/ThreadX-v6.3.0/ports/cortex_m7/iar/inc/
Dtx_port.h529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro
531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro
533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
/ThreadX-v6.3.0/ports/cortex_m4/gnu/inc/
Dtx_port.h529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro
531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro
533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
/ThreadX-v6.3.0/ports/cortex_m4/iar/inc/
Dtx_port.h529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro
531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro
533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
/ThreadX-v6.3.0/ports/cortex_m4/keil/inc/
Dtx_port.h529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro
531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro
533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
/ThreadX-v6.3.0/ports/cortex_m7/ac5/inc/
Dtx_port.h529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro
531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro
533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
/ThreadX-v6.3.0/ports/cortex_m7/ac6/inc/
Dtx_port.h529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro
531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro
533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
/ThreadX-v6.3.0/ports/cortex_m4/ac5/inc/
Dtx_port.h529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro
531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro
533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
/ThreadX-v6.3.0/ports/cortex_m4/ac6/inc/
Dtx_port.h529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro
531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro
533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/inc/
Dtx_port.h529 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __CLZ(__RBIT((m))); macro
531 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = (UINT) __clz(__rbit((m))); macro
533 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) __asm__ volatile (" RBIT %0,%1 ": "=r" (m) : "r" (m… macro
/ThreadX-v6.3.0/ports/cortex_r4/gnu/inc/
Dtx_port.h261 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) m = m & ((ULONG) (-((LONG) m))); \ macro
/ThreadX-v6.3.0/ports/cortex_r5/ac6/inc/
Dtx_port.h261 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) m = m & ((ULONG) (-((LONG) m))); \ macro

12345678