Silphireの日記: pthread日記(30) - pthread_attr_getscope()
日記 by
Silphire
スケジューリングで考慮するスレッドの範囲を取得します。
int pthread_attr_getscope(const pthread_attr_t *attr, int *contentionscope);
pthread_attr_getscope()が成功した時には0を返します。エラーの時はエラーに応じた値を返します。
スケジューリングで考慮するスレッドの範囲を取得します。
int pthread_attr_getscope(const pthread_attr_t *attr, int *contentionscope);
pthread_attr_getscope()が成功した時には0を返します。エラーの時はエラーに応じた値を返します。
ソースを見ろ -- ある4桁UID
pthread日記(30) - pthread_attr_getscope() More ログイン