Faasm
stable
Topics
HTTP API
C++ support
Writing functions
Debugging
Faasm Development
Getting started
Host interface
Kubernetes integration
Troubleshooting
K8s Cluster set-up
LLVM use in Faasm
MPI support
Network isolation
Profiling
Proto-faaslets
Python
Releases
Building containers locally
Github config
SGX support
Shared files
State
Threading
Code
Namespace list
Class list
Faasm
»
File SharedFiles.cpp
Edit on GitHub
File SharedFiles.cpp
namespace
storage
Enums
enum
FileState
Values:
enumerator
NOT_CHECKED
enumerator
NOT_EXISTS
enumerator
EXISTS_DIR
enumerator
EXISTS
Functions
int
getReturnValueForSharedFileState
(
const
std
::
string
&
sharedPath
)
Variables
static
std
::
shared_mutex
sharedFileMapMutex
static
std
::
unordered_map
<
std
::
string
,
FileState
>
sharedFileMap