# Port functions Source: [https://docs.qualcomm.com/doc/80-58740-4/topic/port-functions.html](https://docs.qualcomm.com/doc/80-58740-4/topic/port-functions.html) Port the interface functions to be implemented. ## qcc74xlog\_clock Get the current CPU clock number. uint64_t qcc74xlog_clock(void);Copy to clipboard ## qcc74xlog\_time Get the current UTC timestamp. uint32_t qcc74xlog_time(void);Copy to clipboard ## qcc74xlog\_thread Get the current thread name. char *qcc74xlog_thread(void);Copy to clipboard **Parent Topic:** [QCC74xLOG](https://docs.qualcomm.com/doc/80-58740-4/topic/qcc74xlog_0.html) Last Published: Feb 10, 2025 [Previous Topic Macros](https://docs.qualcomm.com/bundle/publicresource/80-58740-4/topics/macros.md) [Next Topic Global functions](https://docs.qualcomm.com/bundle/publicresource/80-58740-4/topics/global-functions.md)