Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/example_build/
Dprobe_interaptiv_3c2v4t.cfg148 set 0:timeout 500 ms
149 set 1:timeout 500 ms
150 set 2:timeout 500 ms
151 set 3:timeout 500 ms
152 set 4:timeout 500 ms
153 set 5:timeout 500 ms
154 set 6:timeout 500 ms
155 set 7:timeout 500 ms
156 set 8:timeout 500 ms
157 set 9:timeout 500 ms
[all …]
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c775 UINT timeout; in ulTaskNotifyTake() local
778 timeout = TX_WAIT_FOREVER; in ulTaskNotifyTake()
780 timeout = (UINT)xTicksToWait; in ulTaskNotifyTake()
810 ret = tx_semaphore_get(&p_task->notification_sem, timeout); in ulTaskNotifyTake()
832 UINT timeout; in xTaskNotifyWait() local
837 timeout = TX_WAIT_FOREVER; in xTaskNotifyWait()
839 timeout = (UINT)xTicksToWait; in xTaskNotifyWait()
865 ret = tx_semaphore_get(&p_task->notification_sem, timeout); in xTaskNotifyWait()
1282 UINT timeout; in xSemaphoreTake() local
1288 timeout = TX_WAIT_FOREVER; in xSemaphoreTake()
[all …]
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_system_suspend.c140 ULONG timeout; in _tx_thread_system_suspend() local
178 timeout = thread_ptr -> tx_thread_timer.tx_timer_internal_remaining_ticks; in _tx_thread_system_suspend()
181 if (timeout != TX_NO_WAIT) in _tx_thread_system_suspend()
185 if (timeout != TX_WAIT_FOREVER) in _tx_thread_system_suspend()
197 if (timeout > TX_TIMER_ENTRIES) in _tx_thread_system_suspend()
209 expiration_time = (UINT) (timeout - ((ULONG) 1)); in _tx_thread_system_suspend()
988 VOID _tx_thread_system_ni_suspend(TX_THREAD *thread_ptr, ULONG timeout) in _tx_thread_system_ni_suspend() argument
992 thread_ptr -> tx_thread_timer.tx_timer_internal_remaining_ticks = timeout; in _tx_thread_system_ni_suspend()
/ThreadX-v6.3.0/common/src/
Dtx_thread_system_suspend.c103 ULONG timeout; in _tx_thread_system_suspend() local
130 timeout = thread_ptr -> tx_thread_timer.tx_timer_internal_remaining_ticks; in _tx_thread_system_suspend()
133 if (timeout != TX_NO_WAIT) in _tx_thread_system_suspend()
137 if (timeout != TX_WAIT_FOREVER) in _tx_thread_system_suspend()
/ThreadX-v6.3.0/scripts/
Dcmake_bootstrap.sh46 …ctest $parallel --timeout 1000 -O $1.txt -T test --no-compress-output --test-output-size-passed 41…
/ThreadX-v6.3.0/test/smp/cmake/
Drun.sh46 …ctest $parallel --timeout 1000 -O $1.txt -T test --no-compress-output --test-output-size-passed 41…
/ThreadX-v6.3.0/test/tx/cmake/
Drun.sh46 …ctest $parallel --timeout 1000 -O $1.txt -T test --no-compress-output --test-output-size-passed 41…
/ThreadX-v6.3.0/test/ports/
Dazrtos_test_tx_iar_cortex_m4.bat11 @REM --timeout Limits the maximum allowed execution time.
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/
Dstartup.s140 ; Set new timeout value for the timer, which clears the interrupt.
142 MCR p15, 0, r0, c14, c2, 0 ; Setup timeout value (CNTP_TVAL)
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h140 VOID _tx_thread_system_ni_suspend(TX_THREAD *thread_ptr, ULONG timeout);