zpl-c / zpl

📐 Pushing the boundaries of simplicity

Home Page:https://blog.zpl.pw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zpl_thread join/is_running

Bluelet opened this issue · comments

in zpl_thread_join, pthread_thread_join should be called unless is_running.
zpl_thread.is_running will be true if 'zpl__thread_proc' returns before 'zpl_thread_start_with_stack' ends.