(PECL pthreads >= 0.0.33)
Thread::notify — Notify all Threads waiting for the referenced Thread.
Notify all Threads waiting for the referenced Thread causing the waiting Threads to continue executing. A call to notify when no Threads are waiting results in blocking until another context calls Thread::wait on the referenced Thread.
此函数没有参数。
A boolean indication of success.