Home
last modified time | relevance | path

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

/trunk/main/pyuno/inc/pyuno/
H A Dpyuno.hxx281 class PY_DLLEXPORT PyThreadAttach class
284 PyThreadAttach ( const PyThreadAttach & ); // not implemented
285 PyThreadAttach & operator = ( const PyThreadAttach & );
295 PyThreadAttach( PyInterpreterState *interp);
300 ~PyThreadAttach();
/trunk/main/pyuno/source/module/
H A Dpyuno_adapter.cxx207 PyThreadAttach guard( mInterpreter ); in invoke()
370 PyThreadAttach guard( mInterpreter ); in setValue()
390 PyThreadAttach guard( mInterpreter ); in getValue()
418 PyThreadAttach guard( mInterpreter ); in hasProperty()
H A Dpyuno_runtime.cxx968 PyThreadAttach::PyThreadAttach( PyInterpreterState *interp) in PyThreadAttach() function in pyuno::PyThreadAttach
986 PyThreadAttach::~PyThreadAttach() in ~PyThreadAttach()
H A Dpyuno_gc.cxx70 PyThreadAttach g( (PyInterpreterState*)mPyInterpreter ); in run()
/trunk/main/pyuno/source/loader/
H A Dpyuno_loader.cxx43 using pyuno::PyThreadAttach;
187 PyThreadAttach attach( PyInterpreterState_Head() ); in CreateInstance()