Android-cuttlefish cvd tool
Namespaces | Functions | Variables
sem.h File Reference
#include <chrono>
#include "cuttlefish/common/libs/fs/shared_fd.h"
#include "cuttlefish/common/libs/utils/result.h"
Include dependency graph for sem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::cvdalloc
 

Functions

Result< void > cuttlefish::cvdalloc::Post (const SharedFD socket)
 
Result< void > cuttlefish::cvdalloc::Wait (const SharedFD socket, std::chrono::seconds timeout)
 

Variables

constexpr std::chrono::seconds cuttlefish::cvdalloc::kSemNoTimeout = std::chrono::seconds(0)