Home
last modified time | relevance | path

Searched defs:sem (Results 1 – 14 of 14) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
Dcallbacks.c582 IO volatile FILLP_ULONG *sem, in FillpSysArchCompAndWwap()
647 #define FILLP_ADAPT_SYS_ARCH_SEM_COND_INIT(sem, value) do { \ argument
656 #define FILLP_ADAPT_SYS_ARCH_SEM_INIT(sem, value, ret) do { \ argument
667 #define FILLP_ADAPT_SYS_ARCH_SEM_INIT(sem, value, ret) do { \ argument
685 FILLP_INT FillpArchInitSem(IO SYS_ARCH_SEM *sem, IN FILLP_ULONG value) in FillpArchInitSem()
702 #define FILLP_ADAPT_SYS_ARCH_SEM_TRYWAIT(sem) sem_trywait(sem) argument
704 #define FILLP_ADAPT_SYS_ARCH_SEM_WAIT(sem) sem_wait(sem) argument
706 #define FILLP_ADAPT_SYS_ARCH_SEM_POST(sem) sem_post(sem) argument
708 #define FILLP_ADAPT_SYS_ARCH_SEM_DESTROY(sem) sem_destroy(sem) argument
711 staic FillpErrorType FillpAdaptSysArchRwsemInit(SYS_ARCH_RW_SEM *sem) in FillpAdaptSysArchRwsemInit()
[all …]
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
Dsemaphore_linux.c63 void SemaphoreDelete(Semaphore *sem) in SemaphoreDelete()
77 void SemaphoreWait(const Semaphore *sem) in SemaphoreWait()
85 int32_t SemaphoreTryWait(Semaphore *sem) in SemaphoreTryWait()
116 void SemaphorePost(const Semaphore *sem) in SemaphorePost()
123 int32_t SemaphoreTryPost(Semaphore *sem) in SemaphoreTryPost()
153 int SemaphoreGetfd(const Semaphore *sem) in SemaphoreGetfd()
/foundation/ability/ability_runtime/test/moduletest/ipc_ability_scheduler_test/
Dipc_ability_scheduler_module_test.cpp73 Semaphore sem(0); variable
118 Semaphore sem(0); variable
165 Semaphore sem(0); variable
203 Semaphore sem(0); variable
237 Semaphore sem(0); variable
269 Semaphore sem(0); variable
302 Semaphore sem(0); variable
344 Semaphore sem(0); variable
382 Semaphore sem(0); variable
420 Semaphore sem(0); variable
[all …]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
Dsys_util.c93 int32_t SemInit(sem_t *sem, int pshared, unsigned int value) in SemInit()
98 void SemGetValue(sem_t *sem, int *sval) in SemGetValue()
105 void SemPost(sem_t *sem) in SemPost()
112 void SemWait(sem_t *sem) in SemWait()
119 void SemDestroy(sem_t *sem) in SemDestroy()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
Dsys_util.c146 int32_t SemInit(sem_t *sem, int pshared, unsigned int value) in SemInit()
151 void SemGetValue(sem_t *sem, int *sval) in SemGetValue()
158 void SemPost(sem_t *sem) in SemPost()
165 void SemWait(sem_t *sem) in SemWait()
172 void SemDestroy(sem_t *sem) in SemDestroy()
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
Dams_app_mgr_service_module_test.cpp260 Semaphore sem(0); variable
294 Semaphore sem(0); variable
328 Semaphore sem(0); variable
383 Semaphore sem(0); variable
463 Semaphore sem(0); variable
499 Semaphore sem(0); variable
/foundation/multimodalinput/input/frameworks/proxy/events/test/
Dinput_manager_filter_manual_test.cpp233 sem_t &sem; member
291 void WaitPointerEnd(sem_t &sem) in WaitPointerEnd()
305 sem_t sem; variable
339 sem_t &sem; member
367 void WaitKeyEnd(sem_t &sem) in WaitKeyEnd()
377 …SimulateKeyEvent(bool &resultA, bool &resultB, const int32_t KEYCODE, bool isKeyAEvent, sem_t &sem) in SimulateKeyEvent()
/foundation/ability/ability_runtime/test/unittest/lifecycle_test/
Dlifecycle_test_base.h82 static int SemTimedWaitMillis(long msecs, sem_t& sem) in SemTimedWaitMillis()
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
Drecorder_sink.h72 sem_t sem; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/
Dmeta_data_manager_test.cpp92 OHOS::Semaphore sem(0); variable
/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/
Dams_ipc_app_scheduler_module_test.cpp276 OHOS::Semaphore sem(0); variable
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
Dl2cap_if.c655 Semaphore *sem; member
676 Semaphore *sem = NULL; in L2CIF_Startup() local
729 Semaphore *sem = NULL; in L2CIF_Shutdown() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
Dnstackx_file_manager_client.c35 static void CheckSendListFullAndWait(FileManager *fileManager, sem_t *sem) in CheckSendListFullAndWait()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
Dfillptypes.h425 volatile FILLP_ULONG sem; /* Indicates a semaphore. */ member