Searched refs:LC_THREAD (Results 1 – 5 of 5) sorted by relevance
82 tc->cmd = LC_THREAD; in kern_collectth_state()
323 tc->cmd = LC_THREAD; in kern_collectth_state()
577 if (tc->cmd != LC_THREAD) { in coredump_save_thread_state()578 …n_coredump_log(context, "%s() : found %d expected LC_THREAD (%d)\n", __func__, tc->cmd, LC_THREAD); in coredump_save_thread_state()
267 #define LC_THREAD 0x4 /* thread */ macro
189 tc->cmd = LC_THREAD; in collectth_state()