Click here to Skip to main content
15,902,114 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMessage Closed Pin
25-Jan-14 23:32
sayanlsen25-Jan-14 23:32 
QuestionRe: Action With Royal Rumble Pin
CPallini26-Jan-14 0:45
mveCPallini26-Jan-14 0:45 
AnswerRe: Action With Royal Rumble Pin
Marco Bertschi26-Jan-14 10:04
protectorMarco Bertschi26-Jan-14 10:04 
QuestionAbout pthread scheduling (C programming) Pin
Member 1037526524-Jan-14 1:33
Member 1037526524-Jan-14 1:33 
AnswerRe: About pthread scheduling (C programming) Pin
Richard MacCutchan24-Jan-14 2:45
mveRichard MacCutchan24-Jan-14 2:45 
GeneralRe: About pthread scheduling (C programming) Pin
CPallini24-Jan-14 3:10
mveCPallini24-Jan-14 3:10 
GeneralRe: About pthread scheduling (C programming) Pin
Richard MacCutchan24-Jan-14 4:56
mveRichard MacCutchan24-Jan-14 4:56 
AnswerRe: About pthread scheduling (C programming) Pin
CPallini24-Jan-14 2:52
mveCPallini24-Jan-14 2:52 
Quote:
1- Is the thread lifecycle is the same as linux thread lifecyle ?
Probably I didn't get you. Linux provides POSIX threads. That is you have to use pthreads for multithreading on Linux. In other words, don't bother about Linux threads, let's be focused on pthreads.

Quote:
2- Can I implement my own scheduling algorithm or I must use the explicit scheduling of pthreads like (set_sched_param, ...) ??
I suppose you have to implement your own scheduling algorithm. After all that's the title of your project. However you should ask to your tutor.

Quote:
3 - Is there a way to trace process scheduling (graphically) using C ??
Since you are providing the scheduling then yes, there must be a way (that is your scheduling code should provide the necessary info to build the graph. You probably have to use a library for the graphical interface (have a look at this SO question[^], for an overview).
Veni, vidi, vici.

GeneralRe: About pthread scheduling (C programming) Pin
Member 1037526524-Jan-14 3:04
Member 1037526524-Jan-14 3:04 
GeneralRe: About pthread scheduling (C programming) Pin
CPallini24-Jan-14 3:12
mveCPallini24-Jan-14 3:12 
GeneralRe: About pthread scheduling (C programming) Pin
Member 1037526524-Jan-14 3:18
Member 1037526524-Jan-14 3:18 
GeneralRe: About pthread scheduling (C programming) Pin
CPallini24-Jan-14 3:24
mveCPallini24-Jan-14 3:24 
GeneralRe: About pthread scheduling (C programming) Pin
Erudite_Eric29-Jan-14 22:56
Erudite_Eric29-Jan-14 22:56 
QuestionCreate Custom Events in Windows OS Pin
AmbiguousName23-Jan-14 20:48
AmbiguousName23-Jan-14 20:48 
QuestionRe: Create Custom Events in Windows OS Pin
Richard MacCutchan23-Jan-14 23:11
mveRichard MacCutchan23-Jan-14 23:11 
AnswerRe: Create Custom Events in Windows OS Pin
AmbiguousName23-Jan-14 23:19
AmbiguousName23-Jan-14 23:19 
GeneralRe: Create Custom Events in Windows OS Pin
Richard MacCutchan23-Jan-14 23:53
mveRichard MacCutchan23-Jan-14 23:53 
QuestionMqrtlarge and large message handling differ between Biztalk versions? Pin
Daniel Jansson22-Jan-14 19:24
Daniel Jansson22-Jan-14 19:24 
QuestionCDHtmlDialog : Not supporting "Canvas" tag in HTML Pin
Don Guy22-Jan-14 12:38
Don Guy22-Jan-14 12:38 
AnswerRe: CDHtmlDialog : Not supporting "Canvas" tag in HTML Pin
Lost Penguin22-Jan-14 16:59
Lost Penguin22-Jan-14 16:59 
AnswerRe: CDHtmlDialog : Not supporting "Canvas" tag in HTML Pin
SoMad22-Jan-14 20:17
professionalSoMad22-Jan-14 20:17 
GeneralRe: CDHtmlDialog : Not supporting "Canvas" tag in HTML Pin
Don Guy23-Jan-14 5:55
Don Guy23-Jan-14 5:55 
QuestionVC++ Snippets Pin
BarryPearlman22-Jan-14 7:16
BarryPearlman22-Jan-14 7:16 
AnswerRe: VC++ Snippets Pin
Richard MacCutchan22-Jan-14 9:18
mveRichard MacCutchan22-Jan-14 9:18 
GeneralRe: VC++ Snippets Pin
BarryPearlman22-Jan-14 10:03
BarryPearlman22-Jan-14 10:03 

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.