Home
last modified time | relevance | path

Searched refs:p (Results 1 – 25 of 68) sorted by relevance

123

/ThreadX-v6.3.0/test/ports/
Dazrtos_test_tx_ghs_cortex_a5.rc6 p /x thread_0_counter
7 p /x thread_1_counter
8 p /x thread_2_counter
9 p /x thread_3_counter
10 p /x thread_4_counter
11 p /x thread_5_counter
12 p /x thread_6_counter
13 p /x thread_7_counter
15 p /x thread_0_counter
16 p /x thread_1_counter
[all …]
Dazrtos_test_tx_ghs_cortex_a7.rc6 p /x thread_0_counter
7 p /x thread_1_counter
8 p /x thread_2_counter
9 p /x thread_3_counter
10 p /x thread_4_counter
11 p /x thread_5_counter
12 p /x thread_6_counter
13 p /x thread_7_counter
15 p /x thread_0_counter
16 p /x thread_1_counter
[all …]
Dazrtos_test_tx_ghs_cortex_a8.rc6 p /x thread_0_counter
7 p /x thread_1_counter
8 p /x thread_2_counter
9 p /x thread_3_counter
10 p /x thread_4_counter
11 p /x thread_5_counter
12 p /x thread_6_counter
13 p /x thread_7_counter
15 p /x thread_0_counter
16 p /x thread_1_counter
[all …]
Dazrtos_test_tx_ghs_cortex_r4.rc6 p /x thread_0_counter
7 p /x thread_1_counter
8 p /x thread_2_counter
9 p /x thread_3_counter
10 p /x thread_4_counter
11 p /x thread_5_counter
12 p /x thread_6_counter
13 p /x thread_7_counter
15 p /x thread_0_counter
16 p /x thread_1_counter
[all …]
Dazrtos_test_tx_ghs_cortex_r5.rc6 p /x thread_0_counter
7 p /x thread_1_counter
8 p /x thread_2_counter
9 p /x thread_3_counter
10 p /x thread_4_counter
11 p /x thread_5_counter
12 p /x thread_6_counter
13 p /x thread_7_counter
15 p /x thread_0_counter
16 p /x thread_1_counter
[all …]
Dazrtos_test_tx_ghs_cortex_r7.rc6 p /x thread_0_counter
7 p /x thread_1_counter
8 p /x thread_2_counter
9 p /x thread_3_counter
10 p /x thread_4_counter
11 p /x thread_5_counter
12 p /x thread_6_counter
13 p /x thread_7_counter
15 p /x thread_0_counter
16 p /x thread_1_counter
[all …]
Dazrtos_test_tx_ghs_cortex_a9.rc6 p /x thread_0_counter
7 p /x thread_1_counter
8 p /x thread_2_counter
9 p /x thread_3_counter
10 p /x thread_4_counter
11 p /x thread_5_counter
12 p /x thread_6_counter
13 p /x thread_7_counter
15 p /x thread_0_counter
16 p /x thread_1_counter
[all …]
Dazrtos_test_tx_ghs_cortex_m3.rc6 p /x thread_0_counter
7 p /x thread_1_counter
8 p /x thread_2_counter
9 p /x thread_3_counter
10 p /x thread_4_counter
11 p /x thread_5_counter
12 p /x thread_6_counter
13 p /x thread_7_counter
24 p /x thread_0_counter
25 p /x thread_1_counter
[all …]
Dazrtos_test_tx_ghs_cortex_m7.rc6 p /x thread_0_counter
7 p /x thread_1_counter
8 p /x thread_2_counter
9 p /x thread_3_counter
10 p /x thread_4_counter
11 p /x thread_5_counter
12 p /x thread_6_counter
13 p /x thread_7_counter
24 p /x thread_0_counter
25 p /x thread_1_counter
[all …]
Dazrtos_test_tx_ghs_cortex_m4.rc6 p /x thread_0_counter
7 p /x thread_1_counter
8 p /x thread_2_counter
9 p /x thread_3_counter
10 p /x thread_4_counter
11 p /x thread_5_counter
12 p /x thread_6_counter
13 p /x thread_7_counter
24 p /x thread_0_counter
25 p /x thread_1_counter
[all …]
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/example_build/sample_threadx/
Dstdio_ghs.c21 const char *p = buf; in write() local
22 const char *pmax = p + size; in write()
23 while (p < pmax) { in write()
24 char c = *p++; in write()
/ThreadX-v6.3.0/ports_module/cortex_m7/iar/module_manager/src/
Dtx_iar.c93 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
97 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
99 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
100 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
101 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
456 void *p = 0; in __aeabi_read_tp() local
460 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
464 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
466 return p; in __aeabi_read_tp()
476 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.3.0/ports/cortex_a9/iar/src/
Dtx_iar.c93 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
97 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
99 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
100 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
101 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
456 void *p = 0; in __aeabi_read_tp() local
460 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
464 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
466 return p; in __aeabi_read_tp()
476 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.3.0/ports/cortex_m0/iar/src/
Dtx_iar.c93 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
97 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
99 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
100 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
101 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
456 void *p = 0; in __aeabi_read_tp() local
460 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
464 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
466 return p; in __aeabi_read_tp()
476 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.3.0/ports/cortex_m23/iar/src/
Dtx_iar.c93 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
97 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
99 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
100 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
101 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
456 void *p = 0; in __aeabi_read_tp() local
460 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
464 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
466 return p; in __aeabi_read_tp()
476 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.3.0/ports/cortex_m3/iar/src/
Dtx_iar.c93 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
97 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
99 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
100 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
101 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
456 void *p = 0; in __aeabi_read_tp() local
460 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
464 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
466 return p; in __aeabi_read_tp()
476 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.3.0/ports_module/cortex_r4/iar/module_manager/src/
Dtx_iar.c93 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
97 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
99 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
100 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
101 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
456 void *p = 0; in __aeabi_read_tp() local
460 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
464 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
466 return p; in __aeabi_read_tp()
476 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m4/iar/module_manager/src/
Dtx_iar.c93 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
97 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
99 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
100 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
101 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
456 void *p = 0; in __aeabi_read_tp() local
460 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
464 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
466 return p; in __aeabi_read_tp()
476 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.3.0/ports_module/cortex_a7/iar/module_manager/src/
Dtx_iar.c93 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
97 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
99 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
100 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
101 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
456 void *p = 0; in __aeabi_read_tp() local
460 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
464 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
466 return p; in __aeabi_read_tp()
476 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m0+/iar/module_manager/src/
Dtx_iar.c93 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
97 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
99 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
100 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
101 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
456 void *p = 0; in __aeabi_read_tp() local
460 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
464 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
466 return p; in __aeabi_read_tp()
476 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.3.0/ports/cortex_m7/iar/src/
Dtx_iar.c93 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
97 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
99 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
100 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
101 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
456 void *p = 0; in __aeabi_read_tp() local
460 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
464 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
466 return p; in __aeabi_read_tp()
476 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.3.0/ports/cortex_m85/iar/src/
Dtx_iar.c93 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
97 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
99 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
100 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
101 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
456 void *p = 0; in __aeabi_read_tp() local
460 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
464 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
466 return p; in __aeabi_read_tp()
476 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.3.0/ports/cortex_r4/iar/src/
Dtx_iar.c93 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
97 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
99 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
100 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
101 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
456 void *p = 0; in __aeabi_read_tp() local
460 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
464 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
466 return p; in __aeabi_read_tp()
476 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.3.0/ports/cortex_m4/iar/src/
Dtx_iar.c93 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
97 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
99 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
100 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
101 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
456 void *p = 0; in __aeabi_read_tp() local
460 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
464 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
466 return p; in __aeabi_read_tp()
476 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.3.0/ports/cortex_m55/iar/src/
Dtx_iar.c93 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
97 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
99 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
100 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
101 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
456 void *p = 0; in __aeabi_read_tp() local
460 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
464 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
466 return p; in __aeabi_read_tp()
476 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]

123