#include "pthread_impl.h" int pthread_condattr_setpshared(pthread_condattr_t *a, int pshared) { if (pshared> 1U) return EINVAL; a->__attr &= 0x7fffffff; a->__attr |= (unsigned)pshared<<31; return 0; }
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル