Home
last modified time | relevance | path

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

123

/ThreadX-v6.4.1/test/ports/
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_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_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_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_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_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 …]
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 …]
/ThreadX-v6.4.1/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.4.1/ports_module/cortex_m7/iar/module_manager/src/
Dtx_iar.c92 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
96 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
98 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
99 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
100 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
455 void *p = 0; in __aeabi_read_tp() local
459 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
463 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
465 return p; in __aeabi_read_tp()
475 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.4.1/ports_module/cortex_r4/iar/module_manager/src/
Dtx_iar.c92 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
96 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
98 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
99 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
100 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
455 void *p = 0; in __aeabi_read_tp() local
459 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
463 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
465 return p; in __aeabi_read_tp()
475 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.4.1/ports_module/cortex_m4/iar/module_manager/src/
Dtx_iar.c92 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
96 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
98 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
99 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
100 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
455 void *p = 0; in __aeabi_read_tp() local
459 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
463 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
465 return p; in __aeabi_read_tp()
475 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.4.1/ports_module/cortex_m0+/iar/module_manager/src/
Dtx_iar.c92 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
96 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
98 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
99 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
100 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
455 void *p = 0; in __aeabi_read_tp() local
459 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
463 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
465 return p; in __aeabi_read_tp()
475 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.4.1/ports_module/cortex_a7/iar/module_manager/src/
Dtx_iar.c92 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
96 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
98 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
99 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
100 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
455 void *p = 0; in __aeabi_read_tp() local
459 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
463 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
465 return p; in __aeabi_read_tp()
475 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.4.1/ports_module/cortex_m3/iar/module_manager/src/
Dtx_iar.c92 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
96 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
98 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
99 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
100 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
455 void *p = 0; in __aeabi_read_tp() local
459 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
463 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
465 return p; in __aeabi_read_tp()
475 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.4.1/ports_arch/ARMv8-M/threadx/iar/src/
Dtx_iar.c92 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
96 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
98 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
99 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
100 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
455 void *p = 0; in __aeabi_read_tp() local
459 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
463 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
465 return p; in __aeabi_read_tp()
475 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.4.1/ports/cortex_m23/iar/src/
Dtx_iar.c92 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
96 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
98 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
99 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
100 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
455 void *p = 0; in __aeabi_read_tp() local
459 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
463 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
465 return p; in __aeabi_read_tp()
475 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.4.1/ports/cortex_m0/iar/src/
Dtx_iar.c92 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
96 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
98 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
99 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
100 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
455 void *p = 0; in __aeabi_read_tp() local
459 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
463 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
465 return p; in __aeabi_read_tp()
475 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.4.1/ports/cortex_m33/iar/src/
Dtx_iar.c92 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
96 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
98 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
99 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
100 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
455 void *p = 0; in __aeabi_read_tp() local
459 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
463 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
465 return p; in __aeabi_read_tp()
475 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.4.1/ports/linux/gnu/inc/
Dtx_port.h518 #define tx_linux_mutex_lock(p) pthread_mutex_lock(&p) argument
519 #define tx_linux_mutex_unlock(p) pthread_mutex_unlock(&p) argument
520 #define tx_linux_mutex_recursive_unlock(p) {\ argument
524 pthread_mutex_unlock(&p);\
529 #define tx_linux_sem_post(p) tx_linux_mutex_lock(_tx_linux_mutex);\ argument
530 sem_post(p);\
532 #define tx_linux_sem_post_nolock(p) sem_post(p) argument
533 #define tx_linux_sem_wait(p) sem_wait(p) argument
/ThreadX-v6.4.1/ports/arm9/iar/src/
Dtx_iar.c92 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
96 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
98 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
99 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
100 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
455 void *p = 0; in __aeabi_read_tp() local
459 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
463 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
465 return p; in __aeabi_read_tp()
475 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.4.1/ports/cortex_m3/iar/src/
Dtx_iar.c92 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
96 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
98 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
99 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
100 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
455 void *p = 0; in __aeabi_read_tp() local
459 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
463 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
465 return p; in __aeabi_read_tp()
475 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]
/ThreadX-v6.4.1/ports/cortex_a9/iar/src/
Dtx_iar.c92 char _DLIB_TLS_MEMORY *p = 0; in __iar_dlib_perthread_access() local
96 p = (char _DLIB_TLS_MEMORY *) _tx_thread_current_ptr -> tx_thread_iar_tls_pointer; in __iar_dlib_perthread_access()
98 p = (void _DLIB_TLS_MEMORY *) __segment_begin("__DLIB_PERTHREAD"); in __iar_dlib_perthread_access()
99 p += __IAR_DLIB_PERTHREAD_SYMBOL_OFFSET(symbp); in __iar_dlib_perthread_access()
100 return (void _DLIB_TLS_MEMORY *) p; in __iar_dlib_perthread_access()
455 void *p = 0; in __aeabi_read_tp() local
459 p = thread_ptr->tx_thread_iar_tls_pointer; in __aeabi_read_tp()
463 p = __section_begin("__iar_tls$$DATA"); in __aeabi_read_tp()
465 return p; in __aeabi_read_tp()
475 void *p = malloc(tls_size); in _tx_iar_create_per_thread_tls_area() local
[all …]

123