/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
4-1.c | 58 static void *th_fn(void *arg) function 108 if (pthread_create(&sig_thread, NULL, th_fn, NULL) != 0) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
6-1.c | 73 static void *th_fn(void *arg) function 127 if (pthread_create(&sig_thread, NULL, th_fn, NULL) != 0) {
|
6-2.c | 82 static void *th_fn(void *arg) function 141 if (pthread_create(&sig_thread, NULL, th_fn, NULL) != 0) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
6-1.c | 73 static void *th_fn(void *arg) function 127 if (pthread_create(&sig_thread, NULL, th_fn, NULL) != 0) {
|
6-2.c | 82 static void *th_fn(void *arg) function 141 if (pthread_create(&sig_thread, NULL, th_fn, NULL) != 0) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/ |
2-1.c | 58 static void *th_fn(void *arg) function 112 if (pthread_create(&sig_thread, NULL, th_fn, NULL) != 0) {
|