Home
last modified time | relevance | path

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

/aoo4110/main/sal/qa/osl/process/
H A Dosl_Thread.cxx761 aThread->resume(); in suspend_002()
762 termAndJoinThread(aThread); in suspend_002()
763 delete aThread; in suspend_002()
1906 aThread->suspend(); in schedule_001()
1921 aThread->resume(); in schedule_001()
1924 aThread->terminate(); in schedule_001()
1927 aThread->join(); in schedule_001()
1936 delete aThread; in schedule_001()
1954 aThread.suspend(); in schedule_002()
1976 aThread.resume(); in schedule_002()
[all …]
/aoo4110/main/framework/qa/complex/framework/autosave/
H A DAutoSave.java422 DocThread aThread = new DocThread(); in checkConcurrentAutoSaveToNormalUISave() local
423 aThread.start(); in checkConcurrentAutoSaveToNormalUISave()
424 aThread.join(); in checkConcurrentAutoSaveToNormalUISave()
/aoo4110/main/qadevOOo/runner/basicrunner/basichelper/
H A DFilter.java225 FilterThread aThread = new FilterThread(oFilter, FilterDesc); in initialize() local
226 aThread.start(); in initialize()
H A DConnector.java152 ConnThread aThread = new ConnThread(cntr, (String)parm1[1]); in initialize() local
153 aThread.start(); in initialize()
H A DThreadRunner.java120 ToolkitDialogThread aThread = in initialize() local
122 aThread.start(); in initialize()
/aoo4110/main/bean/com/sun/star/beans/
H A DLocalOfficeWindow.java278 Thread aThread = aWatchedThread; in cancel() local
282 if ( aThread.interrupted() ) in cancel()
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleAddIn.java169 ExampleAddInThread aThread = new ExampleAddInThread( aResults ); in getCounter() local
170 aThread.start(); in getCounter()
/aoo4110/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx327 oslThread aThread = osl_createThread( getPPDWorker, pAttribs ); in cupsGetPPD() local
335 osl_destroyThread( aThread ); in cupsGetPPD()
/aoo4110/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx3487 oslThread aThread = m_aDragExecuteThread; in dragDoDispatch() local
3488 …tener.is() && ( ! m_bDropSent || time(NULL)-m_nDropTimeout < 5 ) && osl_scheduleThread( aThread ) ) in dragDoDispatch()
3542 osl_destroyThread( aThread ); in dragDoDispatch()

Completed in 67 milliseconds