Flutter Engine
The Flutter Engine
|
#include <thread>
#include "flutter/fml/synchronization/semaphore.h"
#include "flutter/fml/thread.h"
#include "flutter/fml/time/time_point.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Functions | |
TEST (SemaphoreTest, SimpleValidity) | |
TEST (SemaphoreTest, WaitOnZero) | |
TEST (SemaphoreTest, WaitOnZeroSignalThenWait) | |
TEST (SemaphoreTest, IndefiniteWait) | |
TEST | ( | SemaphoreTest | , |
IndefiniteWait | |||
) |
Definition at line 31 of file semaphore_unittest.cc.
TEST | ( | SemaphoreTest | , |
SimpleValidity | |||
) |
Definition at line 12 of file semaphore_unittest.cc.
TEST | ( | SemaphoreTest | , |
WaitOnZero | |||
) |
Definition at line 17 of file semaphore_unittest.cc.
TEST | ( | SemaphoreTest | , |
WaitOnZeroSignalThenWait | |||
) |
Definition at line 22 of file semaphore_unittest.cc.