OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread
(Results
201 - 225
of
17074
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webrtc/webrtc/base/
thread.h
32
class
Thread
;
43
Thread
* CurrentThread();
44
void SetCurrentThread(
Thread
*
thread
);
46
// Returns a
thread
object with its thread_ ivar set
47
// to whatever the OS uses to represent the
thread
.
48
// If there already *is* a
Thread
object corresponding to this
thread
,
49
// this method will return that. Otherwise it creates a new
Thread
59
Thread
*WrapCurrentThread()
76
Thread *
thread
;
member in struct:rtc::_SendMessage
[
all
...]
/external/chromium-trace/catapult/tracing/tracing/extras/importer/linux_perf/
cpufreq_parser_test.html
34
var
thread
= threads[0];
35
assert.equal(
thread
.sliceGroup.slices[0].args['cpu'], 0);
36
assert.equal(
thread
.sliceGroup.slices[0].args['load'], 2);
37
assert.equal(
thread
.sliceGroup.slices[0].args['cur'], 2000000);
38
assert.equal(
thread
.sliceGroup.slices[0].args['targ'], 300000);
40
assert.equal(
thread
.sliceGroup.slices[1].args['cpu'], 0);
41
assert.equal(
thread
.sliceGroup.slices[1].args['load'], 12);
42
assert.equal(
thread
.sliceGroup.slices[1].args['cur'], 1000000);
43
assert.equal(
thread
.sliceGroup.slices[1].args['actual'], 1000000);
44
assert.equal(
thread
.sliceGroup.slices[1].args['targ'], 200000)
[
all
...]
/art/runtime/interpreter/mterp/arm/
op_throw.S
2
* Throw an exception object in the current
thread
.
10
str r1, [rSELF, #THREAD_EXCEPTION_OFFSET] @
thread
->exception<- obj
/art/runtime/interpreter/mterp/arm64/
op_throw.S
2
* Throw an exception object in the current
thread
.
9
str x1, [xSELF, #THREAD_EXCEPTION_OFFSET] //
thread
->exception<- obj
/art/runtime/interpreter/mterp/mips/
op_throw.S
2
* Throw an exception object in the current
thread
.
10
sw a1, THREAD_EXCEPTION_OFFSET(rSELF) #
thread
->exception <- obj
/art/runtime/interpreter/mterp/mips64/
op_throw.S
2
* Throw an exception object in the current
thread
.
9
sd a0, THREAD_EXCEPTION_OFFSET(rSELF) #
thread
->exception <- obj