Home
last modified time | relevance | path

Searched refs:GCThread (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/pyuno/source/module/
H A Dpyuno_gc.cxx45 class GCThread : public ::osl::Thread class
49 GCThread( const GCThread & ); // not implemented
50 GCThread &operator =( const GCThread & ); // not implemented
53 GCThread( PyInterpreterState *interpreter, PyObject * object );
59 GCThread::GCThread( PyInterpreterState *interpreter, PyObject * object ) : in GCThread() function in pyuno::GCThread
63 void GCThread::run() in run()
94 void GCThread::onTerminated() in onTerminated()
109 osl::Thread *t = new GCThread( interpreter, object ); in decreaseRefCount()

Completed in 8 milliseconds