Home
last modified time | relevance | path

Searched defs:mut (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Python/
Dceval_gil.h54 #define MUTEX_INIT(mut) \ argument
57 #define MUTEX_FINI(mut) \ argument
60 #define MUTEX_LOCK(mut) \ argument
63 #define MUTEX_UNLOCK(mut) \ argument
76 #define COND_WAIT(cond, mut) \ argument
79 #define COND_TIMED_WAIT(cond, mut, microseconds, timeout_result) \ argument
Dcondvar.h56 #define PyMUTEX_INIT(mut) pthread_mutex_init((mut), NULL) argument
57 #define PyMUTEX_FINI(mut) pthread_mutex_destroy(mut) argument
58 #define PyMUTEX_LOCK(mut) pthread_mutex_lock(mut) argument
59 #define PyMUTEX_UNLOCK(mut) pthread_mutex_unlock(mut) argument
65 #define PyCOND_WAIT(cond, mut) pthread_cond_wait((cond), (mut)) argument
69 PyCOND_TIMEDWAIT(PyCOND_T *cond, PyMUTEX_T *mut, long long us) in PyCOND_TIMEDWAIT()
Dthread_pthread.h205 pthread_mutex_t mut; member
/third_party/rust/crates/pin-utils/src/
Dstack_pin.rs17 let mut $x = $x; localVariable
21 let mut $x = unsafe { localVariable
/third_party/protobuf/src/google/protobuf/
Darenastring_unittest.cc71 std::string* mut = field2.Mutable(&default_value, NULL); in TEST() local
97 std::string* mut = field2.Mutable(&default_value, &arena); in TEST() local
124 std::string* mut = field2.Mutable(&default_value, &arena); in TEST() local
/third_party/ntfs-3g/libfuse-lite/
Dfuse_misc.h13 #define fuse_mutex_init(mut) pthread_mutex_init(mut, NULL) argument
15 static inline void fuse_mutex_init(pthread_mutex_t *mut) in fuse_mutex_init()
/third_party/node/deps/v8/third_party/wasm-api/example/
Dreflect.c10 void print_mutability(wasm_mutability_t mut) { in print_mutability()
Dreflect.cc10 auto operator<<(std::ostream& out, wasm::Mutability mut) -> std::ostream& { in operator <<()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dkeywords.h31 int mut; variable
/third_party/musl/libc-test/src/regression/
Dpthread_cond-smasher.c66 static mutex mut[phases]; variable
/third_party/rust/crates/cxx/src/
Dcxx_string.rs85 let mut $var = match $value { localVariable
/third_party/python/Lib/test/test_asyncio/
Dtest_futures.py828 def mut(f): function
/third_party/rust/crates/serde/serde_derive/src/
Dde.rs2453 let mut #name: _serde::__private::Option<#field_ty> = _serde::__private::None; in deserialize_map() localVariable
2706 let mut #name: bool = false; in deserialize_map_in_place() localVariable
/third_party/skia/tests/
DPictureTest.cpp656 SkBitmap mut, immut; in DEF_TEST() local
/third_party/rust/crates/cxx/macro/src/
Dexpand.rs612 let mut #var = ::cxx::core::mem::MaybeUninit::new(#var); in expand_cxx_function_shim() localVariable
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs275 let mut $s = $str; localVariable