Connecting Tech Pros Worldwide Help | Site Map

processes and threads: meaning of vesting

  #1  
Old November 15th, 2006, 05:15 PM
John Goche
Guest
 
Posts: n/a
The following C++ API makes reference to the term "vesting"
when describing the RProcess class. What does process
and thread vesting mean in this context?

http://www.symbian.com/developer/tec...cessClass.html

RProcess -Create

Thanks,

JG

  #2  
Old November 15th, 2006, 05:25 PM
red floyd
Guest
 
Posts: n/a

re: processes and threads: meaning of vesting


John Goche wrote:
Quote:
The following C++ API makes reference to the term "vesting"
when describing the RProcess class. What does process
and thread vesting mean in this context?
>
http://www.symbian.com/developer/tec...cessClass.html
>
RProcess -Create
Your question is off-topic in comp.lang.c++. Please try to find a
newsgroup relevant to your platform.

http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

  #3  
Old November 15th, 2006, 05:25 PM
Howard
Guest
 
Posts: n/a

re: processes and threads: meaning of vesting



"John Goche" <johngoche@gmail.comwrote in message
news:1163611822.598337.194890@b28g2000cwb.googlegr oups.com...
Quote:
The following C++ API makes reference to the term "vesting"
when describing the RProcess class. What does process
and thread vesting mean in this context?
>
In the C++ language, the term doesn't mean anything. Threads are not a part
of the language. Perhaps someone in comp.programming or some similar
newsgroup might know. Or try a Google (or even wikipedia) search.

-Howard


Closed Thread