Searched defs:ptr (Results 1 – 10 of 10) sorted by relevance
| /ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/example_build/sample_threadx/ |
| D | tx_zynqmp.h | 62 static inline void tx_zynqmp_dcache_flush(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_flush() 76 static inline void tx_zynqmp_dcache_invalidate(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_invalidate() 90 static inline void tx_zynqmp_dcache_clean(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_clean()
|
| /ThreadX-v6.3.0/ports/xtensa/xcc/src/ |
| D | tx_clib_lock.c | 73 __malloc_lock (struct _reent * ptr) in __malloc_lock() 87 __malloc_unlock (struct _reent * ptr) in __malloc_unlock() 106 __env_lock (struct _reent * ptr) in __env_lock() 120 __env_unlock (struct _reent * ptr) in __env_unlock()
|
| /ThreadX-v6.3.0/ports/win32/vs_2019/src/ |
| D | tx_thread_stack_build.c | 140 DWORD WINAPI _tx_win32_thread_entry(LPVOID ptr) in _tx_win32_thread_entry()
|
| /ThreadX-v6.3.0/ports/linux/gnu/src/ |
| D | tx_thread_stack_build.c | 135 void *_tx_linux_thread_entry(void *ptr) in _tx_linux_thread_entry()
|
| /ThreadX-v6.3.0/ports_smp/linux/gnu/src/ |
| D | tx_thread_stack_build.c | 140 void *_tx_linux_thread_entry(void *ptr) in _tx_linux_thread_entry()
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_misra.c | 50 VOID _tx_misra_memset(VOID *ptr, UINT value, UINT size) in _tx_misra_memset() 63 UCHAR *_tx_misra_uchar_pointer_add(UCHAR *ptr, ULONG amount) in _tx_misra_uchar_pointer_add() 77 UCHAR *_tx_misra_uchar_pointer_sub(UCHAR *ptr, ULONG amount) in _tx_misra_uchar_pointer_sub() 108 ULONG _tx_misra_pointer_to_ulong_convert(VOID *ptr) in _tx_misra_pointer_to_ulong_convert() 121 ULONG *_tx_misra_ulong_pointer_add(ULONG *ptr, ULONG amount) in _tx_misra_ulong_pointer_add() 135 ULONG *_tx_misra_ulong_pointer_sub(ULONG *ptr, ULONG amount) in _tx_misra_ulong_pointer_sub()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_misra.c | 48 VOID _tx_misra_memset(VOID *ptr, UINT value, UINT size) in _tx_misra_memset() 61 UCHAR *_tx_misra_uchar_pointer_add(UCHAR *ptr, ULONG amount) in _tx_misra_uchar_pointer_add() 75 UCHAR *_tx_misra_uchar_pointer_sub(UCHAR *ptr, ULONG amount) in _tx_misra_uchar_pointer_sub() 106 ULONG _tx_misra_pointer_to_ulong_convert(VOID *ptr) in _tx_misra_pointer_to_ulong_convert() 119 ULONG *_tx_misra_ulong_pointer_add(ULONG *ptr, ULONG amount) in _tx_misra_ulong_pointer_add() 133 ULONG *_tx_misra_ulong_pointer_sub(ULONG *ptr, ULONG amount) in _tx_misra_ulong_pointer_sub()
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_trace_basic_test.c | 155 static VOID trace_buffer_full(void *ptr) in trace_buffer_full()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_trace_basic_test.c | 180 static VOID trace_buffer_full(void *ptr) in trace_buffer_full()
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/inc/ |
| D | tx_port.h | 88 static inline void _tx_memset(void * ptr, int value, unsigned num) in _tx_memset()
|