/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
H A D | nstackx_util.h | 64 NSTACKX_EXPORT void SemGetValue(sem_t *sem, int *sval); 65 NSTACKX_EXPORT void SemPost(sem_t *sem); 66 NSTACKX_EXPORT void SemWait(sem_t *sem); 67 NSTACKX_EXPORT void SemDestroy(sem_t *sem); 68 NSTACKX_EXPORT int32_t SemInit(sem_t *sem, int pshared, unsigned int value);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A 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/ |
H A 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/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_filter_manual_test.cpp | 233 sem_t &sem; 235 PointerFilter(int32_t exceptX, int32_t exceptY, sem_t &sem, bool &result) in PointerFilter() 291 void WaitPointerEnd(sem_t &sem) in WaitPointerEnd() 305 sem_t sem; in HWTEST_F() 339 sem_t &sem; 341 KeyFilter002(int32_t exceptKeyCode, sem_t &sem, bool &result) in KeyFilter002() 367 void WaitKeyEnd(sem_t &sem) in WaitKeyEnd() 377 void SimulateKeyEvent(bool &resultA, bool &resultB, const int32_t KEYCODE, bool isKeyAEvent, sem_t &sem) in SimulateKeyEvent() 408 sem_t semA; in HWTEST_F() 417 sem_t sem in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/lifecycle_test/ |
H A D | lifecycle_test_base.h | 52 sem_t sem_; 82 static int SemTimedWaitMillis(long msecs, sem_t& sem) in SemTimedWaitMillis()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_dfile_session.h | 50 sem_t sendWait; 51 sem_t semNewCycle; 104 sem_t outboundQueueWait[NSTACKX_MULTI_PATH_NUM];
|
H A D | nstackx_file_manager.h | 174 sem_t semStop; 222 sem_t semBlockListNotFull; 234 sem_t semTaskListNotEmpty;
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_daemon_client.h | 58 sem_t sem_;
|
/foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
H A D | napi_async_callback.h | 75 sem_t semaphore_ = {};
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_common.h | 30 sem_t wait;
|
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_semaphore.h | 113 sem_t sem_;
|
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/ |
H A D | recorder_sink.h | 72 sem_t sem;
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/ |
H A D | coap_discover.h | 50 sem_t wait;
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/ |
H A D | hgm_one_shot_timer.h | 74 sem_t semaphone_;
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/ |
H A D | distributed_stream_test.cpp | 91 static sem_t localSem_; 101 sem_t DistributeStreamTest::localSem_;
|
/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/ |
H A D | ability_tool.cpp | 44 static sem_t g_sem;
|
/foundation/ability/ability_lite/services/abilitymgr_lite/unittest/utils/ |
H A D | ability_test_helper.cpp | 37 static sem_t g_sem;
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/ |
H A D | command_parser.cpp | 49 static sem_t g_sem;
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_app.c | 95 sem_t waitCondition;
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_dfinder_hidump.c | 46 sem_t wait;
|
H A D | nstackx_common.c | 999 sem_t wait; 1130 sem_t wait; 1166 sem_t wait;
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/ |
H A D | proxy_session_file_test.cpp | 98 sem_t localSem_;
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/ |
H A D | auth_session_test2.cpp | 73 sem_t localSem_;
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_file_manager_client.c | 35 static void CheckSendListFullAndWait(FileManager *fileManager, sem_t *sem) in CheckSendListFullAndWait()
|