start | find | index | login or register | edit | ||
Multithreading
by earl, 8025 days ago
reentrant - Describes a function which can be called simultaneously by multiple threads when each invocation of the function references unique data. Calling a reentrant function simultaneously with the same data is not safe, and such invocations should be serialized. thread-safe - Describes a function which can be called simultaneously by multiple threads when each invocation references shared data. Calling a thread-safe function simultaneously with the same data is safe, since all access to the shared data are serialized. -- taken out of "Thread Support in Qt" (http://doc.trolltech.com/3.1/threads.html) which also contains some links to books on MT. |
search 37 active users
backlinks (more) none, yet recent stores (more) echo earlZstrainYat|tr ZY @. |
|
earl.strain.at • esa3 • online for 8662 days • c'est un vanilla site |