# release\_thread\_hints Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/qape_release_thread_hints.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/qape_release_thread_hints.html) Hints to release if any hint is provided for the thread, this is to reset any thread to the default. release\_hint will work for any thread. release_thread_hints()Copy to clipboard ## Parameters | Parameters | API type | Data type | Description | | --- | --- | --- | --- | | hint\_category | Java | int |

If category passes 3, it removes the
threads added as part of the hint\_thread\_pipeline(). The tid parameter is
ignored. | | hint\_category | Native | uint8 |

If category passes 3, it removes the
threads added as part of the hint\_thread\_pipeline(). The tid parameter is
ignored. | | tids | Java | long | Give the TID need to reset the functionality defined in parameter
category. | | tids | Native | unit32 | Give the TID need to reset the functionality defined in parameter
category. | | ret\_val | Native | int8\_t& | On success this is the actual return value from the API.



| | | | | | ## Returns | Return | API type | Data type | Description | | --- | --- | --- | --- | | response | Java | int | | | response | Native | qesdk\_transaction\_status | See [QESDK transaction status for Native APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_qesdk_class.html) for usage details. Use qesdk\_transaction\_status to confirm API call invocation. If successful, use the `ret` value for the actual API return value object. | | | | | | **Parent Topic:** [QAPE subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/qape_apis.html) Last Published: Nov 14, 2024 [Previous Topic hint\_thread\_pipeline](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/qape_hint_thread_pipeline.md) [Next Topic register\_thermal\_zone\_callback](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/qape_register_thermal_zone_callback.md)