Searched refs:GCThread (Results 1 – 1 of 1) sorted by relevance
45 class GCThread : public ::osl::Thread class49 GCThread( const GCThread & ); // not implemented50 GCThread &operator =( const GCThread & ); // not implemented53 GCThread( PyInterpreterState *interpreter, PyObject * object );59 GCThread::GCThread( PyInterpreterState *interpreter, PyObject * object ) : in GCThread() function in pyuno::GCThread63 void GCThread::run() in run()94 void GCThread::onTerminated() in onTerminated()109 osl::Thread *t = new GCThread( interpreter, object ); in decreaseRefCount()
Completed in 17 milliseconds