| 358 | |
| 359 | template <typename T> |
| 360 | typename ExecutionQueue<T>::scoped_ptr_t |
| 361 | execution_queue_address(ExecutionQueueId<T> id) { |
| 362 | return ExecutionQueue<T>::address(id); |
| 363 | } |
| 364 | |
| 365 | template <typename T> |
| 366 | inline int execution_queue_execute(ExecutionQueueId<T> id, |
no outgoing calls