Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Keeping Pthread alive : (4 Items)
   
Keeping Pthread alive  
Hi 
How to create a pthread and make it running until the process killed and needs to process the buffers in that thread 
from the continuous callbacks.
Re: Keeping Pthread alive  
This is a rather basic programming question ... you need to do some research by yourself, I'm afraid.

regards
Michael
On Wed, 2018-07-18 at 17:45 -0400, Venkata Nakka wrote:

Hi
How to create a pthread and make it running until the process killed and needs to process the buffers in that thread 
from the continuous callbacks.



_______________________________________________

OSTech
http://community.qnx.com/sf/go/post118968
To cancel your subscription to this discussion, please e-mail ostech-core_os-unsubscribe@community.qnx.com<mailto:ostech
-core_os-unsubscribe@community.qnx.com>;

Attachment: HTML sf-attachment-mime36798 999 bytes
Re: QNX API for running background tasks continuously  
Thanks. I am creating Pthreads using thread pool pattern but here my question is , QNX supports any API for threads 
running in the background like services in Android.?
Re: QNX API for running background tasks continuously  
On Thu, 2018-07-19 at 13:50 -0400, Venkata Nakka wrote:

Thanks. I am creating Pthreads using thread pool pattern but here my question is , QNX supports any API for threads 
running in the background like services in Android.?



what you're writing sounds very much like you're looking for a daemon - not so much an API as a concept ...

HTH
Michael

Attachment: HTML sf-attachment-mime36816 718 bytes