summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmtests_plan.csv
blob: f0c6fff3472d601e747408694fd1c6d57b7dba5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
"Test Case","Test","Template","Implemented"
"pthread_mutex_init","psxtmmutex01","psxtmtest_init_destroy",
"pthread_mutex_destroy","psxtmmutex01","psxtmtest_init_destroy",
"pthread_mutex_lock - not available, block","psxtmmutex02","psxtmtest_blocking","Yes"
"pthread_mutex_lock - available","psxtmmutex03","psxtmtest_single",
"pthread_mutex_trylock - available","psxtmmutex04","psxtmtest_single",
"pthread_mutex_trylock - not available","psxtmmutex05","psxtmtest_single",
"pthread_mutex_unlock - no threads waiting","psxtmmutex06","psxtmtest_single",
"pthread_mutex_unlock - thread waiting, no preempt","psxtmmutex07","psxtmtest_unblocking_nopreempt",
"pthread_mutex_unlock - thread waiting, preempt","psxtmmutex08","psxtmtest_unblocking_preempt",
"pthread_mutex_timedlock - available","psxtmmutex09","psxtmtest_single",
"pthread_mutex_timedlock - not available, block","psxtmmutex10","psxtmtest_blocking",
"pthread_mutex_setprioceiling","psxtmmutex11","psxtmtest_single",
"pthread_mutex_getprioceiling","psxtmmutex12","psxtmtest_single",
,,,
"pthread_cond_init",,"psxtmtest_init_destroy",
"pthread_cond_destroy",,"psxtmtest_init_destroy",
"pthread_cond_signal - no threads waiting",,,
"pthread_cond_signal - thread waiting, no preempt",,,
"pthread_cond_signal - thread waiting, preempt",,,
"pthread_cond_broadcast",,,
"pthread_cond_wait - blocks",,"psxtmtest_blocking",
"pthread_cond_timedwait - blocks",,"psxtmtest_blocking",
,,,
"pthread_create - no preempt","psxtmthread01","psxtmtest_single","Yes"
"pthread_create - preempt","psxtmthread02","psxtmtest_single",
"pthread_join","psxtmthread03",,
"pthread_detach",,,
"pthread_exit",,,
"pthread_self",,,
"pthread_equal",,,
"pthread_getschedparam",,,
"pthread_setschedparam - no thread switch",,,
"pthread_setschedparam - lower own priority, preempt",,,
"pthread_setschedparam - raise other priority, preempt",,,
,,,
"pthread_once",,,
,,,
"pthread_key_create",,"psxtmtest_init_destroy",
"pthread_setspecific",,,
"pthread_getspecific",,,
"pthread_key_delete",,"psxtmtest_init_destroy",
,,,
"pthread_cancel",,,
"pthread_setcancelstate",,,
"pthread_setcanceltype",,,
"pthread_testcancel",,,
"pthread_cleanup_push",,,
"pthread_cleanup_pop",,,
,,,
"pthread_getcpuclockid",,,
,,,
"pthread_barrier_init",,"psxtmtest_init_destroy",
"pthread_barrier_destroy",,"psxtmtest_init_destroy",
"pthread_barrier_wait – blocking",,"psxtmtest_blocking",
"pthread_barrier_wait – releasing",,,
,,,
"pthread_spin_init",,"psxtmtest_init_destroy",
"pthread_spin_destroy",,"psxtmtest_init_destroy",
"pthread_spin_lock - available",,"psxtmtest_single",
"pthread_spin_trylock - available",,"psxtmtest_single",
"pthread_spin_trylock - not available",,"psxtmtest_single",
"pthread_spin_unlock",,,
,,,
"pthread_rwlock_init",,"psxtmtest_init_destroy",
"pthread_rwlock_destroy",,"psxtmtest_init_destroy",
"pthread_rwlock_rdlock - available",,"psxtmtest_single",
"pthread_rwlock_rdlock - not available, blocks",,"psxtmtest_blocking",
"pthread_rwlock_tryrdlock - available",,"psxtmtest_single",
"pthread_rwlock_tryrdlock - not available",,"psxtmtest_single",
"pthread_rwlock_timedrdlock - available",,"psxtmtest_single",
"pthread_rwlock_timedrdlock - not available, blocks",,"psxtmtest_blocking",
"pthread_rwlock_unlock - no threads waiting",,,
"pthread_rwlock_unlock - thread waiting, no preempt",,,
"pthread_rwlock_unlock - thread waiting, preempt",,,
"pthread_rwlock_wrlock - available",,"psxtmtest_single",
"pthread_rwlock_wrlock - not available, blocks",,"psxtmtest_blocking",
"pthread_rwlock_trywrlock - available",,"psxtmtest_single",
"pthread_rwlock_trywrlock - not available",,"psxtmtest_single",
"pthread_rwlock_timedwrlock - available",,"psxtmtest_single",
"pthread_rwlock_timedwrlock - not available, blocks",,"psxtmtest_blocking",
,,,
"mq_open (first open)","psxtmsem02","psxtmtest_init_destroy",
"mq_close (close of first)","psxtmsem02","psxtmtest_init_destroy",
"mq_open (second open)","psxtmsem03","psxtmtest_init_destroy",
"mq_close (close of second)","psxtmsem03","psxtmtest_init_destroy",
"mq_unlink",,,
"mq_receive – available",,"psxtmtest_single",
"mq_receive - not available, block",,"psxtmtest_blocking",
"mq_timedreceive - available",,"psxtmtest_single",
"mq_timedreceive - not available, blocks",," ",
"mq_send - no threads waiting",,"psxtmtest_single",
"mq_send - thread waiting, no preempt",,,
"mq_send - thread waiting, preempt",,,
"mq_timedsend - no threads waiting",,"psxtmtest_single",
"mq_timedsend - thread waiting, no preempt",,,
"mq_timedsend - thread waiting, preemption",,,
"mq_notify ",,"psxtmtest_single",
,,,
"sem_init","psxtmsem01","psxtmtest_init_destroy",
"sem_destroy","psxtmsem01","psxtmtest_init_destroy",
"sem_open (first open)","psxtmsem02","psxtmtest_init_destroy",
"sem_close (close of first)","psxtmsem02","psxtmtest_init_destroy",
"sem_open (second open)","psxtmsem03","psxtmtest_init_destroy",
"sem_close (close of second)","psxtmsem03","psxtmtest_init_destroy",
"sem_wait – available",,"psxtmtest_single",
"sem_wait - not available, block",,"psxtmtest_blocking",
"sem_trywait - available",,"psxtmtest_single",
"sem_trywait - not available",,"psxtmtest_single",
"sem_post - no threads waiting",,"psxtmtest_single",
"sem_post - thread waiting, no preempt",,,
"sem_post - thread waiting, preempt",,,
"sem_getvalue",,"psxtmtest_single",
,,,
"sleep - yield","psxtmsleep01","psxtmtest_single","Yes"
"sleep - blocking","psxtmsleep02","psxtmtest_blocking","Yes"
"nanosleep - yield","psxtmnanosleep01","psxtmtest_single","Yes"
"nanosleep - blocking","psxtmnanosleep02","psxtmtest_blocking","Yes"