Home
last modified time | relevance | path

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

/trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DStopMessageDispatcherTest.java61 Thread[] threads = new Thread[101]; in run() local
62 int n = Thread.enumerate(threads); in run()
69 if (threads[i].getName().equals("MessageDispatcher")) { in run()
70 threads[i].stop(); in run()
/trunk/main/udkapi/com/sun/star/test/
H A DXTest.idl100 several threads. That does NOT mean that testMultiThread should implement
101 a test using several threads but that this test method should be designed
102 to be called by several threads. So for example, it has to take into consideration
108 If this way of testing with multiple threads is not appropriate for the
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java362 final Thread threads[] = new Thread[numberOfThreads]; in testConcurrentAccess() local
365 threads[i] = new Thread(new ResultSetMovementStress(createClone(), i)); in testConcurrentAccess()
367 threads[i].start(); in testConcurrentAccess()
372 threads[i].join(); in testConcurrentAccess()
/trunk/main/offapi/com/sun/star/task/
H A DXAsyncJob.idl51 threads). Because the environment whish to have creation and using of threads
/trunk/main/offapi/com/sun/star/configuration/
H A DPropertyHierarchy.idl74 multiple threads are accessing the object simultaneously.
89 multiple threads are accessing the object simultaneously.
/trunk/main/redland/redland/
H A Dmakefile.mk62 CONFIGURE_FLAGS=--disable-dependency-tracking --disable-static --disable-gtk-doc --with-threads --w…
132 CONFIGURE_FLAGS=--disable-static --disable-gtk-doc --with-threads --with-openssl-digests --with-xml…
H A Dredland-1.0.17.patch.win32490 /* Use POSIX threads */
/trunk/main/offapi/com/sun/star/ucb/
H A DXCommandProcessor.idl103 threads MUST NOT share one command identifier (except <code>0</code>).
120 to indicate that two threads tried to use the same command identifier
H A DDuplicateCommandIdentifierException.idl37 the same command identifier was used for two threads.
/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java258 Thread[] threads = new Thread[threadCount]; in checkSerialization() local
261 threads[i] = new Thread() in checkSerialization()
281 threads[i].start(); in checkSerialization()
285 threads[i].join(); in checkSerialization()
/trunk/main/libxml2/
H A Dlibxml2-global-symbols.patch10 # threads
/trunk/main/solenv/inc/
H A Dunxhpgr.mk76 LINKFLAGS=-L/nw386/dev/s/solenv/unxhpgr/lib/gcc-lib/hppa1.1-hp-hpux10.20/egcs-2.91.57/threads -L/nw…
/trunk/main/udkapi/com/sun/star/java/
H A DJavaVirtualMachine.idl36 /** exports interfaces to handle a JavaVM and Java threads.
H A DXJavaThreadRegister_11.idl65 /** revokes the current thread from the list of registerd threads.
/trunk/main/udkapi/com/sun/star/io/
H A DPipe.idl45 read again from the input stream. Often two different threads access
/trunk/main/redland/raptor/
H A Dmakefile.mk140 CONFIGURE_FLAGS=--with-threads --with-curl-config=no --with-icu-config=no --disable-static --disabl…
/trunk/main/python/
H A Dpython-freebsd.patch80 enough number of threads to work. */
/trunk/main/udkapi/com/sun/star/bridge/
H A DXProtocolProperties.idl82 Note that the bridge must be blocked for other threads,
/trunk/main/udkapi/com/sun/star/test/bridge/
H A DXBridgeTest.idl192 * methods to check, if threads thread identity is holded.
/trunk/main/desktop/win32/source/guistdio/
H A Dguistdio.inc386 // Create threads that redirect remote pipe io to current process's console stdio
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl330 * methods to check, if threads thread identity is holded.
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl2915 accessing data out of process or from other threads. Servers only need to save the
2942 accessing data out of process or from other threads. Servers only need to save the
4250 accessing data out of process or from other threads. Servers only need to save the
4627 accessing data out of process or from other threads. Servers only need to save the

Completed in 81 milliseconds