| /trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/ | 
| H A D | StopMessageDispatcherTest.java | 60             Thread[] threads = new Thread[101];  in run()  local61             int n = Thread.enumerate(threads);  in run()
 68                 if (threads[i].getName().equals("MessageDispatcher")) {  in run()
 69                     threads[i].stop();  in run()
 
 | 
| /trunk/main/udkapi/com/sun/star/test/ | 
| H A D | XTest.idl | 100 		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 D | RowSet.java | 362             final Thread threads[] = new Thread[numberOfThreads];  in testConcurrentAccess()  local365                 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 D | XAsyncJob.idl | 51     threads). Because the environment whish to have creation and using of threads
 | 
| /trunk/main/offapi/com/sun/star/configuration/ | 
| H A D | PropertyHierarchy.idl | 74  multiple threads are accessing the object simultaneously.89  multiple threads are accessing the object simultaneously.
 
 | 
| /trunk/main/redland/redland/ | 
| H A D | makefile.mk | 62 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 D | redland-1.0.17.patch.win32 | 490  /* Use POSIX threads */
 | 
| /trunk/main/offapi/com/sun/star/ucb/ | 
| H A D | XCommandProcessor.idl | 103         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 D | DuplicateCommandIdentifierException.idl | 37     the same command identifier was used for two threads.
 | 
| /trunk/main/sfx2/qa/complex/sfx2/ | 
| H A D | UndoManager.java | 258         Thread[] threads = new Thread[threadCount];  in checkSerialization()  local261             threads[i] = new Thread()  in checkSerialization()
 281             threads[i].start();  in checkSerialization()
 285             threads[i].join();  in checkSerialization()
 
 | 
| /trunk/main/libxml2/ | 
| H A D | libxml2-global-symbols.patch | 10  # threads
 | 
| /trunk/main/solenv/inc/ | 
| H A D | unxhpgr.mk | 76 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 D | JavaVirtualMachine.idl | 36 /** exports interfaces to handle a JavaVM and Java threads.
 | 
| H A D | XJavaThreadRegister_11.idl | 65 	/** revokes the current thread from the list of registerd threads. 
 | 
| /trunk/main/udkapi/com/sun/star/io/ | 
| H A D | Pipe.idl | 45 	read again from the input stream. Often two different threads access
 | 
| /trunk/main/redland/raptor/ | 
| H A D | makefile.mk | 140 CONFIGURE_FLAGS=--with-threads --with-curl-config=no --with-icu-config=no --disable-static --disabl…
 | 
| /trunk/main/python/ | 
| H A D | python-freebsd.patch | 80     enough number of threads to work. */
 | 
| /trunk/main/udkapi/com/sun/star/bridge/ | 
| H A D | XProtocolProperties.idl | 82 		Note that the bridge must be blocked for other threads,
 | 
| /trunk/main/udkapi/com/sun/star/test/bridge/ | 
| H A D | XBridgeTest.idl | 192 	 * methods to check, if threads thread identity is holded.
 | 
| /trunk/main/desktop/win32/source/guistdio/ | 
| H A D | guistdio.inc | 386 		// Create threads that redirect remote pipe io to current process's console stdio
 | 
| /trunk/main/testtools/source/bridgetest/idl/ | 
| H A D | bridgetest.idl | 330      * methods to check, if threads thread identity is holded.
 | 
| /trunk/main/winaccessibility/source/UAccCOMIDL/ | 
| H A D | ia2_api_all.idl | 2915    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
 
 |