Home
last modified time | relevance | path

Searched refs:total (Results 1 – 16 of 16) sorted by relevance

/ThreadX-v6.4.1/utility/benchmarks/thread_metric/
Dtm_preemptive_scheduling_test.c216 unsigned long total; in tm_preemptive_thread_report() local
241total = tm_preemptive_thread_0_counter + tm_preemptive_thread_1_counter + tm_preemptive_thread_2_… in tm_preemptive_thread_report()
245 average = total/5; in tm_preemptive_thread_report()
264 printf("Time Period Total: %lu\n\n", total - last_total); in tm_preemptive_thread_report()
267 last_total = total; in tm_preemptive_thread_report()
Dtm_cooperative_scheduling_test.c191 unsigned long total; in tm_cooperative_thread_report() local
215total = tm_cooperative_thread_0_counter + tm_cooperative_thread_1_counter + tm_cooperative_thread… in tm_cooperative_thread_report()
219 average = total/5; in tm_cooperative_thread_report()
245 printf("Time Period Total: %lu\n\n", total - last_total); in tm_cooperative_thread_report()
248 last_total = total; in tm_cooperative_thread_report()
Dtm_interrupt_processing_test.c161 unsigned long total; in tm_interrupt_thread_report() local
186 total = tm_interrupt_thread_0_counter + tm_interrupt_handler_counter; in tm_interrupt_thread_report()
189 average = total/2; in tm_interrupt_thread_report()
Dtm_interrupt_preemption_processing_test.c164 unsigned long total; in tm_interrupt_preemption_thread_report() local
189total = tm_interrupt_preemption_thread_0_counter + tm_interrupt_preemption_thread_1_counter + tm_… in tm_interrupt_preemption_thread_report()
192 average = total/3; in tm_interrupt_preemption_thread_report()
Dthread_metric_readme.txt8 of an RTOS. The test measures the total number of RTOS events
/ThreadX-v6.4.1/ports/arc_em/metaware/example_build/sample_threadx/
Dsample_threadx.cmd12 IVT_SIZE_ITEMS = (NUMBER_OF_EXCEPTIONS + NUMBER_OF_INTERRUPTS);//the total IVT size (in "items")
/ThreadX-v6.4.1/ports/arc_hs/metaware/example_build/sample_threadx/
Dsample_threadx.cmd12 IVT_SIZE_ITEMS = (NUMBER_OF_EXCEPTIONS + NUMBER_OF_INTERRUPTS);//the total IVT size (in "items")
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/example_build/
Dstart.S374 la $8, _tx_thread_smp_detected_cores # Build address of total number of cores detected
375 addiu $9, r19_more_cores, 1 # Calculate the total cores
379 addiu $9, r20_more_vpes, 1 # Caculate the total vpes per core
/ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/
Dsample_threadx.cmd12 IVT_SIZE_ITEMS = (NUMBER_OF_EXCEPTIONS + NUMBER_OF_INTERRUPTS);//the total IVT size (in "items")
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/
Dinit_caches2.mip64 // IS = 2 there are 256 sets per way 1024 total
65 // IS = 3 there are 512 sets per way 2048 total
100 // DS = 2 there are 256 sets per way 1024 total
101 // DS = 3 there are 512 sets per way 2048 total
174 mul a3, a3, a1 // Get total number of sets (sets per way * number of ways)
212 mul a3, a3, a1 // Compute total number of sets
Dinit_L23caches.mip145 mul a0, a0, a1 // Get total number of sets
184 mul a0, a0, a1 // Compute total number of sets
Dstart.mip374 la $8, _tx_thread_smp_detected_cores # Build address of total number of cores detected
375 addiu $9, r19_more_cores, 1 # Calculate the total cores
379 addiu $9, r20_more_vpes, 1 # Caculate the total vpes per core
/ThreadX-v6.4.1/ports/cortex_m33/ac6/example_build/
DARMCM33_DSP_FP_TZ_config.txt8 …ons in the Non-Secure MPU. If Security Extentions are absent, this is the total number of MPU regi…
/ThreadX-v6.4.1/ports_module/cortex_m33/ac6/example_build/
DARMCM33_DSP_FP_TZ_config.txt8 …ons in the Non-Secure MPU. If Security Extentions are absent, this is the total number of MPU regi…
/ThreadX-v6.4.1/test/ports/
Dazrtos_cicd.old.bat209 CALL :OUT_MSG "INFO: %DIR_COUNT% total."
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dreadme.md126 The total memory size available to the adaptation layer when creating FreeRTOS kernel objects dynam…