OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threads
(Results
326 - 350
of
768
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/v8/test/cctest/
test-thread-termination.cc
227
// Test that multiple
threads
using default isolate can be terminated
237
i::List<LoopingThread*>
threads
(kThreads);
239
threads
.Add(new LoopingThread());
242
threads
[i]->Start();
244
// Wait until all
threads
have signaled the semaphore.
251
v8::V8::TerminateExecution(
threads
[i]->GetV8ThreadId());
255
threads
[i]->Join();
256
delete
threads
[i];
/frameworks/base/tests/CoreTests/android/core/
TestWebServer.java
41
/* Where worker
threads
stand idle */
42
Vector
threads
= new Vector();
field in class:TestWebServer
44
/* List of all active worker
threads
*/
50
/* max # worker
threads
*/
216
* The AcceptThread is responsible for initiating worker
threads
264
synchronized (
threads
) {
265
if (
threads
.isEmpty()) {
271
w = (Worker)
threads
.elementAt(0);
272
threads
.removeElementAt(0);
298
// Stop worker
threads
from continuin
[
all
...]
/libcore/luni/src/main/java/java/lang/
Thread.java
46
* {@link ThreadGroup}. The runtime keeps its own
threads
in the system thread
350
*
threads
or attach
threads
created externally.
493
* Copies an array with all
Threads
which are in the same ThreadGroup as the
494
* receiver - and subgroups - into the array <code>
threads
</code> passed as
498
* @param
threads
499
* array into which the
Threads
will be copied
500
* @return How many
Threads
were copied over
502
public static int enumerate(Thread[]
threads
) {
504
return thread.getThreadGroup().enumerate(
threads
);
516
Thread[]
threads
= new Thread[count + count \/ 2];
local
[
all
...]
/external/libvorbis/doc/vorbisfile/
Makefile.am
21
style.css
threads
.html vorbis_comment.html vorbis_info.html\
/external/skia/tools/
bench_pictures_cfg_helper.py
69
def MultiThreadTileConfig(
threads
, tile_x, tile_y, **kwargs):
70
return TiledBitmapConfig(multi=str(
threads
), tile_x=tile_x, tile_y=tile_y,
/system/core/adb/
sysdeps_win32.c
1515
WaitForAllParam*
threads
;
local
[
all
...]
/bionic/libc/kernel/arch-mips/asm/
processor.h
22
#include <linux/
threads
.h>
/cts/suite/audio_quality/test/
AudioPlayTestCommon.h
21
#include <utils/
threads
.h>
AudioRecordPlayTestCommon.h
22
#include <utils/
threads
.h>
/dalvik/vm/os/
android.cpp
27
#include <utils/
threads
.h>
/development/ndk/platforms/android-9/arch-mips/include/asm/
processor.h
22
#include <linux/
threads
.h>
/device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHAL.cpp
23
#include <utils/
threads
.h>
/device/lge/mako/camera/
QCameraHAL.cpp
23
#include <utils/
threads
.h>
/external/kernel-headers/original/asm-x86/
fixmap_32.h
32
#include <linux/
threads
.h>
/external/kernel-headers/original/linux/
percpu_counter.h
11
#include <linux/
threads
.h>
/external/linux-tools-perf/util/
build-id.c
55
rb_erase(&thread->rb_node, &session->
threads
);
/external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.h
39
#include <utils/
threads
.h>
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
SessionMap.h
20
#include <utils/
threads
.h>
/frameworks/av/include/media/stagefright/
AudioPlayer.h
24
#include <utils/
threads
.h>
CameraSourceTimeLapse.h
24
#include <utils/
threads
.h>
DataSource.h
28
#include <utils/
threads
.h>
SurfaceMediaSource.h
23
#include <utils/
threads
.h>
68
// multiple
threads
.
/frameworks/av/media/common_time/
cc_helper.cpp
21
#include <utils/
threads
.h>
/frameworks/av/media/libstagefright/include/
ChromiumHTTPDataSource.h
22
#include <utils/
threads
.h>
/frameworks/av/media/libstagefright/omx/tests/
OMXHarness.h
24
#include <utils/
threads
.h>
Completed in 2585 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>