Home
last modified time | relevance | path

Searched refs:tp (Results 1 – 13 of 13) sorted by relevance

/ThreadX-v6.3.0/ports/cortex_m3/ghs/src/
Dtx_ghs.c422 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2() local
430 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2()
435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2()
444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
451 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2()
454 } while ( tp != _tx_thread_created_ptr ); in _txs_thread_stack_check_2()
460 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2_fixup() local
468 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2_fixup()
474tp->tx_thread_stack_size = (ULONG)tp->tx_thread_stack_end-(ULONG)tp->tx_thread_stack_start+1; in _txs_thread_stack_check_2_fixup()
477 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2_fixup()
[all …]
/ThreadX-v6.3.0/ports/cortex_r4/ghs/src/
Dtx_ghs.c422 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2() local
430 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2()
435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2()
444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
451 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2()
454 } while ( tp != _tx_thread_created_ptr ); in _txs_thread_stack_check_2()
460 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2_fixup() local
468 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2_fixup()
474tp->tx_thread_stack_size = (ULONG)tp->tx_thread_stack_end-(ULONG)tp->tx_thread_stack_start+1; in _txs_thread_stack_check_2_fixup()
477 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2_fixup()
[all …]
/ThreadX-v6.3.0/ports/cortex_m4/ghs/src/
Dtx_ghs.c422 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2() local
430 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2()
435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2()
444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
451 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2()
454 } while ( tp != _tx_thread_created_ptr ); in _txs_thread_stack_check_2()
460 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2_fixup() local
468 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2_fixup()
474tp->tx_thread_stack_size = (ULONG)tp->tx_thread_stack_end-(ULONG)tp->tx_thread_stack_start+1; in _txs_thread_stack_check_2_fixup()
477 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2_fixup()
[all …]
/ThreadX-v6.3.0/ports/cortex_a8/ghs/src/
Dtx_ghs.c422 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2() local
430 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2()
435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2()
444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
451 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2()
454 } while ( tp != _tx_thread_created_ptr ); in _txs_thread_stack_check_2()
460 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2_fixup() local
468 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2_fixup()
474tp->tx_thread_stack_size = (ULONG)tp->tx_thread_stack_end-(ULONG)tp->tx_thread_stack_start+1; in _txs_thread_stack_check_2_fixup()
477 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2_fixup()
[all …]
/ThreadX-v6.3.0/ports/cortex_a9/ghs/src/
Dtx_ghs.c422 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2() local
430 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2()
435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2()
444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
451 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2()
454 } while ( tp != _tx_thread_created_ptr ); in _txs_thread_stack_check_2()
460 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2_fixup() local
468 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2_fixup()
474tp->tx_thread_stack_size = (ULONG)tp->tx_thread_stack_end-(ULONG)tp->tx_thread_stack_start+1; in _txs_thread_stack_check_2_fixup()
477 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2_fixup()
[all …]
/ThreadX-v6.3.0/ports/cortex_r5/ghs/src/
Dtx_ghs.c422 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2() local
430 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2()
435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2()
444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
451 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2()
454 } while ( tp != _tx_thread_created_ptr ); in _txs_thread_stack_check_2()
460 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2_fixup() local
468 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2_fixup()
474tp->tx_thread_stack_size = (ULONG)tp->tx_thread_stack_end-(ULONG)tp->tx_thread_stack_start+1; in _txs_thread_stack_check_2_fixup()
477 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2_fixup()
[all …]
/ThreadX-v6.3.0/ports/cortex_r7/ghs/src/
Dtx_ghs.c422 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2() local
430 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2()
435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2()
444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
451 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2()
454 } while ( tp != _tx_thread_created_ptr ); in _txs_thread_stack_check_2()
460 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2_fixup() local
468 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2_fixup()
474tp->tx_thread_stack_size = (ULONG)tp->tx_thread_stack_end-(ULONG)tp->tx_thread_stack_start+1; in _txs_thread_stack_check_2_fixup()
477 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2_fixup()
[all …]
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/src/
Dtx_ghs.c434 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2() local
442 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2()
447 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2()
456 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
463 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2()
466 } while ( tp != _tx_thread_created_ptr ); in _txs_thread_stack_check_2()
472 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2_fixup() local
480 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2_fixup()
486tp->tx_thread_stack_size = (ULONG)tp->tx_thread_stack_end-(ULONG)tp->tx_thread_stack_start+1; in _txs_thread_stack_check_2_fixup()
489 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2_fixup()
[all …]
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/src/
Dtx_ghs.c422 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2() local
430 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2()
435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2()
444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
451 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2()
454 } while ( tp != _tx_thread_created_ptr ); in _txs_thread_stack_check_2()
460 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2_fixup() local
468 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2_fixup()
474tp->tx_thread_stack_size = (ULONG)tp->tx_thread_stack_end-(ULONG)tp->tx_thread_stack_start+1; in _txs_thread_stack_check_2_fixup()
477 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2_fixup()
[all …]
/ThreadX-v6.3.0/ports/cortex_m7/ghs/src/
Dtx_ghs.c422 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2() local
430 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2()
435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2()
444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
451 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2()
454 } while ( tp != _tx_thread_created_ptr ); in _txs_thread_stack_check_2()
460 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2_fixup() local
468 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2_fixup()
474tp->tx_thread_stack_size = (ULONG)tp->tx_thread_stack_end-(ULONG)tp->tx_thread_stack_start+1; in _txs_thread_stack_check_2_fixup()
477 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2_fixup()
[all …]
/ThreadX-v6.3.0/ports/cortex_a5/ghs/src/
Dtx_ghs.c422 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2() local
430 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2()
435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2()
444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
451 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2()
454 } while ( tp != _tx_thread_created_ptr ); in _txs_thread_stack_check_2()
460 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2_fixup() local
468 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2_fixup()
474tp->tx_thread_stack_size = (ULONG)tp->tx_thread_stack_end-(ULONG)tp->tx_thread_stack_start+1; in _txs_thread_stack_check_2_fixup()
477 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2_fixup()
[all …]
/ThreadX-v6.3.0/ports/cortex_a7/ghs/src/
Dtx_ghs.c422 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2() local
430 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2()
435 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2()
444 tp->tx_thread_stack_size = ((ULONG)tp->tx_thread_stack_end) - (ULONG)cp + 1; in _txs_thread_stack_check_2()
451 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2()
454 } while ( tp != _tx_thread_created_ptr ); in _txs_thread_stack_check_2()
460 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2_fixup() local
468 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2_fixup()
474tp->tx_thread_stack_size = (ULONG)tp->tx_thread_stack_end-(ULONG)tp->tx_thread_stack_start+1; in _txs_thread_stack_check_2_fixup()
477 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2_fixup()
[all …]
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/src/
Dtx_ghs.c439 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2() local
447 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2()
452 for ( cp = (CHAR *)tp->tx_thread_stack_start; cp <= (CHAR *)tp->tx_thread_stack_end; in _txs_thread_stack_check_2()
461 tp->tx_thread_stack_size = ((CHAR *)tp->tx_thread_stack_end) - (CHAR *)cp + 1; in _txs_thread_stack_check_2()
468 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2()
471 } while ( tp != _tx_thread_created_ptr ); in _txs_thread_stack_check_2()
477 TX_THREAD * tp; /* Pointer to each thread. */ in _txs_thread_stack_check_2_fixup() local
485 tp = _tx_thread_created_ptr; in _txs_thread_stack_check_2_fixup()
491tp->tx_thread_stack_size = (CHAR *)tp->tx_thread_stack_end-(CHAR *)tp->tx_thread_stack_start+1; in _txs_thread_stack_check_2_fixup()
494 tp = tp->tx_thread_created_next; in _txs_thread_stack_check_2_fixup()
[all …]