Home
last modified time | relevance | path

Searched defs:mutex (Results 576 - 600 of 1779) sorted by relevance

1...<<21222324252627282930>>...72

/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H A D_pthreadtypes.h99 pthread_mutex_t* mutex; /**< Mutex locker for condition variable protection */ member
/kernel/liteos_m/kal/posix/src/
H A Dpthread_mutex.c130 int pthread_mutex_init(pthread_mutex_t *mutex, const pthread_mutexattr_t *mutexAttr) in pthread_mutex_init() argument
165 int pthread_mutex_destroy(pthread_mutex_t *mutex) in pthread_mutex_destroy() argument
192 MuxPreCheck(const pthread_mutex_t *mutex, const LosTaskCB *runTask) MuxPreCheck() argument
214 MuxPendForPosix(pthread_mutex_t *mutex, UINT32 timeout) MuxPendForPosix() argument
276 MuxPostForPosix(pthread_mutex_t *mutex) MuxPostForPosix() argument
329 pthread_mutex_timedlock(pthread_mutex_t *mutex, const struct timespec *absTimeout) pthread_mutex_timedlock() argument
380 pthread_mutex_lock(pthread_mutex_t *mutex) pthread_mutex_lock() argument
417 pthread_mutex_trylock(pthread_mutex_t *mutex) pthread_mutex_trylock() argument
450 pthread_mutex_unlock(pthread_mutex_t *mutex) pthread_mutex_unlock() argument
[all...]
H A Dpthread_cond.c266 pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *ts) pthread_cond_timedwait() argument
318 pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) pthread_cond_wait() argument
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dvmcp.c36 struct mutex mutex; member
[all...]
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dmpc5200_dma.h58 struct mutex mutex; member
/kernel/linux/linux-6.6/sound/soc/intel/common/
H A Dsst-dsp-priv.h66 struct mutex mutex; /* DSP FW lock */ member
/third_party/ffmpeg/libavutil/
H A Dslicethread.c31 pthread_mutex_t mutex; member
[all...]
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Dusbd_generic_epfile.h72 pthread_mutex_t mutex; member
/third_party/mbedtls/tests/src/
H A Dthreading_helpers.c173 mbedtls_test_mutex_usage_error(mbedtls_threading_mutex_t *mutex, const char *msg) mbedtls_test_mutex_usage_error() argument
186 mbedtls_test_mutex_can_test(mbedtls_threading_mutex_t *mutex) mbedtls_test_mutex_can_test() argument
201 mbedtls_test_wrap_mutex_init(mbedtls_threading_mutex_t *mutex) mbedtls_test_wrap_mutex_init() argument
215 mbedtls_test_wrap_mutex_free(mbedtls_threading_mutex_t *mutex) mbedtls_test_wrap_mutex_free() argument
243 mbedtls_test_wrap_mutex_lock(mbedtls_threading_mutex_t *mutex) mbedtls_test_wrap_mutex_lock() argument
276 mbedtls_test_wrap_mutex_unlock(mbedtls_threading_mutex_t *mutex) mbedtls_test_wrap_mutex_unlock() argument
[all...]
/third_party/ltp/lib/
H A Dsafe_pthread.c158 safe_pthread_mutex_init(const char *file, const int lineno, pthread_mutex_t *mutex, const pthread_mutexattr_t *attr) safe_pthread_mutex_init() argument
174 safe_pthread_mutex_destroy(const char *file, const int lineno, pthread_mutex_t *mutex) safe_pthread_mutex_destroy() argument
190 safe_pthread_mutex_lock(const char *file, const int lineno, pthread_mutex_t *mutex) safe_pthread_mutex_lock() argument
206 safe_pthread_mutex_trylock(const char *file, const int lineno, pthread_mutex_t *mutex) safe_pthread_mutex_trylock() argument
222 safe_pthread_mutex_timedlock(const char *file, const int lineno, pthread_mutex_t *mutex, const struct timespec *abstime) safe_pthread_mutex_timedlock() argument
239 safe_pthread_mutex_unlock(const char *file, const int lineno, pthread_mutex_t *mutex) safe_pthread_mutex_unlock() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_framebuffer.h75 CRITICAL_SECTION mutex; member
[all...]
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.h50 mtx_t mutex; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.h110 mtx_t mutex; member
/third_party/musl/libc-test/src/regression/
H A Dpthread_cond-smasher.c16 typedef pthread_mutex_t mutex; typedef
/third_party/node/deps/cares/src/lib/
H A Dares_event.h89 ares__thread_mutex_t *mutex; member
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_feedback.h13 simple_mtx_t mutex; member
51 simple_mtx_t mutex; member
/third_party/ltp/testcases/kernel/sched/nptl/
H A Dnptl01.c72 void call_mutex_init(pthread_mutex_t * mutex, char *buf, size_t buf_len) in call_mutex_init() argument
82 void call_mutex_lock(pthread_mutex_t * mutex, char *buf, size_t buf_len) in call_mutex_lock() argument
92 void call_mutex_unlock(pthread_mutex_t * mutex, char *buf, size_t buf_len) in call_mutex_unlock() argument
112 void call_cond_wait(pthread_cond_t * cond, pthread_mutex_t * mutex, in call_cond_wait() argument
133 void do_timedwait(pthread_cond_t * cond, pthread_mutex_t * mutex, in do_timedwait() argument
[all...]
/third_party/ltp/testcases/realtime/func/async_handler/
H A Dasync_handler_tsc.c72 pthread_mutex_t mutex; variable
H A Dasync_handler.c63 pthread_mutex_t mutex; variable
/third_party/ltp/testcases/realtime/func/prio-preempt/
H A Dprio-preempt.c82 static pthread_mutex_t mutex[NUM_WORKERS + 1]; variable
/third_party/ltp/testcases/realtime/func/prio-wake/
H A Dprio-wake.c63 static pthread_mutex_t mutex; variable
[all...]
/third_party/ltp/testcases/realtime/include/
H A Dlibrttest.h83 pthread_mutex_t mutex; member
/third_party/node/deps/v8/src/common/
H A Dassert-scope.h297 explicit NoGarbageCollectionMutexGuard(base::Mutex* mutex) in NoGarbageCollectionMutexGuard() argument
/third_party/node/deps/v8/src/base/platform/
H A Dmutex.cc81 static V8_INLINE void InitializeNativeHandle(pthread_mutex_t* mutex) { in InitializeNativeHandle() argument
102 static V8_INLINE void InitializeRecursiveNativeHandle(pthread_mutex_t* mutex) { in InitializeRecursiveNativeHandle() argument
116 DestroyNativeHandle(pthread_mutex_t* mutex) DestroyNativeHandle() argument
123 LockNativeHandle(pthread_mutex_t* mutex) LockNativeHandle() argument
130 UnlockNativeHandle(pthread_mutex_t* mutex) UnlockNativeHandle() argument
137 TryLockNativeHandle(pthread_mutex_t* mutex) TryLockNativeHandle() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_mm.c56 mtx_t mutex; member
[all...]

Completed in 13 milliseconds

1...<<21222324252627282930>>...72