OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread_rwlock_destroy
(Results
1 - 25
of
56
) sorted by null
1
2
3
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/
1-1.c
35
rc =
pthread_rwlock_destroy
(&rwlock);
38
("Test FAILED: at %d-th
pthread_rwlock_destroy
(), with Error code=%d\n",
3-1.c
8
*
pthread_rwlock_destroy
() function may fail if:
39
rc =
pthread_rwlock_destroy
(&rwlock);
45
("Test PASSED: Note*:
pthread_rwlock_destroy
() returned 0 instead of EBUSY, but standard specifies _may_ fail\n");
49
("Test FAILED: Error at
pthread_rwlock_destroy
(), should return 0 or EBUSY, but returns %d\n",
/external/compiler-rt/test/tsan/
write_in_reader_lock.cc
28
pthread_rwlock_destroy
(&rwlock);
mutexset6.cc
52
pthread_rwlock_destroy
(&mtx3);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
6-1.c
45
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
46
printf("Error at
pthread_rwlock_destroy
()\n");
2-1.c
96
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
97
printf("Error at
pthread_rwlock_destroy
()\n");
3-1.c
74
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
1-1.c
104
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
105
printf("Error at
pthread_rwlock_destroy
()\n");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/speculative/
3-1.c
38
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
39
printf("Error at
pthread_rwlock_destroy
()\n");
/external/webrtc/webrtc/system_wrappers/source/
rw_lock_posix.cc
19
pthread_rwlock_destroy
(&lock_);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
5-1.c
55
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
1-1.c
179
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
3-1.c
58
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
59
printf("Error at
pthread_rwlock_destroy
()\n");
1-1.c
183
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
2-1.c
188
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
189
printf("
pthread_rwlock_destroy
()\n");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
5-1.c
76
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
121
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
2-1.c
148
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
149
printf("main: Error at
pthread_rwlock_destroy
()\n");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
5-1.c
83
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
127
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
128
printf("thread2: Error at
pthread_rwlock_destroy
()\n");
2-1.c
156
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
2-1.c
132
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
133
printf("Error at
pthread_rwlock_destroy
()\n");
4-2.c
103
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
104
printf("error at
pthread_rwlock_destroy
()\n");
1-1.c
176
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
177
printf("Error at
pthread_rwlock_destroy
()\n");
/external/llvm/lib/Support/
RWMutex.cpp
72
pthread_rwlock_destroy
(rwlock);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_tryrdlock/
1-1.c
185
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/
1-1.c
178
if (
pthread_rwlock_destroy
(&rwlock) != 0) {
Completed in 900 milliseconds
1
2
3