URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 27 |
Rev 159 |
Line 266... |
Line 266... |
bool
|
bool
|
return_or_queue(Task* t, bool is_blocker, Task** pret);
|
return_or_queue(Task* t, bool is_blocker, Task** pret);
|
|
|
// Return whether to cancel this thread.
|
// Return whether to cancel this thread.
|
bool
|
bool
|
should_cancel_thread();
|
should_cancel_thread(int thread_number);
|
|
|
// Master Workqueue lock. This controls access to the following
|
// Master Workqueue lock. This controls access to the following
|
// member variables.
|
// member variables.
|
Lock lock_;
|
Lock lock_;
|
// List of tasks to execute soon.
|
// List of tasks to execute soon.
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.