Searched refs:thread_status (Results 1 – 4 of 4) sorted by relevance
494 u8 thread_status; member498 #define RST_THREAD_STATUS(t) (t->thread_status = 0)499 #define SET_THREAD_STATUS(t, s) (t->thread_status |= s)500 #define CLR_THREAD_STATUS(t, cl) (t->thread_status &= ~(cl))501 #define CHK_THREAD_STATUS(t, ck) (t->thread_status & ck)
492 u8 thread_status; member496 #define RST_THREAD_STATUS(t) (t->thread_status = 0)497 #define SET_THREAD_STATUS(t, s) (t->thread_status |= s)498 #define CLR_THREAD_STATUS(t, cl) (t->thread_status &= ~(cl))499 #define CHK_THREAD_STATUS(t, ck) (t->thread_status & ck)
179 void *thread_status; in reap_worker() local187 pthread_join(id, &thread_status); in reap_worker()
137 int64_t opal_query_cpu_status(uint64_t thread_number, uint8_t *thread_status);