Home
last modified time | relevance | path

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

1234567

/netbsd/external/apache2/llvm/dist/libcxx/cmake/Modules/
H A DHandleLibCXXABI.cmake110 set(shared c++abi) variable
113 set(shared cxxabi_shared) variable
/netbsd/sys/kern/
H A Dsys_futex.c416 futex_key_init(union futex_key *fk, struct vmspace *vm, vaddr_t va, bool shared) in futex_key_init()
437 futex_key_fini(union futex_key *fk, bool shared) in futex_key_fini()
455 futex_create(union futex_key *fk, bool shared) in futex_create()
597 futex_lookup_by_key(union futex_key *fk, bool shared, struct futex **fp) in futex_lookup_by_key()
669 futex_lookup(int *uaddr, bool shared, struct futex **fp) in futex_lookup()
716 futex_lookup_create(int *uaddr, bool shared, struct futex **fp) in futex_lookup_create()
1193 futex_func_wait(bool shared, int *uaddr, int val, int val3, in futex_func_wait()
1280 futex_func_wake(bool shared, int *uaddr, int val, int val3, register_t *retval) in futex_func_wake()
1326 futex_func_requeue(bool shared, int op, int *uaddr, int val, int *uaddr2, in futex_func_requeue()
1512 futex_func_wake_op(bool shared, int *uaddr, int val, int *uaddr2, int val2, in futex_func_wake_op()
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dmonitor_.d233 @property ref shared(Monitor*) monitor(return scope Object h) pure nothrow @nogc in shared() function
238 private shared(Monitor)* getMonitor(Object h) pure @nogc in shared() function
250 shared(Monitor)* ensureMonitor(Object h) in shared() function
/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dmonitor_.d249 @property ref shared(Monitor*) monitor(Object h) pure nothrow @nogc in shared() function
254 private shared(Monitor)* getMonitor(Object h) pure @nogc in shared() function
266 shared(Monitor)* ensureMonitor(Object h) in shared() function
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/mips/
H A Dmips-abi32.s3 shared: .word 11 label
H A Dmips-gp32-fp32.s3 shared: .word 11 label
H A Dmips-gp64-fp32.s3 shared: .word 11 label
H A Dmips-gp64-fp64.s3 shared: .word 11 label
H A Dmips-gp32-fp64.s3 shared: .word 11 label
H A Dmips-abi32-pic.s3 shared: .word 11 label
H A Dmips-gp64-fp32-pic.s3 shared: .word 11 label
H A Dmips-gp32-fp32-pic.s3 shared: .word 11 label
H A Dmips-gp32-fp64-pic.s3 shared: .word 11 label
H A Dmips-gp64-fp64-pic.s3 shared: .word 11 label
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips-gp32-fp32.s3 shared: .word 11 label
H A Dmips-gp32-fp64.s3 shared: .word 11 label
H A Dmips-gp64-fp32.s3 shared: .word 11 label
H A Dmips-gp64-fp64.s3 shared: .word 11 label
H A Dmips-abi32.s3 shared: .word 11 label
H A Dmips-gp32-fp64-pic.s3 shared: .word 11 label
H A Dmips-gp64-fp32-pic.s3 shared: .word 11 label
H A Dmips-gp64-fp64-pic.s3 shared: .word 11 label
H A Dmips-abi32-pic.s3 shared: .word 11 label
H A Dmips-gp32-fp32-pic.s3 shared: .word 11 label
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/
H A Dconfigure.ac50 AC_ARG_ENABLE(shared, optenable

1234567