Searched defs:Thread (Results 1 – 2 of 2) sorted by relevance
33 class Thread; variable
76 Thread::Thread(PandaVM *vm, ThreadType thread_type) : vm_(vm), thread_type_(thread_type) in Thread() function in panda::Thread