wait signal

[wet ˈsɪɡnəl][weit ˈsiɡnəl]

[计] 等待信号

  • Our orders were to herd them here and wait for his signal .

    我们的任务就是把它们聚集到这里然后 等待他的 信号

  • Wait for my signal remember we need this guy alive .

    等待我的 信号,记住要抓活的。

  • Just wait for my signal .

    我的 信号

  • The waitress will bring you the bill when you finish but if you can 't wait you can signal the waitress by raising your hand slightly .

    你吃完后侍应生会把帐单给你送来的。但如果你不能 ,可以稍微作个 手势给侍应生。

  • Hold up here and wait for my signal to start your run .

    在这儿 我的 讯号展开你们的行动。

  • For the SIGCHLD signal the application must call the wait ( 3c ) function to wait for the child process to exit .

    对于SIGCHLD 信号,应用程序必须调用 wait(3c)函数,以等待子进程退出。

  • Wait for my signal to attack .

    我发 信号才攻击。

  • What we usually want is a work queue combined with a fixed group of worker threads which uses wait () and notify () to signal waiting threads that new work has arrived .

    我们通常想要的是同一组固定的工作线程相结合的工作队列,它使用 wait()和notify()来 通知等待线程新的工作已经到达了。

  • Wait for a decent signal .

    合适的 信号

  • Although the functionality of the blocking queue is not compromised with this choice use of pthread_cond_signal could potentially lead to unacceptable wait times for some reader threads .

    尽管使用 pthread cond signal不会损害阻塞队列的功能,但是这可能会导致某些读线程的 等待时间 过长

  • The Condition methods that are analogous to wait notify and notifyAll are named await signal and signalAll because they cannot override the corresponding methods in Object .

    Condition的方法与 wait、notify和notifyAll方法类似,分别命名为await、 signal和signalAll,因为它们不能覆盖Object上的对应方法。