Searched refs:function_name (Results 1 – 4 of 4) sorted by relevance
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
D | Rockchip_OSAL_Thread.c | 52 OMX_PTR function_name, in Rockchip_OSAL_ThreadCreate() argument 84 result = pthread_create(&thread->pthread, &thread->attr, function_name, (void *)argument); in Rockchip_OSAL_ThreadCreate()
|
D | Rockchip_OSAL_Thread.h | 39 OMX_PTR function_name,
|
/device/soc/esp/esp32/components/heap/include/ |
D | esp_heap_caps.h | 53 typedef void (*esp_alloc_failed_hook_t) (size_t size, uint32_t caps, const char * function_name);
|
/device/soc/esp/esp32/components/heap/ |
D | heap_caps.c | 60 static void heap_caps_alloc_failed(size_t requested_size, uint32_t caps, const char *function_name) in heap_caps_alloc_failed() argument 63 alloc_failed_callback(requested_size, caps, function_name); in heap_caps_alloc_failed()
|