Searched refs:m_thread (Results 1 – 3 of 3) sorted by relevance
62 if(m_thread > 0) { in ~BasicThread()72 m_thread(-1),81 thread_id thread() const { return m_thread; } in thread()90 m_thread = spawn_thread( in start()96 status_t err = resume_thread(m_thread); in start()108 thread_id thread = m_thread; // +++++ is this safe?131 if(m_thread <= 0) in kill()134 kill_thread(m_thread); in kill()136 m_thread = -1; in kill()147 m_thread = -1; in done()[all …]
51 if(m_thread) { in ~NodeSyncThread()52 err = kill_thread(m_thread); in ~NodeSyncThread()57 m_thread, in ~NodeSyncThread()86 m_thread(0), in NodeSyncThread()100 m_thread = spawn_thread( in NodeSyncThread()105 ASSERT(m_thread >= B_OK); in NodeSyncThread()106 resume_thread(m_thread); in NodeSyncThread()
108 thread_id m_thread; variable