Home
last modified time | relevance | path

Searched defs:shared (Results 1 – 25 of 81) sorted by relevance

1234

/netbsd/src/sys/kern/
Dsys_futex.c417 futex_key_init(union futex_key *fk, struct vmspace *vm, vaddr_t va, bool shared) in futex_key_init()
438 futex_key_fini(union futex_key *fk, bool shared) in futex_key_fini()
456 futex_create(union futex_key *fk, bool shared) in futex_create()
598 futex_lookup_by_key(union futex_key *fk, bool shared, struct futex **fp) in futex_lookup_by_key()
670 futex_lookup(int *uaddr, bool shared, struct futex **fp) in futex_lookup()
717 futex_lookup_create(int *uaddr, bool shared, struct futex **fp) in futex_lookup_create()
1213 futex_func_wait(bool shared, int *uaddr, int cmpval, int bitset, in futex_func_wait()
1306 futex_func_wake(bool shared, int *uaddr, int nwake, int bitset, in futex_func_wake()
1362 futex_func_requeue(bool shared, int op, int *uaddr, int nwake, int *uaddr2, in futex_func_requeue()
1586 futex_func_wake_op(bool shared, int *uaddr, int nwake, int *uaddr2, int nwake2, in futex_func_wake_op()
[all …]
Dsubr_lockdebug.c449 const volatile void *lock, uintptr_t where, int shared) in lockdebug_wantlock()
505 volatile void *lock, void *cvlock, uintptr_t where, int shared) in lockdebug_locked()
556 volatile void *lock, uintptr_t where, int shared) in lockdebug_unlocked()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
Dconfigure.ac51 AC_ARG_ENABLE(shared, optenable
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dcorefile-buildid.exp157 proc locate_exec_from_core_build_id {corefile buildid suffix \
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dada.exp174 proc gnat_runtime_has_debug_info_1 { shared } { argument
/netbsd/src/tests/lib/libpthread/
Dt_cond.c54 int *shared = (int *) arg; in signal_delay_wait_threadfunc() local
113 int *shared = (int *) arg; in signal_before_unlock_threadfunc() local
174 int *shared = (int *) arg; in signal_before_unlock_static_init_threadfunc() local
/netbsd/src/usr.sbin/puffs/rump_nqmfs/
Drump_nqmfs.c74 int ch, fd, rdonly, shared; in main() local
/netbsd/src/crypto/external/bsd/openssl/dist/
DConfigure2956 sub shared { subroutine
/netbsd/src/crypto/external/cpl/tpm-tools/dist/m4/
Dltoptions.m4164 AC_ARG_ENABLE([shared], optenable
/netbsd/src/external/gpl3/gdb/dist/
Dltoptions.m4165 AC_ARG_ENABLE([shared], optenable
/netbsd/src/external/gpl3/binutils/dist/
Dltoptions.m4165 AC_ARG_ENABLE([shared], optenable
/netbsd/src/external/gpl3/gcc/dist/
Dltoptions.m4165 AC_ARG_ENABLE([shared], optenable
/netbsd/src/external/bsd/ntp/dist/sntp/m4/
Dltoptions.m4167 AC_ARG_ENABLE([shared], optenable
/netbsd/src/external/lgpl3/mpc/dist/m4/
Dltoptions.m4167 AC_ARG_ENABLE([shared], optenable
/netbsd/src/crypto/external/bsd/heimdal/dist/cf/
Dltoptions.m4167 AC_ARG_ENABLE([shared], optenable
/netbsd/src/external/bsd/openldap/dist/build/
Dltoptions.m4167 AC_ARG_ENABLE([shared], optenable
/netbsd/src/external/bsd/flex/dist/m4/
Dltoptions.m4167 AC_ARG_ENABLE([shared], optenable
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/m4/
Dltoptions.m4167 AC_ARG_ENABLE([shared], optenable
/netbsd/src/external/bsd/libevent/dist/m4/
Dltoptions.m4167 AC_ARG_ENABLE([shared], optenable
/netbsd/src/external/lgpl3/mpfr/dist/m4/
Dltoptions.m4167 AC_ARG_ENABLE([shared], optenable
/netbsd/src/external/mit/expat/dist/m4/
Dltoptions.m4167 AC_ARG_ENABLE([shared], optenable
/netbsd/src/sys/external/bsd/drm2/linux/
Dlinux_dma_resv.c770 struct dma_fence **shared = NULL; in dma_resv_get_fences_rcu() local
1045 bool shared) in dma_resv_test_signaled_rcu()
1132 bool shared, bool intr, unsigned long timeout) in dma_resv_wait_timeout_rcu()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
Ddh-ltm.c154 ltm_dh_compute_key(unsigned char *shared, const BIGNUM * pub, DH *dh) in ltm_dh_compute_key()
Ddh-tfm.c154 tfm_dh_compute_key(unsigned char *shared, const BIGNUM * pub, DH *dh) in tfm_dh_compute_key()
/netbsd/src/external/bsd/wpa/dist/src/crypto/
Ddh_groups.c1241 struct wpabuf *shared; in dh_derive_shared() local

1234