zyfeier commented on PR #8175:
URL: https://github.com/apache/nuttx/pull/8175#issuecomment-1407341608

   @pkarashchenko 
   bench thread call pthread_exit() run on the cpu1, main thread call 
pthread_cancel(g_bench_threads) run on cpu0:
   
![image](https://user-images.githubusercontent.com/49738499/215255972-4a110381-6731-4fea-a9a1-993ecfce63e9.png)
   bench thread was deleted and will no longer run, the sem count value of 
group->tg_joinlock is always -1.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to