Home
last modified time | relevance | path

Searched refs:rwlock_t (Results 1 – 24 of 24) sorted by relevance

/minix/lib/libc/include/
H A Dreentrant.h122 #define rwlock_t pthread_rwlock_t macro
191 int __libc_rwlock_rdlock(rwlock_t *);
192 int __libc_rwlock_wrlock(rwlock_t *);
193 int __libc_rwlock_tryrdlock(rwlock_t *);
194 int __libc_rwlock_trywrlock(rwlock_t *);
195 int __libc_rwlock_unlock(rwlock_t *);
196 int __libc_rwlock_destroy(rwlock_t *);
269 int __libc_rwlock_rdlock_stub(rwlock_t *);
270 int __libc_rwlock_wrlock_stub(rwlock_t *);
273 int __libc_rwlock_unlock_stub(rwlock_t *);
[all …]
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2003-11-04-EmptyStruct.c3 typedef struct { } rwlock_t; typedef
4 struct fs_struct { rwlock_t lock; int umask; };
5 void __copy_fs_struct(struct fs_struct *fs) { fs->lock = (rwlock_t) { }; } in __copy_fs_struct()
/minix/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/
H A D2009-01-24-EmptyStruct.ll9 %struct.mutex = type { %struct.atomic_t, %struct.rwlock_t, %struct.list_head }
10 %struct.rwlock_t = type { %struct.lock_class_key }
14 %0 = getelementptr %struct.inode* %bar, i64 -1, i32 1, i32 1 ; <%struct.rwlock_t*> [#uses=1]
15 %1 = bitcast %struct.rwlock_t* %0 to i32* ; <i32*> [#uses=1]
/minix/lib/libc/rpc/
H A Dmt_misc.c54 rwlock_t svc_lock = RWLOCK_INITIALIZER;
56 rwlock_t svc_fd_lock = RWLOCK_INITIALIZER;
58 rwlock_t rpcbaddr_cache_lock = RWLOCK_INITIALIZER;
H A Dsvc_run.c76 extern rwlock_t svc_fd_lock; in __weak_alias()
121 extern rwlock_t svc_fd_lock; in svc_exit()
H A Dsvc.c118 extern rwlock_t svc_lock;
119 extern rwlock_t svc_fd_lock;
H A Dsvc_vc.c82 extern rwlock_t svc_fd_lock;
H A Drpcb_clnt.c163 extern rwlock_t rpcbaddr_cache_lock;
/minix/crypto/external/bsd/heimdal/dist/include/
H A Dheim_threads.h70 #define HEIMDAL_RWLOCK rwlock_t
97 #define HEIMDAL_RWLOCK rwlock_t
125 #define HEIMDAL_RWLOCK rwlock_t int
146 #define HEIMDAL_RWLOCK rwlock_t int
/minix/lib/libc/thread-stub/
H A Dthread-stub.c233 int __libc_rwlock_catchall_stub(rwlock_t *);
252 __libc_rwlock_init_stub(rwlock_t *l, const rwlockattr_t *a) in __weak_alias()
265 __libc_rwlock_catchall_stub(rwlock_t *l) in __libc_rwlock_catchall_stub()
/minix/crypto/external/bsd/openssl/dist/crypto/threads/
H A Dth-lock.c162 static rwlock_t *lock_cs;
173 lock_cs = OPENSSL_malloc(CRYPTO_num_locks() * sizeof(rwlock_t)); in CRYPTO_thread_setup()
/minix/lib/libc/stdio/
H A Dfflush.c52 extern rwlock_t __sfp_lock;
H A Drefill.c52 extern rwlock_t __sfp_lock;
H A Dfindfp.c141 rwlock_t __sfp_lock = RWLOCK_INITIALIZER;
/minix/external/bsd/blacklist/port/
H A Dpopenve.c77 static rwlock_t pidlist_lock = RWLOCK_INITIALIZER;
/minix/lib/libc/gen/
H A Dpopen.c76 static rwlock_t pidlist_lock = RWLOCK_INITIALIZER;
/minix/lib/libc/stdlib/
H A D_env.c85 static rwlock_t env_lock = RWLOCK_INITIALIZER;
/minix/lib/libc/citrus/
H A Dcitrus_mapper.c62 static rwlock_t lock = RWLOCK_INITIALIZER;
H A Dcitrus_iconv.c69 static rwlock_t lock = RWLOCK_INITIALIZER;
H A Dcitrus_csmapper.c62 static rwlock_t lock = RWLOCK_INITIALIZER;
/minix/common/lib/libprop/
H A Dprop_object_impl.h385 #define _PROP_RWLOCK_DECL(x) rwlock_t x ;
/minix/minix/tests/
H A Dtest59.c15 #define rwlock_t mthread_rwlock_t macro
33 static rwlock_t rwlock;
/minix/lib/libc/net/
H A Dnsdispatch.c156 static rwlock_t _nslock = RWLOCK_INITIALIZER;
/minix/lib/libc/time/
H A Dlocaltime.c194 static rwlock_t lcl_lock = RWLOCK_INITIALIZER;