Searched defs:thread_status (Results 1 – 4 of 4) sorted by relevance
171 struct thread_status { struct172 struct dm_list list;174 pthread_t thread;176 struct dso_data *dso_data; /* DSO this thread accesses. */178 struct {182 } device;183 uint32_t event_nr; /* event number */184 int processing; /* Set when event is being processed */186 int status; /* see DM_THREAD_{RUNNING,SHUTDOWN,DONE}188 enum dm_event_mask events; /* bitfield for event filter. */[all …]
248 const char *thread_status = rt->running ? "running" : "finished"; in PrintThread() local
257 const char *thread_status = rt->running ? "running" : "finished"; in PrintThread() local
255 const char *thread_status = rt->running ? "running" : "finished"; in PrintThread() local