/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_attr_get.c | 54 int pthread_barrierattr_getpshared(const pthread_barrierattr_t *restrict a, int *restrict pshared) in pthread_barrierattr_getpshared() 66 int pthread_condattr_getpshared(const pthread_condattr_t *restrict a, int *restrict pshared) in pthread_condattr_getpshared() 78 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *restrict a, int *restrict pshared) in pthread_mutexattr_getpshared() 96 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *restrict a, int *restrict pshared) in pthread_rwlockattr_getpshared()
|
/third_party/musl/src/thread/ |
D | pthread_attr_get.c | 53 int pthread_barrierattr_getpshared(const pthread_barrierattr_t *restrict a, int *restrict pshared) in pthread_barrierattr_getpshared() 65 int pthread_condattr_getpshared(const pthread_condattr_t *restrict a, int *restrict pshared) in pthread_condattr_getpshared() 76 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *restrict a, int *restrict pshared) in pthread_mutexattr_getpshared() 94 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *restrict a, int *restrict pshared) in pthread_rwlockattr_getpshared()
|
D | pthread_mutexattr_setpshared.c | 3 int pthread_mutexattr_setpshared(pthread_mutexattr_t *a, int pshared) in pthread_mutexattr_setpshared()
|
D | pthread_condattr_setpshared.c | 3 int pthread_condattr_setpshared(pthread_condattr_t *a, int pshared) in pthread_condattr_setpshared()
|
D | pthread_rwlockattr_setpshared.c | 3 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *a, int pshared) in pthread_rwlockattr_setpshared()
|
D | pthread_barrierattr_setpshared.c | 3 int pthread_barrierattr_setpshared(pthread_barrierattr_t *a, int pshared) in pthread_barrierattr_setpshared()
|
D | sem_init.c | 5 int sem_init(sem_t *sem, int pshared, unsigned value) in sem_init()
|
/third_party/iowow/src/utils/ |
D | iwth.c | 22 int *restrict pshared) { in pthread_barrierattr_getpshared() 29 int pshared) { in pthread_barrierattr_setpshared()
|
/third_party/musl/libc-test/src/functional/ |
D | pthread_robust.c | 26 void f(int pshared, int pi) in f() 79 for (int pshared=0; pshared<=1; pshared++) in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/ |
D | 4-1.c | 25 int pshared; in main() local
|
D | 1-1.c | 24 int pshared; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getpshared/ |
D | 2-1.c | 34 int pshared; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getpshared/ |
D | 1-1.c | 34 int pshared; in main() local
|
D | 3-1.c | 38 int pshared; in main() local
|
D | 1-3.c | 37 int pshared; in main() local
|
D | 1-2.c | 37 int pshared; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setpshared/ |
D | 1-2.c | 34 int pshared; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_init/ |
D | 1-1.c | 29 int pshared; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_setpshared/ |
D | 1-1.c | 26 int pshared; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/ |
D | 1-1.c | 29 int pshared; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_setpshared/ |
D | 2-1.c | 34 int pshared = PTHREAD_PROCESS_PRIVATE + 1; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/ |
D | 1-1.c | 34 int pshared; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_init/ |
D | 1-1.c | 29 int pshared; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/ |
D | 1-1.c | 27 int pshared; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_init/ |
D | 1-1.c | 28 int pshared; in main() local
|