Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1497484
AwaitAny.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
948 B
Referenced Files
None
Subscribers
None
AwaitAny.cpp
View Options
//===-- deluxe/executionpolicies/AwaitAny.cpp -------------------*- C++ -*-===//
//
// The RoSA Framework
//
//===----------------------------------------------------------------------===//
///
/// \file deluxe/executionpolicies/AwaitAny.cpp
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2019
///
/// \brief Implementation for deluxe/executionpolicies/AwaitAny.h.
///
//===----------------------------------------------------------------------===//
#include
"AwaitAny.h"
#include
<algorithm>
namespace
rosa
{
namespace
deluxe
{
AwaitAny
::
AwaitAny
(
const
std
::
set
<
size_t
>
&
S
)
:
AwaitBase
(
S
,
CheckerType
(
std
::
any_of
<
std
::
set
<
size_t
>::
const_iterator
,
std
::
function
<
bool
(
const
size_t
)
>>
))
{}
std
::
string
AwaitAny
::
dump
(
void
)
const
noexcept
{
return
"Await any of "
+
dumpS
();
}
}
// End namespace deluxe
}
// End namespace rosa
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Mar 1, 9:34 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
281371
Default Alt Text
AwaitAny.cpp (948 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment