OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadEvent
(Results
1 - 3
of
3
) sorted by null
/external/bcc/tools/lib/
uthreads.py
108
class
ThreadEvent
(ct.Structure):
119
event = ct.cast(data, ct.POINTER(
ThreadEvent
)).contents
/art/test/924-threads/
threads.cc
189
static void JNICALL
ThreadEvent
(jvmtiEnv* jvmti_env,
216
ThreadEvent
(jvmti_env, jni_env, thread, true);
222
ThreadEvent
(jvmti_env, jni_env, thread, false);
/external/libchrome/base/threading/
thread_unittest.cc
63
enum
ThreadEvent
{
77
typedef std::vector<
ThreadEvent
> EventList;
Completed in 597 milliseconds