Connecting Tech Pros Worldwide Help | Site Map

processes and threads: meaning of vesting

John Goche
Guest
 
Posts: n/a
#1: Nov 15 '06
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

red floyd
Guest
 
Posts: n/a
#2: Nov 15 '06

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

Howard
Guest
 
Posts: n/a
#3: Nov 15 '06

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