Home
last modified time | relevance | path

Searched refs:releases (Results 1 – 22 of 22) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_block_pool_performance_system_info_get.c80 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *suspensi… in _tx_block_pool_performance_system_info_get() argument
108 if (releases != TX_NULL) in _tx_block_pool_performance_system_info_get()
111 *releases = _tx_block_pool_performance_release_count; in _tx_block_pool_performance_system_info_get()
146 else if (releases != TX_NULL) in _tx_block_pool_performance_system_info_get()
Dtx_block_pool_performance_info_get.c83 …NT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *releases, in _tx_block_pool_performance_info_get() argument
131 if (releases != TX_NULL) in _tx_block_pool_performance_info_get()
134 *releases = pool_ptr -> tx_block_pool_performance_release_count; in _tx_block_pool_performance_info_get()
174 else if (releases != TX_NULL) in _tx_block_pool_performance_info_get()
Dtx_byte_pool_performance_system_info_get.c88 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, in _tx_byte_pool_performance_system_info_get() argument
117 if (releases != TX_NULL) in _tx_byte_pool_performance_system_info_get()
120 *releases = _tx_byte_pool_performance_release_count; in _tx_byte_pool_performance_system_info_get()
176 else if (releases != TX_NULL) in _tx_byte_pool_performance_system_info_get()
Dtx_byte_pool_performance_info_get.c91 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases, in _tx_byte_pool_performance_info_get() argument
140 if (releases != TX_NULL) in _tx_byte_pool_performance_info_get()
143 *releases = pool_ptr -> tx_byte_pool_performance_release_count; in _tx_byte_pool_performance_info_get()
208 else if (releases != TX_NULL) in _tx_byte_pool_performance_info_get()
/ThreadX-v6.3.0/common_smp/src/
Dtx_block_pool_performance_system_info_get.c80 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *suspensi… in _tx_block_pool_performance_system_info_get() argument
108 if (releases != TX_NULL) in _tx_block_pool_performance_system_info_get()
111 *releases = _tx_block_pool_performance_release_count; in _tx_block_pool_performance_system_info_get()
146 else if (releases != TX_NULL) in _tx_block_pool_performance_system_info_get()
Dtx_block_pool_performance_info_get.c83 …NT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *releases, in _tx_block_pool_performance_info_get() argument
131 if (releases != TX_NULL) in _tx_block_pool_performance_info_get()
134 *releases = pool_ptr -> tx_block_pool_performance_release_count; in _tx_block_pool_performance_info_get()
174 else if (releases != TX_NULL) in _tx_block_pool_performance_info_get()
Dtx_byte_pool_performance_system_info_get.c88 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, in _tx_byte_pool_performance_system_info_get() argument
117 if (releases != TX_NULL) in _tx_byte_pool_performance_system_info_get()
120 *releases = _tx_byte_pool_performance_release_count; in _tx_byte_pool_performance_system_info_get()
176 else if (releases != TX_NULL) in _tx_byte_pool_performance_system_info_get()
Dtx_byte_pool_performance_info_get.c91 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases, in _tx_byte_pool_performance_info_get() argument
140 if (releases != TX_NULL) in _tx_byte_pool_performance_info_get()
143 *releases = pool_ptr -> tx_byte_pool_performance_release_count; in _tx_byte_pool_performance_info_get()
208 else if (releases != TX_NULL) in _tx_byte_pool_performance_info_get()
/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_block_pool_performance_system_info_get.c73 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *suspensio… in _tx_block_pool_performance_system_info_get() argument
83 …_PERFORMANCE_SYSTEM_INFO_GET_CALL, (ALIGN_TYPE) allocates, (ALIGN_TYPE) releases, (ALIGN_TYPE) ext… in _tx_block_pool_performance_system_info_get()
Dtxm_block_pool_performance_info_get.c75 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *releases in _tx_block_pool_performance_info_get() argument
81 extra_parameters[0] = (ALIGN_TYPE) releases; in _tx_block_pool_performance_info_get()
Dtxm_byte_pool_performance_system_info_get.c81 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *fragments_… in _tx_byte_pool_performance_system_info_get() argument
94 …_PERFORMANCE_SYSTEM_INFO_GET_CALL, (ALIGN_TYPE) allocates, (ALIGN_TYPE) releases, (ALIGN_TYPE) ext… in _tx_byte_pool_performance_system_info_get()
Dtxm_byte_pool_performance_info_get.c83 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases, … in _tx_byte_pool_performance_info_get() argument
89 extra_parameters[0] = (ALIGN_TYPE) releases; in _tx_byte_pool_performance_info_get()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_byte_memory_information_test.c58 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases,
224 ULONG releases; in thread_0_entry() local
373 …status = tx_byte_pool_performance_info_get(TX_NULL, &allocates, &releases, &fragments_searched, &… in thread_0_entry()
385 …status = tx_byte_pool_performance_info_get(&byte_pool_1, &allocates, &releases, &fragments_search… in thread_0_entry()
397 …status = tx_byte_pool_performance_info_get(&byte_pool_0, &allocates, &releases, &fragments_search… in thread_0_entry()
400 … (allocates != byte_pool_0.tx_byte_pool_performance_allocate_count) || (releases != byte_pool_0.tx… in thread_0_entry()
412 …status = tx_byte_pool_performance_system_info_get(&allocates, &releases, &fragments_searched, &me… in thread_0_entry()
415 …SUCCESS) || (allocates != _tx_byte_pool_performance_allocate_count) || (releases != _tx_byte_pool_… in thread_0_entry()
435 …status = tx_byte_pool_performance_info_get(&byte_pool_0, &allocates, &releases, &fragments_search… in thread_0_entry()
447 …status = tx_byte_pool_performance_info_get(TX_NULL, &allocates, &releases, &fragments_searched, &… in thread_0_entry()
[all …]
Dthreadx_block_memory_information_test.c226 ULONG releases; in thread_0_entry() local
398 …status += tx_block_pool_performance_info_get(&block_pool_0, &allocates, &releases, &suspensions, &… in thread_0_entry()
402 (releases != block_pool_0.tx_block_pool_performance_release_count) || in thread_0_entry()
414 …status += tx_block_pool_performance_system_info_get(&allocates, &releases, &suspensions, &timeouts… in thread_0_entry()
417 …if ((status) || (allocates != _tx_block_pool_performance_allocate_count) || (releases != _tx_block… in thread_0_entry()
435 …status = tx_block_pool_performance_info_get(&block_pool_0, &allocates, &releases, &suspensions, &… in thread_0_entry()
447 …status = tx_block_pool_performance_info_get(TX_NULL, &allocates, &releases, &suspensions, &timeou… in thread_0_entry()
459 …status = tx_block_pool_performance_info_get(TX_NULL, TX_NULL, &releases, &suspensions, &timeouts); in thread_0_entry()
507 …status = tx_block_pool_performance_system_info_get(&allocates, &releases, &suspensions, &timeouts… in thread_0_entry()
519 … status = tx_block_pool_performance_system_info_get(TX_NULL, &releases, &suspensions, &timeouts); in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_byte_memory_information_test.c58 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases,
224 ULONG releases; in thread_0_entry() local
373 …status = tx_byte_pool_performance_info_get(TX_NULL, &allocates, &releases, &fragments_searched, &… in thread_0_entry()
385 …status = tx_byte_pool_performance_info_get(&byte_pool_1, &allocates, &releases, &fragments_search… in thread_0_entry()
397 …status = tx_byte_pool_performance_info_get(&byte_pool_0, &allocates, &releases, &fragments_search… in thread_0_entry()
400 … (allocates != byte_pool_0.tx_byte_pool_performance_allocate_count) || (releases != byte_pool_0.tx… in thread_0_entry()
412 …status = tx_byte_pool_performance_system_info_get(&allocates, &releases, &fragments_searched, &me… in thread_0_entry()
415 …SUCCESS) || (allocates != _tx_byte_pool_performance_allocate_count) || (releases != _tx_byte_pool_… in thread_0_entry()
435 …status = tx_byte_pool_performance_info_get(&byte_pool_0, &allocates, &releases, &fragments_search… in thread_0_entry()
447 …status = tx_byte_pool_performance_info_get(TX_NULL, &allocates, &releases, &fragments_searched, &… in thread_0_entry()
[all …]
Dthreadx_block_memory_information_test.c226 ULONG releases; in thread_0_entry() local
398 …status += tx_block_pool_performance_info_get(&block_pool_0, &allocates, &releases, &suspensions, &… in thread_0_entry()
402 (releases != block_pool_0.tx_block_pool_performance_release_count) || in thread_0_entry()
414 …status += tx_block_pool_performance_system_info_get(&allocates, &releases, &suspensions, &timeouts… in thread_0_entry()
417 …if ((status) || (allocates != _tx_block_pool_performance_allocate_count) || (releases != _tx_block… in thread_0_entry()
435 …status = tx_block_pool_performance_info_get(&block_pool_0, &allocates, &releases, &suspensions, &… in thread_0_entry()
447 …status = tx_block_pool_performance_info_get(TX_NULL, &allocates, &releases, &suspensions, &timeou… in thread_0_entry()
459 …status = tx_block_pool_performance_info_get(TX_NULL, TX_NULL, &releases, &suspensions, &timeouts); in thread_0_entry()
507 …status = tx_block_pool_performance_system_info_get(&allocates, &releases, &suspensions, &timeouts… in thread_0_entry()
519 … status = tx_block_pool_performance_system_info_get(TX_NULL, &releases, &suspensions, &timeouts); in thread_0_entry()
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/src/
Dtx_thread_smp_unprotect.mip41 /* This function releases previously obtained protection. The supplied */
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/src/
Dtx_thread_smp_unprotect.a6451 /* This function releases previously obtained protection. The supplied */
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1578 … _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *releases,
1580 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
1610 … _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases,
1612 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1481 … _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *releases,
1483 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
1524 … _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases,
1526 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
/ThreadX-v6.3.0/utility/benchmarks/thread_metric/
Dthread_metric_readme.txt202 This function releases the previously allocated 128-byte block
/ThreadX-v6.3.0/
DREADME.md47 …ew or GA) will be tagged to mark the commit and push it into the Github releases tab, e.g. `v6.2-r…