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.txt168 the highest and 16 is the lowest. If successful, TM_SUCCESS
175 thread_id. If successful, a TM_SUCCESS is returned.
180 thread_id. If successful, a TM_SUCCESS is returned.
195 one 16-byte message. If successful, a TM_SUCCESS is returned.
200 If successful, a TM_SUCCESS is returned.
205 queue. If successful, a TM_SUCCESS is returned.
210 TM_SUCCESS is returned.
215 If successful, a TM_SUCCESS is returned.
220 If successful, a TM_SUCCESS is returned.
225 128-byte block of memory. If successful, a TM_SUCCESS is returned.
[all …]