Searched defs:stop_thread (Results 1 – 7 of 7) sorted by relevance
19 static pthread_t stop_thread; variable
85 int stop_thread; member
82 int stop_thread; member
84 int stop_thread; member
116 std::atomic<bool> stop_thread(false); in TEST() local
378 pub fn stop_thread(mut self) -> StreamSnapshot { in stop_thread() method
670 static void *stop_thread(void *arg) in stop_thread() function