OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threads
(Results
276 - 300
of
1579
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/luni/src/test/java/tests/security/
SecureRandomTest.java
78
int
threads
= 2;
local
79
ExecutorService executor = Executors.newFixedThreadPool(
threads
);
81
for (int t = 0; t <
threads
; t++) {
92
for (int i = 0; i <
threads
; i++) {
/libcore/ojluni/src/main/java/sun/nio/ch/
SimpleAsynchronousFileChannelImpl.java
53
// Thread-safe set of IDs of native
threads
, for signalling
54
private final NativeThreadSet
threads
= new NativeThreadSet(2);
field in class:SimpleAsynchronousFileChannelImpl
90
// signal any
threads
blocked on this channel
91
threads
.signalAndWait();
107
int ti =
threads
.add();
120
threads
.remove(ti);
130
int ti =
threads
.add();
150
threads
.remove(ti);
156
int ti =
threads
.add();
168
threads
.remove(ti)
[
all
...]
/packages/services/Car/libvehiclemonitor/include/
HandlerThread.h
21
#include <utils/
threads
.h>
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-15/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-16/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/asm/
smp.h
24
#include <linux/
threads
.h>
/art/test/911-get-stack-trace/src/art/
AllTraces.java
27
System.out.println("### Other
threads
(suspended) ###");
42
Thread
threads
[] = new Thread[N];
local
51
threads
[i] = t;
68
threads
[i].join();
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_dummy_threading.py
44
self.
threads
= []
49
self.
threads
.append(t)
54
for t in self.
threads
:
test_threadedtempfile.py
3
in each of NUM_THREADS
threads
, recording the number of successes and
49
threads
= []
54
threads
.append(t)
61
for t in
threads
:
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
AllThreadsTest.java
73
int
threads
= reply.getNextValueAsInt();
local
74
logWriter.println("Number of
threads
= " +
threads
);
75
assertTrue("Number of
threads
must be > 0",
threads
> 0);
77
for (int i = 0; i <
threads
; i++) {
112
* all
threads
returned by command have only valid thread status:
132
int
threads
= reply.getNextValueAsInt();
local
133
logWriter.println("Number of
threads
= " +
threads
);
203
int
threads
= reply.getNextValueAsInt();
local
[
all
...]
Completed in 2045 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>