Searched defs:thread (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Dpixelartdialog.cpp21 # include <glibmm/thread.h>
25 # include <glibmm/thread.h>
161 Glib::Thread *thread; member in class:Inkscape::UI::Dialog::PixelArtDialogImpl
413 thread = Glib::Thread::create(sigc::mem_fun(*this, &PixelArtDialogImpl::workerThread),
555 thread->join();
556 thread = NULL;

Completed in 22 milliseconds