[ pthread_attr_getstacksize ] ... None RATIONALE None FUTURE DIRECTIONS None SEE ALSO pthread attr destroy pthread attr getstackaddr pthread attr getdetachstate pthread create the Base Definitions volume of IEEE Std 1003 1 2001 limits h pthread h COPYRIGHT Portions of this text are reprinted and reproduced in electronic form from IEEE...
.txt...omputing.llnl.gov/tutorials/pthreads/man/pthread_attr_getstacksize.txt
[ pthread_attr_setguardsize ] ... in the attr object The new value of this attribute shall be obtained from the guardsize parameter If guardsize is zero a guard area shall not be provided for threads created with attr If guardsize is greater than zero a guard area of at least size guardsize bytes shall be provided for each thread created with...
.txt...omputing.llnl.gov/tutorials/pthreads/man/pthread_attr_setguardsize.txt
[ pthread_attr_setinheritsched ] ... create the inher itsched attribute determines how the other scheduling attributes of the created thread shall be set PTHREAD INHERIT SCHED Specifies that the thread scheduling attributes shall be inher ited from the creating thread and the scheduling attributes in this attr argument shall be ignored...
.txt...uting.llnl.gov/tutorials/pthreads/man/pthread_attr_setinheritsched.txt
[ pthread_attr_setschedpolicy ] ... from IEEE Std 1003 1 2003 Edition Standard for Information Technology Portable Operating System Interface POSIX The Open Group Base...
.txt...puting.llnl.gov/tutorials/pthreads/man/pthread_attr_setschedpolicy.txt
[ pthread_attr_setscope ] ... destroy pthread attr getinheritsched pthread attr getschedpolicy pthread attr getschedparam pthread create the Base Definitions volume of IEEE Std 1003 1 2001 pthread h sched h COPYRIGHT Portions of this text are reprinted and reproduced in electronic form from IEEE Std 1003 1 2003 Edition Standard...
.txt...://computing.llnl.gov/tutorials/pthreads/man/pthread_attr_setscope.txt
[ pthread_attr_setstackaddr ] ... for use as a stack or it may be taken as the address to be used as the initial stack pointer regis ter value for the new thread These two are not the same except for a machine on which the stack grows up from low memory to high and on which a push operation first stores the value in memory and then...
.txt...omputing.llnl.gov/tutorials/pthreads/man/pthread_attr_setstackaddr.txt
[ pthread_attr_setstacksize ] ... None RATIONALE None FUTURE DIRECTIONS None SEE ALSO pthread attr destroy pthread attr getstackaddr pthread attr getdetachstate pthread create the Base Definitions volume of IEEE Std 1003 1 2001 limits h pthread h COPYRIGHT Portions of this text are reprinted and reproduced in electronic form from IEEE...
.txt...omputing.llnl.gov/tutorials/pthreads/man/pthread_attr_setstacksize.txt
[ pthread_barrier_destroy ] ... attributes object The results are undefined if pthread barrier init is called when any thread is blocked on the barrier that is has not returned from the pthread bar rier wait call The results are undefined if a barrier is used with out first being initialized The results are undefined if pthread bar rier...
.txt.../computing.llnl.gov/tutorials/pthreads/man/pthread_barrier_destroy.txt
[ pthread_barrier_init ] ... attributes object The results are undefined if pthread barrier init is called when any thread is blocked on the barrier that is has not returned from the pthread bar rier wait call The results are undefined if a barrier is used with out first being initialized The results are undefined if pthread bar rier...
.txt...p://computing.llnl.gov/tutorials/pthreads/man/pthread_barrier_init.txt
[ pthread_barrier_wait ] ... is defined in pthread h and its value shall be distinct from any other value returned by pthread barrier wait The results are undefined if this function is called with an uninitial ized barrier If a signal is delivered to a thread blocked on a barrier upon return from the signal handler the thread shall...
.txt...p://computing.llnl.gov/tutorials/pthreads/man/pthread_barrier_wait.txt