Searched defs:ptr (Results 1 – 10 of 10) sorted by relevance
| /ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/example_build/sample_threadx/ |
| D | tx_zynqmp.h | 61 static inline void tx_zynqmp_dcache_flush(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_flush() 75 static inline void tx_zynqmp_dcache_invalidate(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_invalidate() 89 static inline void tx_zynqmp_dcache_clean(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_clean()
|
| /ThreadX-v6.4.1/ports/xtensa/xcc/src/ |
| D | tx_clib_lock.c | 77 __malloc_lock (struct _reent * ptr) in __malloc_lock() 91 __malloc_unlock (struct _reent * ptr) in __malloc_unlock() 110 __env_lock (struct _reent * ptr) in __env_lock() 124 __env_unlock (struct _reent * ptr) in __env_unlock()
|
| /ThreadX-v6.4.1/ports/win32/vs_2019/src/ |
| D | tx_thread_stack_build.c | 139 DWORD WINAPI _tx_win32_thread_entry(LPVOID ptr) in _tx_win32_thread_entry()
|
| /ThreadX-v6.4.1/ports/linux/gnu/src/ |
| D | tx_thread_stack_build.c | 134 void *_tx_linux_thread_entry(void *ptr) in _tx_linux_thread_entry()
|
| /ThreadX-v6.4.1/ports_smp/linux/gnu/src/ |
| D | tx_thread_stack_build.c | 139 void *_tx_linux_thread_entry(void *ptr) in _tx_linux_thread_entry()
|
| /ThreadX-v6.4.1/common/src/ |
| D | tx_misra.c | 49 VOID _tx_misra_memset(VOID *ptr, UINT value, UINT size) in _tx_misra_memset() 62 UCHAR *_tx_misra_uchar_pointer_add(UCHAR *ptr, ULONG amount) in _tx_misra_uchar_pointer_add() 76 UCHAR *_tx_misra_uchar_pointer_sub(UCHAR *ptr, ULONG amount) in _tx_misra_uchar_pointer_sub() 107 ULONG _tx_misra_pointer_to_ulong_convert(VOID *ptr) in _tx_misra_pointer_to_ulong_convert() 120 ULONG *_tx_misra_ulong_pointer_add(ULONG *ptr, ULONG amount) in _tx_misra_ulong_pointer_add() 134 ULONG *_tx_misra_ulong_pointer_sub(ULONG *ptr, ULONG amount) in _tx_misra_ulong_pointer_sub()
|
| /ThreadX-v6.4.1/common_smp/src/ |
| D | tx_misra.c | 47 VOID _tx_misra_memset(VOID *ptr, UINT value, UINT size) in _tx_misra_memset() 60 UCHAR *_tx_misra_uchar_pointer_add(UCHAR *ptr, ULONG amount) in _tx_misra_uchar_pointer_add() 74 UCHAR *_tx_misra_uchar_pointer_sub(UCHAR *ptr, ULONG amount) in _tx_misra_uchar_pointer_sub() 105 ULONG _tx_misra_pointer_to_ulong_convert(VOID *ptr) in _tx_misra_pointer_to_ulong_convert() 118 ULONG *_tx_misra_ulong_pointer_add(ULONG *ptr, ULONG amount) in _tx_misra_ulong_pointer_add() 132 ULONG *_tx_misra_ulong_pointer_sub(ULONG *ptr, ULONG amount) in _tx_misra_ulong_pointer_sub()
|
| /ThreadX-v6.4.1/test/tx/regression/ |
| D | threadx_trace_basic_test.c | 155 static VOID trace_buffer_full(void *ptr) in trace_buffer_full()
|
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_trace_basic_test.c | 180 static VOID trace_buffer_full(void *ptr) in trace_buffer_full()
|
| /ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/inc/ |
| D | tx_port.h | 87 static inline void _tx_memset(void * ptr, int value, unsigned num) in _tx_memset()
|