Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi José,

José Guilherme Vanz píše v Ne 03. 02. 2013 v 16:36 -0200:

I am interested to try to resolve the bug #47065. It is assigned to
Benoit, but I don't see any news since it was assigned. Can I try
solve it?

Glad to see you hacking on this! :-)  No, I don't think Benoit is
working on it, please go ahead.

Regarding your question in the bug - LO has its own threading API, you
can use class Thread from sal/inc/osl/thread.hxx

http://cgit.freedesktop.org/libreoffice/core/tree/sal/inc/osl/thread.hxx

You basically want to derive your class SomeGoodNameThread: class Thread
{}; where you overload the virtual run(); method.

For synchronization, see sal/inc/osl/mutex.hxx and
sal/inc/osl/conditn.hxx

Should you have any more questions, please write me (and CC the mailing
list, of course).

All the best,
Kendy



Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.