Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/thread_metric/src/
Dtm_porting_layer_zephyr.c77 return (tid == &test_thread[thread_id]) ? TM_SUCCESS : TM_ERROR; in tm_thread_create()
88 return TM_SUCCESS; in tm_thread_resume()
99 return TM_SUCCESS; in tm_thread_suspend()
128 return TM_SUCCESS; in tm_queue_create()
175 return TM_SUCCESS; in tm_semaphore_put()
197 return (status == 0) ? TM_SUCCESS : TM_ERROR; in tm_memory_pool_create()
211 return (status == 0) ? TM_SUCCESS : TM_ERROR; in tm_memory_pool_allocate()
223 return TM_SUCCESS; in tm_memory_pool_deallocate()
Dtm_interrupt_processing_test.c106 if (status != TM_SUCCESS) { in tm_interrupt_thread_0_entry()
130 if (status != TM_SUCCESS) { in tm_interrupt_thread_0_entry()
Dtm_api.h65 #define TM_SUCCESS 0 macro
Dtm_synchronization_processing_test.c103 if (status != TM_SUCCESS) { in tm_synchronization_processing_thread_0_entry()
Dtm_memory_allocation_test.c103 if (status != TM_SUCCESS) { in tm_memory_allocation_thread_0_entry()
/Zephyr-latest/tests/benchmarks/thread_metric/
Dthread_metric_readme.txt147 the highest and 16 is the lowest. If successful, TM_SUCCESS
154 thread_id. If successful, a TM_SUCCESS is returned.
159 thread_id. If successful, a TM_SUCCESS is returned.
174 one 16-byte message. If successful, a TM_SUCCESS is returned.
179 If successful, a TM_SUCCESS is returned.
184 queue. If successful, a TM_SUCCESS is returned.
189 TM_SUCCESS is returned.
194 If successful, a TM_SUCCESS is returned.
199 If successful, a TM_SUCCESS is returned.
204 128-byte block of memory. If successful, a TM_SUCCESS is returned.
[all …]