Silphireの日記: pthread日記(61) - pthread_condattr_getpshared()
日記 by
Silphire
条件変数属性オブジェクトのprocess-shared属性を取得します
int pthread_condattr_getpshared(const pthread_condattr_t *attr, int *pshared);
pthread_condattr_getpshared()は、attrが参照する条件変数属性オブジェクトのprocess-shared属性を取得して、psharedが参照するメモリに書き込みします。
pthread_condattr_getpshared()が成功した時には0を返します。エラーの時はエラーに応じた値を返します。
pthread日記(61) - pthread_condattr_getpshared() More ログイン