Execute code in the main thread - to be used with execute_sync().
|
|
int | code |
| | temporary location, used internally
|
| |
| qsemaphore_t | sem |
| | semaphore to communicate with the main thread. More...
|
| |
|
| enum | { MFF_MAGIC = 0x12345678
} |
| | Internal magic.
|
| |
| virtual int idaapi exec_request_t::execute |
( |
void |
| ) |
|
|
pure virtual |
Callback to be executed.
If this function raises an exception, execute_sync() never returns.
| qsemaphore_t exec_request_t::sem |
semaphore to communicate with the main thread.
If NULL, will be initialized by execute_sync().
The documentation for this struct was generated from the following file: