Warning, /testsuites/psxtmtests/psxtmthreadattr01/psxtmthreadattr01.doc is written in an unsupported language. File is not indexed.
0001 # COPYRIGHT (c) 2018.
0002 # Himanshu Sekhar Nayak(GCI 2018)
0003 #
0004 # Permission to use, copy, modify, and/or distribute this software
0005 # for any purpose with or without fee is hereby granted.
0006 #
0007 # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
0008 # WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
0009 # WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR
0010 # BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
0011 # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
0012 # WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
0013 # ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
0014 #
0015
0016 This test benchmarks the following operations:
0017
0018 + pthread_attr_init - only case
0019 + pthread_attr_setdetachstate - only case
0020 + pthread_attr_getdetachstate - only case
0021 + pthread_attr_setguardsize - only case
0022 + pthread_attr_getguardsize - only case
0023 + pthread_attr_setinheritsched - only case
0024 + pthread_attr_getinheritsched - only case
0025 + pthread_attr_setschedparam - only case
0026 + pthread_attr_getschedparam - only case
0027 + pthread_attr_setschedpolicy - only case
0028 + pthread_attr_getschedpolicy - only case
0029 + pthread_attr_setscope - only case
0030 + pthread_attr_getscope - only case
0031 + pthread_attr_setstack - only case
0032 + pthread_attr_getstack - only case
0033 + pthread_attr_destroy - only case