PFUNC  1.0
Public Attributes
pfunc::detail::task_queue_set_data< QueueType > Struct Template Reference

#include <pfunc/task_queue_set.hpp>

List of all members.

Public Attributes

ALIGN128 QueueType queue
ALIGN128 mutex lock

Detailed Description

template<typename QueueType>
struct pfunc::detail::task_queue_set_data< QueueType >

Data stored in a task_queue_set. QueueType is one of schedS.


Member Data Documentation

template<typename QueueType >
ALIGN128 mutex pfunc::detail::task_queue_set_data< QueueType >::lock

Lock associated with this internal queue

template<typename QueueType >
ALIGN128 QueueType pfunc::detail::task_queue_set_data< QueueType >::queue

Internal queue


The documentation for this struct was generated from the following file: