Searched refs:has_joined (Results 1 – 2 of 2) sorted by relevance
29 char has_joined; member
62 tid->has_joined = TRUE; in zephyr_thread_wrapper()197 tid->has_joined = FALSE; in osThreadNew()485 if (!tid->has_joined) { in osThreadJoin()493 if (tid->has_joined && (tid->attr_bits == osThreadJoinable)) { in osThreadJoin()