pthread_rwlock_timedrdlock - not available, blocks
psxtmtest_blocking
73
pthread_rwlock_unlock - no threads waiting
74
pthread_rwlock_unlock - thread waiting, no preempt
75
pthread_rwlock_unlock - thread waiting, preempt
76
pthread_rwlock_wrlock - available
psxtmtest_single
77
pthread_rwlock_wrlock - not available, blocks
psxtmtest_blocking
78
pthread_rwlock_trywrlock - available
psxtmtest_single
79
pthread_rwlock_trywrlock - not available
psxtmtest_single
80
pthread_rwlock_timedwrlock - available
psxtmtest_single
81
pthread_rwlock_timedwrlock - not available, blocks
psxtmtest_blocking
82
83
mq_open (first open)
psxtmsem02
psxtmtest_init_destroy
84
mq_close (close of first)
psxtmsem02
psxtmtest_init_destroy
85
mq_open (second open)
psxtmsem03
psxtmtest_init_destroy
86
mq_close (close of second)
psxtmsem03
psxtmtest_init_destroy
87
mq_unlink
88
mq_receive – available
psxtmtest_single
89
mq_receive - not available, block
psxtmtest_blocking
90
mq_timedreceive - available
psxtmtest_single
91
mq_timedreceive - not available, blocks
92
mq_send - no threads waiting
psxtmtest_single
93
mq_send - thread waiting, no preempt
94
mq_send - thread waiting, preempt
95
mq_timedsend - no threads waiting
psxtmtest_single
96
mq_timedsend - thread waiting, no preempt
97
mq_timedsend - thread waiting, preemption
98
mq_notify
psxtmtest_single
99
100
sem_init
psxtmsem01
psxtmtest_init_destroy
101
sem_destroy
psxtmsem01
psxtmtest_init_destroy
102
sem_open (first open)
psxtmsem02
psxtmtest_init_destroy
103
sem_close (close of first)
psxtmsem02
psxtmtest_init_destroy
104
sem_open (second open)
psxtmsem03
psxtmtest_init_destroy
105
sem_close (close of second)
psxtmsem03
psxtmtest_init_destroy
106
sem_wait – available
psxtmtest_single
107
sem_wait - not available, block
psxtmtest_blocking
108
sem_trywait - available
psxtmtest_single
109
sem_trywait - not available
psxtmtest_single
110
sem_post - no threads waiting
psxtmtest_single
111
sem_post - thread waiting, no preempt
112
sem_post - thread waiting, preempt
113
sem_getvalue
psxtmtest_single
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.