Home
last modified time | relevance | path

Searched refs:ENV_LOCK (Results 1 – 25 of 30) sorted by relevance

12

/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/lib/src/config/
H A Dmod.rs507 let _env_lock = ENV_LOCK.lock().unwrap(); in test_defaults()
537 let _env_lock = ENV_LOCK.lock().unwrap(); in test_bad_environment_vars()
559 let _env_lock = ENV_LOCK.lock().unwrap(); in test_good_full_config_files()
610 let _env_lock = ENV_LOCK.lock().unwrap(); in test_good_address_values()
652 let _env_lock = ENV_LOCK.lock().unwrap(); in test_bad_address_values()
681 let _env_lock = ENV_LOCK.lock().unwrap(); in test_good_tls_values()
710 let _env_lock = ENV_LOCK.lock().unwrap(); in test_bad_tls_config()
737 let _env_lock = ENV_LOCK.lock().unwrap(); in test_good_port_values()
765 let _env_lock = ENV_LOCK.lock().unwrap(); in test_bad_port_values()
797 let _env_lock = ENV_LOCK.lock().unwrap(); in test_good_workers_values()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rls/rls/src/build/
H A Denvironment.rs11 static ref ENV_LOCK: Arc<EnvironmentLock> = Arc::new(EnvironmentLock::new());
117 ENV_LOCK.clone() in get()
124 (ENV_LOCK.outer.lock().unwrap(), InnerLock {}) in lock()
129 EnvironmentLockFacade::Outer(ENV_LOCK.clone()) in as_facade()
139 ENV_LOCK.inner.lock().unwrap() in lock()
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/solid/
H A Dos.rs81 static ENV_LOCK: StaticRWLock = StaticRWLock::new(); variable
108 let _guard = ENV_LOCK.read(); in env()
144 let _guard = ENV_LOCK.read(); in getenv()
159 let _guard = ENV_LOCK.write(); in setenv()
168 let _guard = ENV_LOCK.write(); in unsetenv()
/dports/japanese/Wnn6-lib/src/contrib/im/Xsi/Wnn/jlib/
H A Djl.c703 LockMutex(&ENV_LOCK(env));
705 UnlockMutex(&ENV_LOCK(env));
713 LockMutex(&ENV_LOCK(env));
715 UnlockMutex(&ENV_LOCK(env));
718 UnlockMutex(&ENV_LOCK(env));
775 LockMutex(&ENV_LOCK(env));
777 UnlockMutex(&ENV_LOCK(env));
3646 LockMutex(&ENV_LOCK(env));
3927 LockMutex(&ENV_LOCK(env));
4029 LockMutex(&ENV_LOCK(env));
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdlib/
H A Dsetenv.c56 ENV_LOCK; in setenv()
136 ENV_LOCK; in unsetenv()
H A Dsetenv_r.c67 ENV_LOCK; in _setenv_r()
148 ENV_LOCK; in _unsetenv_r()
H A Dgetenv_r.c85 ENV_LOCK; in _findenv()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/
H A Dsetenv_r.c59 ENV_LOCK;
143 ENV_LOCK;
H A Denvlock.h9 #define ENV_LOCK __env_lock(reent_ptr) macro
H A Dgetenv_r.c92 ENV_LOCK;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/
H A Dsetenv_r.c59 ENV_LOCK;
143 ENV_LOCK;
H A Denvlock.h9 #define ENV_LOCK __env_lock(reent_ptr) macro
H A Dgetenv_r.c92 ENV_LOCK;
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdlib/
H A Dsetenv_r.c68 ENV_LOCK;
150 ENV_LOCK;
H A Dgetenv_r.c92 ENV_LOCK;
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/include/
H A Denvlock.h8 #define ENV_LOCK __env_lock() macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/include/
H A Denvlock.h9 #define ENV_LOCK __env_lock(reent_ptr) macro
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/unix/
H A Dos.rs490 static ENV_LOCK: StaticRWLock = StaticRWLock::new(); const
493 ENV_LOCK.read() in env_read_lock()
552 let _guard = ENV_LOCK.write(); in setenv()
561 let _guard = ENV_LOCK.write(); in unsetenv()
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D503101019 ENV_LOCK # Z added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D503101119 ENV_LOCK # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D503101119 ENV_LOCK # Z added by devel/scanprov
/dports/lang/perl5.34/perl-5.34.0/
H A Diperlsys.h569 # define PerlEnv_putenv(str) (ENV_LOCK, (putenv(str) \
598 #define PerlEnv_clearenv(str) (ENV_LOCK, (clearenv(str) \
H A Dperl.h7062 # define ENV_LOCK PERL_WRITE_LOCK(&PL_env_mutex) macro
7080 # define GETENV_LOCK ENV_LOCK
7084 # define ENV_LOCK NOOP macro
7121 #define ENV_LOCALE_LOCK ENV_LOCK
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Diperlsys.h565 # define PerlEnv_putenv(str) (ENV_LOCK, (putenv(str) \
594 #define PerlEnv_clearenv(str) (ENV_LOCK, (clearenv(str) \
/dports/lang/perl5.32/perl-5.32.1/
H A Diperlsys.h569 # define PerlEnv_putenv(str) (ENV_LOCK, (putenv(str) \
598 #define PerlEnv_clearenv(str) (ENV_LOCK, (clearenv(str) \

12