|
join 1.0
lightweight network framework library
|

Classes | |
| class | SemaphoreTest |
| class used to test the semaphore. More... | |
Functions | |
| TEST_F (SemaphoreTest, create) | |
| test create. | |
| TEST_F (SemaphoreTest, wait) | |
| test wait. | |
| TEST_F (SemaphoreTest, tryWait) | |
| test tryWait. | |
| TEST_F (SemaphoreTest, timedWait) | |
| test timedWait. | |
| TEST_F (SemaphoreTest, value) | |
| test value. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | SemaphoreTest | , |
| create | ) |
test create.
| TEST_F | ( | SemaphoreTest | , |
| timedWait | ) |
test timedWait.
| TEST_F | ( | SemaphoreTest | , |
| tryWait | ) |
test tryWait.
| TEST_F | ( | SemaphoreTest | , |
| value | ) |
test value.
| TEST_F | ( | SemaphoreTest | , |
| wait | ) |
test wait.