Home
last modified time | relevance | path

Searched refs:sem_t (Results 1 - 24 of 24) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_util.h64 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 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/
H A 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/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_filter_manual_test.cpp233 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 Dlifecycle_test_base.h52 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 Dnstackx_dfile_session.h50 sem_t sendWait;
51 sem_t semNewCycle;
104 sem_t outboundQueueWait[NSTACKX_MULTI_PATH_NUM];
H A Dnstackx_file_manager.h174 sem_t semStop;
222 sem_t semBlockListNotFull;
234 sem_t semTaskListNotEmpty;
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_daemon_client.h58 sem_t sem_;
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_async_callback.h75 sem_t semaphore_ = {};
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_common.h30 sem_t wait;
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_semaphore.h113 sem_t sem_;
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_sink.h72 sem_t sem;
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
H A Dcoap_discover.h50 sem_t wait;
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_one_shot_timer.h74 sem_t semaphone_;
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/
H A Ddistributed_stream_test.cpp91 static sem_t localSem_;
101 sem_t DistributeStreamTest::localSem_;
/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/
H A Dability_tool.cpp44 static sem_t g_sem;
/foundation/ability/ability_lite/services/abilitymgr_lite/unittest/utils/
H A Dability_test_helper.cpp37 static sem_t g_sem;
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/
H A Dcommand_parser.cpp49 static sem_t g_sem;
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c95 sem_t waitCondition;
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_dfinder_hidump.c46 sem_t wait;
H A Dnstackx_common.c999 sem_t wait;
1130 sem_t wait;
1166 sem_t wait;
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/
H A Dproxy_session_file_test.cpp98 sem_t localSem_;
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/
H A Dauth_session_test2.cpp73 sem_t localSem_;
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c35 static void CheckSendListFullAndWait(FileManager *fileManager, sem_t *sem) in CheckSendListFullAndWait()

Completed in 16 milliseconds