| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
| D | callbacks.c | 582 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/ |
| D | semaphore_linux.c | 63 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/ |
| D | ipc_ability_scheduler_module_test.cpp | 73 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/ |
| D | sys_util.c | 93 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/ |
| D | sys_util.c | 146 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/ |
| D | ams_app_mgr_service_module_test.cpp | 260 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/ |
| D | input_manager_filter_manual_test.cpp | 233 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/ |
| D | lifecycle_test_base.h | 82 static int SemTimedWaitMillis(long msecs, sem_t& sem) in SemTimedWaitMillis()
|
| /foundation/multimedia/media_lite/services/recorder_lite/impl/include/ |
| D | recorder_sink.h | 72 sem_t sem; variable
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/ |
| D | meta_data_manager_test.cpp | 92 OHOS::Semaphore sem(0); variable
|
| /foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/ |
| D | ams_ipc_app_scheduler_module_test.cpp | 276 OHOS::Semaphore sem(0); variable
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
| D | l2cap_if.c | 655 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/ |
| D | nstackx_file_manager_client.c | 35 static void CheckSendListFullAndWait(FileManager *fileManager, sem_t *sem) in CheckSendListFullAndWait()
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
| D | fillptypes.h | 425 volatile FILLP_ULONG sem; /* Indicates a semaphore. */ member
|