20#ifndef SATYR_CORE_THREAD_H
21#define SATYR_CORE_THREAD_H
45 enum sr_report_type type;
142 char **error_message);
146 bool is_crash_thread);
struct sr_core_thread * sr_core_thread_from_json(json_object *root, char **error_message)
int sr_core_thread_cmp(struct sr_core_thread *thread1, struct sr_core_thread *thread2)
void sr_core_thread_free(struct sr_core_thread *thread)
struct sr_core_thread * sr_core_thread_new(void)
struct sr_core_thread * sr_core_thread_dup(struct sr_core_thread *thread, bool siblings)
struct sr_core_thread * sr_core_thread_append(struct sr_core_thread *dest, struct sr_core_thread *item)
void sr_core_thread_init(struct sr_core_thread *thread)
A function call on call stack of a core dump.
A thread of execution on call stack of a core dump.
struct sr_core_frame * frames
struct sr_core_thread * next
A location of a parser in the input stream.