Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Exception handler newbie question Pin
Philippe Mori27-Jun-12 17:54
Philippe Mori27-Jun-12 17:54 
AnswerRe: Exception handler newbie question Pin
Sivaraman Dhamodharan28-Jun-12 1:39
Sivaraman Dhamodharan28-Jun-12 1:39 
GeneralRe: Exception handler newbie question Pin
ForNow28-Jun-12 2:43
ForNow28-Jun-12 2:43 
GeneralRe: Exception handler newbie question Pin
David Crow28-Jun-12 3:48
David Crow28-Jun-12 3:48 
GeneralRe: Exception handler newbie question Pin
ForNow28-Jun-12 7:25
ForNow28-Jun-12 7:25 
AnswerRe: Exception handler newbie question Pin
Peter_in_278028-Jun-12 3:52
professionalPeter_in_278028-Jun-12 3:52 
AnswerRe: Exception handler newbie question Pin
David Crow28-Jun-12 2:25
David Crow28-Jun-12 2:25 
Questionpthread_cancel issue Pin
ytubis27-Jun-12 9:32
ytubis27-Jun-12 9:32 
Hi,
I have an issue when using this function,

the scenario is like that:
thread 1 invokes and creates thread 2 which monitors some data, using pthread_create with PTHREAD_CANCEL_ENABLE and PTHREAD_CANCEL_DEFERRED, then when thread 1 finishes his job it cancels thread 2 using pthread_cancel and everything is working fine, but the problem is that it seems that the threads are dead but still connected to the main projcess.
I am usin QNX OS which is a BSD flavor, same as Unix,

process view:

37560404 1 ./omadm_client 10r JOIN 5
37560404 2 ./omadm_client 10r CONDVAR
37560404 3 ./omadm_client 10r CONDVAR
37560404 4 ./omadm_client 10r REPLY
37560404 5 ./omadm_client 10r REPLY
37560404 6 ./omadm_client 10r DEAD
37560404 7 ./omadm_client 10r DEAD
37560404 8 ./omadm_client 10r DEAD
37560404 9 ./omadm_client 10r DEAD
37560404 10 ./omadm_client 10r DEAD

is it ok? how can I detach them from my main proccess? I do not see the point of uisn pthread_join unless it needs to be invoked for the termination process..

Many thanks,

Yossi,
AnswerRe: pthread_cancel issue Pin
Luc Pattyn27-Jun-12 10:05
sitebuilderLuc Pattyn27-Jun-12 10:05 
GeneralRe: pthread_cancel issue Pin
ytubis27-Jun-12 10:31
ytubis27-Jun-12 10:31 
AnswerRe: pthread_cancel issue Pin
Luc Pattyn27-Jun-12 11:06
sitebuilderLuc Pattyn27-Jun-12 11:06 
Generalhelp: image coordinates(x,y) in opencv with mfc Pin
jawadali47726-Jun-12 19:07
jawadali47726-Jun-12 19:07 
AnswerRe: help: image coordinates(x,y) in opencv with mfc Pin
SoMad26-Jun-12 20:00
professionalSoMad26-Jun-12 20:00 
GeneralRe: help: image coordinates(x,y) in opencv with mfc Pin
jawadali47726-Jun-12 20:12
jawadali47726-Jun-12 20:12 
AnswerRe: help: image coordinates(x,y) in opencv with mfc Pin
SoMad26-Jun-12 20:32
professionalSoMad26-Jun-12 20:32 
GeneralRe: help: image coordinates(x,y) in opencv with mfc Pin
David Crow27-Jun-12 2:38
David Crow27-Jun-12 2:38 
GeneralRe: help: image coordinates(x,y) in opencv with mfc Pin
SoMad27-Jun-12 4:33
professionalSoMad27-Jun-12 4:33 
GeneralRe: help: image coordinates(x,y) in opencv with mfc Pin
SoMad26-Jun-12 21:23
professionalSoMad26-Jun-12 21:23 
GeneralRe: help: image coordinates(x,y) in opencv with mfc Pin
jawadali4778-Jul-12 22:08
jawadali4778-Jul-12 22:08 
AnswerRe: help: image coordinates(x,y) in opencv with mfc Pin
Albert Holguin27-Jun-12 3:28
professionalAlbert Holguin27-Jun-12 3:28 
GeneralRe: help: image coordinates(x,y) in opencv with mfc Pin
jawadali4778-Jul-12 22:06
jawadali4778-Jul-12 22:06 
GeneralRe: help: image coordinates(x,y) in opencv with mfc Pin
jawadali4771-Jul-12 18:01
jawadali4771-Jul-12 18:01 
QuestionTaskbar Stays Hidden when Mouse is moved on the Bottom of the Screen Pin
UrbanBlues26-Jun-12 9:38
UrbanBlues26-Jun-12 9:38 
AnswerRe: Taskbar Stays Hidden when Mouse is moved on the Bottom of the Screen Pin
Richard Andrew x6426-Jun-12 10:08
professionalRichard Andrew x6426-Jun-12 10:08 
GeneralRe: Taskbar Stays Hidden when Mouse is moved on the Bottom of the Screen Pin
UrbanBlues26-Jun-12 10:24
UrbanBlues26-Jun-12 10:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.