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 (18 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<assertions>
  <assertion id="1" tag="ref:XSH6:33138:33139">
  pthread_getcpuclockid() function shall return in the clock ID of the CPU-time
  clock of the thread specified by thread_id, if the thread specified by
  thread_id exists.
  </assertion>

  <assertion id="2" tag="ref:XSH6:33141:33141">
  If success, it returns zero. 
  </assertion>
  
  <assertion id="3" tag="ref:XSH6:33144:33145">
  If fails, an error number shall be returned to indicate the error.
  The pthread_getcpuclockid() may fail if:
  [ESRCH] The value specified by thread_id does not refer to an existing 
  thread. 
  </assertion>
</assertions>