HomeSort by: relevance | last modified time | path
    Searched refs:pthread_rwlockattr_t (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libpthread/
pthread.h 193 const pthread_rwlockattr_t * __restrict);
206 int pthread_rwlockattr_init(pthread_rwlockattr_t *);
207 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
209 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t * __restrict,
211 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
414 const pthread_rwlockattr_t * __restrict);
pthread_rwlock.c 93 const pthread_rwlockattr_t *attr)
640 pthread_rwlockattr_getpshared(const pthread_rwlockattr_t * __restrict attr,
652 pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared)
669 pthread_rwlockattr_init(pthread_rwlockattr_t *attr)
681 pthread_rwlockattr_destroy(pthread_rwlockattr_t *attr)
pthread_types.h 85 typedef struct __pthread_rwlockattr_st pthread_rwlockattr_t; typedef in typeref:struct:__pthread_rwlockattr_st
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
pthread.d 92 int pthread_rwlock_init(pthread_rwlock_t*, const scope pthread_rwlockattr_t*);
98 int pthread_rwlockattr_destroy(pthread_rwlockattr_t*);
99 int pthread_rwlockattr_init(pthread_rwlockattr_t*);
745 int pthread_rwlock_init(pthread_rwlock_t*, const scope pthread_rwlockattr_t*);
751 int pthread_rwlockattr_destroy(pthread_rwlockattr_t*);
752 int pthread_rwlockattr_init(pthread_rwlockattr_t*);
1687 int pthread_rwlockattr_getpshared(const scope pthread_rwlockattr_t*, int*);
1688 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t*, int);
1697 int pthread_rwlockattr_getpshared(const scope pthread_rwlockattr_t*, int*);
1698 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t*, int)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_posix_util.h 61 pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
types.d 411 pthread_rwlockattr_t
679 struct pthread_rwlockattr_t
742 struct pthread_rwlockattr_t
841 struct pthread_rwlockattr_t
868 alias void* pthread_rwlockattr_t;
931 struct pthread_rwlockattr_t{
956 alias void* pthread_rwlockattr_t;
978 alias void* pthread_rwlockattr_t;
1018 struct pthread_rwlockattr_t
1114 alias c_long pthread_rwlockattr_t;
    [all...]
  /src/lib/libc/include/
reentrant.h 117 #define rwlockattr_t pthread_rwlockattr_t

Completed in 36 milliseconds