pthread attr getstacksize

     [ 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...

  • Size: 2.5 kb
  • Date: 2012-04-29
  • .txt
  • computing.llnl.gov

...omputing.llnl.gov/tutorials/pthreads/man/pthread_attr_getstacksize.txt

pthread attr setguardsize

     [ 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...

  • Size: 4.6 kb
  • Date: 2012-04-29
  • .txt
  • computing.llnl.gov

...omputing.llnl.gov/tutorials/pthreads/man/pthread_attr_setguardsize.txt

pthread attr setinheritsched

     [ 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...

  • Size: 3.6 kb
  • Date: 2012-04-29
  • .txt
  • computing.llnl.gov

...uting.llnl.gov/tutorials/pthreads/man/pthread_attr_setinheritsched.txt

pthread attr setschedpolicy

     [ pthread_attr_setschedpolicy ] ... from IEEE Std 1003 1 2003 Edition Standard for Information Technology Portable Operating System Interface POSIX The Open Group Base...

  • Size: 2.9 kb
  • Date: 2012-04-29
  • .txt
  • computing.llnl.gov

...puting.llnl.gov/tutorials/pthreads/man/pthread_attr_setschedpolicy.txt

pthread attr setscope

     [ 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...

  • Size: 2.8 kb
  • Date: 2012-04-29
  • .txt
  • computing.llnl.gov

...://computing.llnl.gov/tutorials/pthreads/man/pthread_attr_setscope.txt

pthread attr setstackaddr

     [ 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...

  • Size: 3.7 kb
  • Date: 2012-04-29
  • .txt
  • computing.llnl.gov

...omputing.llnl.gov/tutorials/pthreads/man/pthread_attr_setstackaddr.txt

pthread attr setstacksize

     [ 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...

  • Size: 2.5 kb
  • Date: 2012-04-29
  • .txt
  • computing.llnl.gov

...omputing.llnl.gov/tutorials/pthreads/man/pthread_attr_setstacksize.txt

pthread barrier destroy

     [ 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...

  • Size: 4.8 kb
  • Date: 2012-04-29
  • .txt
  • computing.llnl.gov

.../computing.llnl.gov/tutorials/pthreads/man/pthread_barrier_destroy.txt

pthread barrier init

     [ 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...

  • Size: 4.8 kb
  • Date: 2012-04-29
  • .txt
  • computing.llnl.gov

...p://computing.llnl.gov/tutorials/pthreads/man/pthread_barrier_init.txt

pthread barrier wait

     [ 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...

  • Size: 4.1 kb
  • Date: 2012-04-29
  • .txt
  • computing.llnl.gov

...p://computing.llnl.gov/tutorials/pthreads/man/pthread_barrier_wait.txt

<< 1 2 3 4 5 6 7 8 9 10 >>