Searched refs:ThreadList (Results 1 – 2 of 2) sorted by relevance
86 struct ThreadList *list; /* Tells us what list this thread is in */91 typedef struct ThreadList { struct93 } ThreadList; typedef119 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 …]
134 TEST_F(LinuxPtraceDumperChildTest, ThreadList) { in TEST_F() argument