OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetThreadState
(Results
1 - 4
of
4
) sorted by null
/art/runtime/openjdkjvmti/
ti_thread.cc
400
jvmtiError ThreadUtil::
GetThreadState
(jvmtiEnv* env ATTRIBUTE_UNUSED,
OpenjdkJvmTi.cc
129
static jvmtiError
GetThreadState
(jvmtiEnv* env, jthread thread, jint* thread_state_ptr) {
131
return ThreadUtil::
GetThreadState
(env, thread, thread_state_ptr);
[
all
...]
/external/google-breakpad/src/client/mac/handler/
minidump_generator.cc
873
bool MinidumpGenerator::
GetThreadState
(thread_act_t target_thread,
951
if (
GetThreadState
(thread_id, state, &state_count)) {
1023
if (
GetThreadState
(exception_thread_, state, &stateCount)) {
[
all
...]
/art/runtime/openjdkjvmti/include/
jvmti.h
[
all
...]
Completed in 374 milliseconds