__TBB_TASK_PRIORITY */
| 746 | method to implement such priority inheritance when it is really necessary. **/ |
| 747 | #endif /* __TBB_TASK_PRIORITY */ |
| 748 | static void enqueue( task& t ) { |
| 749 | t.prefix().owner->enqueue( t, NULL ); |
| 750 | } |
| 751 | |
| 752 | #if __TBB_TASK_PRIORITY |
| 753 | //! Enqueue task for starvation-resistant execution on the specified priority level. |
no outgoing calls
no test coverage detected