Home
last modified time | relevance | path

Searched defs:pshared (Results 1 – 25 of 63) sorted by relevance

123

/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_attr_get.c54 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/
Dpthread_attr_get.c53 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()
Dpthread_mutexattr_setpshared.c3 int pthread_mutexattr_setpshared(pthread_mutexattr_t *a, int pshared) in pthread_mutexattr_setpshared()
Dpthread_condattr_setpshared.c3 int pthread_condattr_setpshared(pthread_condattr_t *a, int pshared) in pthread_condattr_setpshared()
Dpthread_rwlockattr_setpshared.c3 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *a, int pshared) in pthread_rwlockattr_setpshared()
Dpthread_barrierattr_setpshared.c3 int pthread_barrierattr_setpshared(pthread_barrierattr_t *a, int pshared) in pthread_barrierattr_setpshared()
Dsem_init.c5 int sem_init(sem_t *sem, int pshared, unsigned value) in sem_init()
/third_party/iowow/src/utils/
Diwth.c22 int *restrict pshared) { in pthread_barrierattr_getpshared()
29 int pshared) { in pthread_barrierattr_setpshared()
/third_party/musl/libc-test/src/functional/
Dpthread_robust.c26 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/
D4-1.c25 int pshared; in main() local
D1-1.c24 int pshared; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getpshared/
D2-1.c34 int pshared; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getpshared/
D1-1.c34 int pshared; in main() local
D3-1.c38 int pshared; in main() local
D1-3.c37 int pshared; in main() local
D1-2.c37 int pshared; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setpshared/
D1-2.c34 int pshared; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_init/
D1-1.c29 int pshared; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_setpshared/
D1-1.c26 int pshared; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/
D1-1.c29 int pshared; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_setpshared/
D2-1.c34 int pshared = PTHREAD_PROCESS_PRIVATE + 1; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/
D1-1.c34 int pshared; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_init/
D1-1.c29 int pshared; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/
D1-1.c27 int pshared; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_init/
D1-1.c28 int pshared; in main() local

123