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 (14 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<assertions>
  <assertion id="1" tag="ref:XSH6:32990:32994">
   The function

   int pthread_equal(pthread_t t1, pthread_t t2)
  
  compares the thread ids t1 and t2.  It returns a non-zero
  value if t1 and t2 are equal, othersise it returns zero.  
  No errors are defined.
  </assertion>
  <assertion id="2" tag="ref:XSH6TC2:33834:33834">
   The function must not return EINTR
  </assertion>
</assertions>