Home
last modified time | relevance | path

Searched refs:TM_SUCCESS (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.4.1/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c145 return(TM_SUCCESS); in tm_thread_create()
164 return(TM_SUCCESS); in tm_thread_resume()
183 return(TM_SUCCESS); in tm_thread_suspend()
224 return(TM_SUCCESS); in tm_queue_create()
243 return(TM_SUCCESS); in tm_queue_send()
262 return(TM_SUCCESS); in tm_queue_receive()
281 return(TM_SUCCESS); in tm_semaphore_create()
300 return(TM_SUCCESS); in tm_semaphore_get()
319 return(TM_SUCCESS); in tm_semaphore_put()
339 return(TM_SUCCESS); in tm_memory_pool_create()
[all …]
/ThreadX-v6.4.1/utility/benchmarks/thread_metric/
Dtm_interrupt_processing_test.c115 if (status != TM_SUCCESS) in tm_interrupt_thread_0_entry()
134 if (status != TM_SUCCESS) in tm_interrupt_thread_0_entry()
Dthread_metric_readme.txt134 the highest and 16 is the lowest. If successful, TM_SUCCESS
141 thread_id. If successful, a TM_SUCCESS is returned.
146 thread_id. If successful, a TM_SUCCESS is returned.
161 one 16-byte message. If successful, a TM_SUCCESS is returned.
166 If successful, a TM_SUCCESS is returned.
171 queue. If successful, a TM_SUCCESS is returned.
176 TM_SUCCESS is returned.
181 If successful, a TM_SUCCESS is returned.
186 If successful, a TM_SUCCESS is returned.
191 128-byte block of memory. If successful, a TM_SUCCESS is returned.
[all …]
Dtm_api.h64 #define TM_SUCCESS 0 macro
Dtm_synchronization_processing_test.c112 if (status != TM_SUCCESS) in tm_synchronization_processing_thread_0_entry()
Dtm_memory_allocation_test.c114 if (status != TM_SUCCESS) in tm_memory_allocation_thread_0_entry()