|
join 1.0
lightweight network framework library
|

Functions | |
| TEST (Semaphore, create) | |
| test create. | |
| TEST (Semaphore, wait) | |
| test wait. | |
| TEST (Semaphore, tryWait) | |
| test tryWait. | |
| TEST (Semaphore, timedWait) | |
| test timedWait. | |
| TEST (Semaphore, value) | |
| test value. | |
| int | main (int argc, char **argv) |
| main function. | |
Variables | |
| const std::string | _name = "/test_sem" |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST | ( | Semaphore | , |
| create | ) |
test create.
| TEST | ( | Semaphore | , |
| timedWait | ) |
test timedWait.
| TEST | ( | Semaphore | , |
| tryWait | ) |
test tryWait.
| TEST | ( | Semaphore | , |
| value | ) |
test value.
| TEST | ( | Semaphore | , |
| wait | ) |
test wait.
| const std::string _name = "/test_sem" |