|
GDB (xrefs)
|
#include "thread-fsm.h"
Public Attributes | |
| void(* | dtor )(struct thread_fsm *self) |
| void(* | clean_up )(struct thread_fsm *self, struct thread_info *thread) |
| int(* | should_stop )(struct thread_fsm *self, struct thread_info *thread) |
| struct return_value_info *(* | return_value )(struct thread_fsm *self) |
| enum async_reply_reason(* | async_reply_reason )(struct thread_fsm *self) |
| int(* | should_notify_stop )(struct thread_fsm *self) |
Definition at line 50 of file thread-fsm.h.
| enum async_reply_reason(* thread_fsm_ops::async_reply_reason) (struct thread_fsm *self) |
Definition at line 77 of file thread-fsm.h.
| void(* thread_fsm_ops::clean_up) (struct thread_fsm *self, struct thread_info *thread) |
Definition at line 60 of file thread-fsm.h.
| void(* thread_fsm_ops::dtor) (struct thread_fsm *self) |
Definition at line 55 of file thread-fsm.h.
| struct return_value_info*(* thread_fsm_ops::return_value) (struct thread_fsm *self) |
Definition at line 73 of file thread-fsm.h.
| int(* thread_fsm_ops::should_notify_stop) (struct thread_fsm *self) |
Definition at line 80 of file thread-fsm.h.
| int(* thread_fsm_ops::should_stop) (struct thread_fsm *self, struct thread_info *thread) |
Definition at line 69 of file thread-fsm.h.
1.8.14