Home
last modified time | relevance | path

Searched refs:ThreadList (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/back/
DthreadControl.c86 struct ThreadList *list; /* Tells us what list this thread is in */
91 typedef struct ThreadList { struct
93 } ThreadList; typedef
119 static ThreadList runningThreads;
120 static ThreadList otherThreads;
208 nonTlsSearch(JNIEnv *env, ThreadList *list, jthread thread) in nonTlsSearch()
226 findThread(ThreadList *list, jthread thread) in findThread()
263 removeNode(ThreadList *list, ThreadNode *node) in removeNode()
286 addNode(ThreadList *list, ThreadNode *node) in addNode()
302 insertThread(JNIEnv *env, ThreadList *list, jthread thread) in insertThread()
[all …]
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper_unittest.cc134 TEST_F(LinuxPtraceDumperChildTest, ThreadList) { in TEST_F() argument