Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c146 return(TM_SUCCESS); in tm_thread_create()
165 return(TM_SUCCESS); in tm_thread_resume()
184 return(TM_SUCCESS); in tm_thread_suspend()
225 return(TM_SUCCESS); in tm_queue_create()
244 return(TM_SUCCESS); in tm_queue_send()
263 return(TM_SUCCESS); in tm_queue_receive()
282 return(TM_SUCCESS); in tm_semaphore_create()
301 return(TM_SUCCESS); in tm_semaphore_get()
320 return(TM_SUCCESS); in tm_semaphore_put()
340 return(TM_SUCCESS); in tm_memory_pool_create()
[all …]
/ThreadX-v6.3.0/utility/benchmarks/thread_metric/
Dtm_interrupt_processing_test.c116 if (status != TM_SUCCESS) in tm_interrupt_thread_0_entry()
135 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.h65 #define TM_SUCCESS 0 macro
Dtm_synchronization_processing_test.c113 if (status != TM_SUCCESS) in tm_synchronization_processing_thread_0_entry()
Dtm_memory_allocation_test.c115 if (status != TM_SUCCESS) in tm_memory_allocation_thread_0_entry()