? ? ????? PHP ??? ???? ??? ?? ??
在頭文件<threads.h>中定義
void cnd_destroy(cnd_t * cond);
(自C11以來(lái))
銷(xiāo)毀由cond指向的條件變量。
如果在cond上等待線(xiàn)程,則行為是未定義的。
cond
-
指向要銷(xiāo)毀的條件變量的指針
(無(wú)).
C11標(biāo)準(zhǔn)(ISO / IEC 9899:2011):
7.26.3.2 cnd_destroy函數(shù)(p:378-379)
| ?condition_variable_any 的C ++文檔 |