Home
last modified time | relevance | path

Searched defs:mutex (Results 126 - 150 of 637) sorted by relevance

12345678910>>...26

/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H A Dscoped_lock.cpp28 ScopedLock::ScopedLock(Mutex& mutex) : mutex_(&mutex) in ScopedLock() argument
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dfsm_common.cpp51 int32_t FsmCondTimewait(pthread_cond_t &cond, pthread_mutex_t &mutex, uint32_t delayUs) in FsmCondTimewait() argument
/foundation/resourceschedule/ffrt/src/sync/
H A Dcondition_variable.cpp69 int ffrt_cond_wait(ffrt_cond_t* cond, ffrt_mutex_t* mutex) in ffrt_cond_wait() argument
82 int ffrt_cond_timedwait(ffrt_cond_t* cond, ffrt_mutex_t* mutex, const struct timespec* time_point) in ffrt_cond_timedwait() argument
/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/
H A Dpub_sub_feature.h46 MutexId mutex; member
/foundation/systemabilitymgr/samgr_lite/samgr/adapter/cmsis/
H A Dthread_adapter.c25 void MUTEX_Lock(MutexId mutex) in MUTEX_Lock() argument
33 void MUTEX_Unlock(MutexId mutex) in MUTEX_Unlock() argument
/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_permission.cpp56 static std::mutex mutex; in CheckPermissionWithCache() local
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dlnn_hichain_mock.h69 static inline SoftBusMutex mutex; member in OHOS::LnnHichainInterfaceMock
/foundation/communication/ipc/services/dbinder/dbinder_service/include/
H A Ddbinder_remote_listener.h30 std::mutex mutex; member
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dmock_client.h46 pthread_mutex_t mutex; member
/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dclient.h46 pthread_mutex_t mutex; member
/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/
H A Ddatashare_uv_queue.h48 std::mutex mutex; member
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/include/
H A Doh_pasteboard_common.h44 std::mutex mutex; member
/third_party/glfw/src/
H A Dposix_thread.c74 GLFWbool _glfwPlatformCreateMutex(_GLFWmutex* mutex) in _glfwPlatformCreateMutex() argument
87 void _glfwPlatformDestroyMutex(_GLFWmutex* mutex) in _glfwPlatformDestroyMutex() argument
94 void _glfwPlatformLockMutex(_GLFWmutex* mutex) in _glfwPlatformLockMutex() argument
100 _glfwPlatformUnlockMutex(_GLFWmutex* mutex) _glfwPlatformUnlockMutex() argument
[all...]
H A Dwin32_thread.c73 GLFWbool _glfwPlatformCreateMutex(_GLFWmutex* mutex) in _glfwPlatformCreateMutex() argument
80 void _glfwPlatformDestroyMutex(_GLFWmutex* mutex) in _glfwPlatformDestroyMutex() argument
87 void _glfwPlatformLockMutex(_GLFWmutex* mutex) in _glfwPlatformLockMutex() argument
93 _glfwPlatformUnlockMutex(_GLFWmutex* mutex) _glfwPlatformUnlockMutex() argument
[all...]
/third_party/glslang/StandAlone/
H A DWorklist.h89 std::mutex mutex; member in glslang::TWorklist
/third_party/FreeBSD/sys/kern/
H A Dkern_condvar.c67 cv_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in cv_wait() argument
/third_party/libuv/test/
H A Dtest-mutexes.c29 static uv_mutex_t mutex; variable
39 uv_mutex_t mutex; in TEST_IMPL() local
54 uv_mutex_t mutex; in TEST_IMPL() local
[all...]
H A Dtest-async.c28 static uv_mutex_t mutex; variable
/third_party/mbedtls/library/
H A Dthreading.c53 static void threading_mutex_init_pthread(mbedtls_threading_mutex_t *mutex) in threading_mutex_init_pthread() argument
68 static void threading_mutex_free_pthread(mbedtls_threading_mutex_t *mutex) in threading_mutex_free_pthread() argument
77 threading_mutex_lock_pthread(mbedtls_threading_mutex_t *mutex) threading_mutex_lock_pthread() argument
90 threading_mutex_unlock_pthread(mbedtls_threading_mutex_t *mutex) threading_mutex_unlock_pthread() argument
116 threading_mutex_fail(mbedtls_threading_mutex_t *mutex) threading_mutex_fail() argument
121 threading_mutex_dummy(mbedtls_threading_mutex_t *mutex) threading_mutex_dummy() argument
[all...]
/third_party/mesa3d/src/util/
H A Du_idalloc.h88 simple_mtx_t mutex; member
H A Dslab.h55 simple_mtx_t mutex; member
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_device_memory.h17 mtx_t mutex; member
H A Dvn_renderer_internal.h20 simple_mtx_t mutex; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_fence.h46 mtx_t mutex; member
H A Dlp_scene_queue.c53 mtx_t mutex; member
[all...]

Completed in 7 milliseconds

12345678910>>...26