| 460 | void notify_all(); |
| 461 | #else |
| 462 | inline void notify_all() |
| 463 | { |
| 464 | pthread_cond_broadcast(&mHandle); |
| 465 | } |
| 466 | #endif |
| 467 | |
| 468 | _TTHREAD_DISABLE_ASSIGNMENT(condition_variable) |
nothing calls this directly
no outgoing calls
no test coverage detected