Home
last modified time | relevance | path

Searched refs:__lock (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dlock.h4 hidden void __lock(volatile int *);
6 #define LOCK(x) __lock(x)
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dlock.h4 hidden void __lock(volatile int *);
6 #define LOCK(x) __lock(x)
/third_party/musl/src/internal/
H A Dlock.h4 hidden void __lock(volatile int *);
6 #define LOCK(x) __lock(x)
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dlock.h4 hidden void __lock(volatile int *);
6 #define LOCK(x) __lock(x)
/third_party/musl/porting/liteos_m/user/src/thread/
H A D__lock.c20 _LIBC_TEXT_SECTION void __lock(volatile int *l) in __lock() function
/third_party/musl/src/thread/
H A D__lock.c19 void __lock(volatile int *l) in __lock() function
/third_party/musl/porting/uniproton/kernel/include/
H A Daio.h23 int __lock[2]; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Daio.h23 int __lock[2]; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Daio.h23 int __lock[2]; member
/third_party/musl/include/
H A Daio.h23 int __lock[2]; member
/third_party/libdrm/
H A Dxf86drm.h415 register volatile unsigned int *__lock __asm("o2"); \
418 __lock = (volatile unsigned int *)lock; \
426 "r" (__lock), \
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp287 void env$$__lock(int32_t) { in env$$__lock()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs134 __lock: [::c_int; 2],
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs749 pub __lock: ::pthread_mutex_t, // union
2499 __lock: PTHREAD_MUTEX_INITIALIZER,
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs179 __lock: [::c_int; 2],
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs294 __lock: [::c_int; 2],
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp6171 int __lock;
6203 int __lock;
6239 int __lock;
18410 extern int pthread_spin_init (pthread_spinlock_t *__lock, int __pshared)
18414 extern int pthread_spin_destroy (pthread_spinlock_t *__lock)
18418 extern int pthread_spin_lock (pthread_spinlock_t *__lock)
18422 extern int pthread_spin_trylock (pthread_spinlock_t *__lock)
18426 extern int pthread_spin_unlock (pthread_spinlock_t *__lock)
[all...]

Completed in 57 milliseconds