]> Git Repo - esp-hosted.git/commit
feature/android_pthread_cancel Implemented pthread_cancel() for Android
authorSoh Kam Yung <[email protected]>
Wed, 13 Mar 2024 02:04:02 +0000 (10:04 +0800)
committerSoh Kam Yung <[email protected]>
Wed, 13 Mar 2024 02:04:02 +0000 (10:04 +0800)
commitaa533eb02b32a060edd08d41b64fae1cc7bec6f3
tree007bece197f05bfa29792ba2ead83bc6e2f1a3d8
parentdd0ea8cf8d91ef9e4714ddd0c96ecc34b2794060
feature/android_pthread_cancel Implemented pthread_cancel() for Android

Android does not support pthread_cancel(). As a workaround, pthread_exit()
is used to send a user defined signal to the thread to cause it to exit.
esp_hosted_fg/host/linux/port/include/platform_wrapper.h
esp_hosted_fg/host/linux/port/src/platform_wrapper.c
This page took 0.026844 seconds and 5 git commands to generate.