File: assertions.xml

package info (click to toggle)
posixtestsuite 1.5.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,440 kB
  • sloc: ansic: 117,313; xml: 7,497; sh: 1,148; makefile: 281; perl: 34
file content (16 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<assertions>
  <assertion id="1" tag="ref:XSH6:31388:31391">
   The function

   int pthread_attr_getschedparam(const pthread_attr_t *restrict attr, 
	contst struct sched_param *restrict param);
 
  gets the scheduling parameter attributes in the 'attr' argument.
  The contents of the 'param' structure are defined in sched.h.
  For the SCHED_FIFO and SCHED_RR policies, the only required member of
  'param' is 'sched_priority'.
  </assertion>
  <assertion id="2" tag="ref:XSH6:31399:31400">
  If success, it returns 0;
  </assertion> 
</assertions>