Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1493392
AwaitAll.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
912 B
Referenced Files
None
Subscribers
None
AwaitAll.h
View Options
//===-- deluxe/executionpolicies/AwaitAll.h ---------------------*- C++ -*-===//
//
// The RoSA Framework
//
//===----------------------------------------------------------------------===//
///
/// \file deluxe/executionpolicies/AwaitAll.h
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2019
///
/// \brief Declaration of the DeluxeExecutionPolicy AwaitAll.
///
//===----------------------------------------------------------------------===//
#ifndef ROSA_LIB_DELUXE_EXECUTIONPOLICIES_AWAITALL_H
#define ROSA_LIB_DELUXE_EXECUTIONPOLICIES_AWAITALL_H
#include
"AwaitBase.h"
namespace
rosa
{
namespace
deluxe
{
class
AwaitAll
:
public
AwaitBase
{
public
:
AwaitAll
(
const
std
::
set
<
size_t
>
&
S
);
std
::
string
dump
(
void
)
const
noexcept
override
;
};
}
// End namespace deluxe
}
// End namespace rosa
#endif
// ROSA_LIB_DELUXE_EXECUTIONPOLICIES_AWAITALL_H
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Mar 1, 5:14 PM (51 m, 3 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
287560
Default Alt Text
AwaitAll.h (912 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment