Home
last modified time | relevance | path

Searched refs:finishedEvent (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/Communications/
H A DLogMessagePacket.cs58 …anslateTargetFinishedEvent(INodePacketTranslator translator, TargetFinishedEventArgs finishedEvent) in TranslateTargetFinishedEvent() argument
63 if (finishedEvent.TargetOutputs != null) in TranslateTargetFinishedEvent()
66 foreach (TaskItem item in finishedEvent.TargetOutputs) in TranslateTargetFinishedEvent()
77 finishedEvent.TargetOutputs = targetOutputs; in TranslateTargetFinishedEvent()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/C/
H A DMtCoder.c12 Event_Construct(&p->finishedEvent); in LoopThread_Construct()
19 Event_Close(&p->finishedEvent); in LoopThread_Close()
32 if (Event_Set(&p->finishedEvent) != 0) in LoopThreadFunc()
41 RINOK(AutoResetEvent_CreateNotSignaled(&p->finishedEvent)); in LoopThread_Create()
54 WRes LoopThread_WaitSubThread(CLoopThread *p) { return Event_Wait(&p->finishedEvent); } in LoopThread_WaitSubThread()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lzma-16.04/C/
H A DMtCoder.c12 Event_Construct(&p->finishedEvent); in LoopThread_Construct()
19 Event_Close(&p->finishedEvent); in LoopThread_Close()
32 if (Event_Set(&p->finishedEvent) != 0) in LoopThreadFunc()
41 RINOK(AutoResetEvent_CreateNotSignaled(&p->finishedEvent)); in LoopThread_Create()
54 WRes LoopThread_WaitSubThread(CLoopThread *p) { return Event_Wait(&p->finishedEvent); } in LoopThread_WaitSubThread()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/lzma-16.04/C/
H A DMtCoder.c12 Event_Construct(&p->finishedEvent); in LoopThread_Construct()
19 Event_Close(&p->finishedEvent); in LoopThread_Close()
32 if (Event_Set(&p->finishedEvent) != 0) in LoopThreadFunc()
41 RINOK(AutoResetEvent_CreateNotSignaled(&p->finishedEvent)); in LoopThread_Create()
54 WRes LoopThread_WaitSubThread(CLoopThread *p) { return Event_Wait(&p->finishedEvent); } in LoopThread_WaitSubThread()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/C/
H A DMtCoder.c12 Event_Construct(&p->finishedEvent); in LoopThread_Construct()
19 Event_Close(&p->finishedEvent); in LoopThread_Close()
32 if (Event_Set(&p->finishedEvent) != 0) in LoopThreadFunc()
41 RINOK(AutoResetEvent_CreateNotSignaled(&p->finishedEvent)); in LoopThread_Create()
54 WRes LoopThread_WaitSubThread(CLoopThread *p) { return Event_Wait(&p->finishedEvent); } in LoopThread_WaitSubThread()
/dports/archivers/ppmd-7z/p7zip_9.04/C/
H A DMtCoder.c12 Event_Construct(&p->finishedEvent); in LoopThread_Construct()
19 Event_Close(&p->finishedEvent); in LoopThread_Close()
32 if (Event_Set(&p->finishedEvent) != 0) in LoopThreadFunc()
41 RINOK(AutoResetEvent_CreateNotSignaled(&p->finishedEvent)); in LoopThread_Create()
54 WRes LoopThread_WaitSubThread(CLoopThread *p) { return Event_Wait(&p->finishedEvent); } in LoopThread_WaitSubThread()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/C/
H A DMtCoder.c12 Event_Construct(&p->finishedEvent); in LoopThread_Construct()
19 Event_Close(&p->finishedEvent); in LoopThread_Close()
32 if (Event_Set(&p->finishedEvent) != 0) in LoopThreadFunc()
41 RINOK(AutoResetEvent_CreateNotSignaled(&p->finishedEvent)); in LoopThread_Create()
54 WRes LoopThread_WaitSubThread(CLoopThread *p) { return Event_Wait(&p->finishedEvent); } in LoopThread_WaitSubThread()
/dports/sysutils/squashfs-tools/C/
H A DMtCoder.c12 Event_Construct(&p->finishedEvent); in LoopThread_Construct()
19 Event_Close(&p->finishedEvent); in LoopThread_Close()
32 if (Event_Set(&p->finishedEvent) != 0) in LoopThreadFunc()
41 RINOK(AutoResetEvent_CreateNotSignaled(&p->finishedEvent)); in LoopThread_Create()
54 WRes LoopThread_WaitSubThread(CLoopThread *p) { return Event_Wait(&p->finishedEvent); } in LoopThread_WaitSubThread()
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/lzma/
H A DMtCoder.c12 Event_Construct(&p->finishedEvent); in LoopThread_Construct()
19 Event_Close(&p->finishedEvent); in LoopThread_Close()
32 if (Event_Set(&p->finishedEvent) != 0) in LoopThreadFunc()
41 RINOK(AutoResetEvent_CreateNotSignaled(&p->finishedEvent)); in LoopThread_Create()
54 WRes LoopThread_WaitSubThread(CLoopThread *p) { return Event_Wait(&p->finishedEvent); } in LoopThread_WaitSubThread()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/deps/lzma-16.04/C/
H A DMtCoder.c12 Event_Construct(&p->finishedEvent); in LoopThread_Construct()
19 Event_Close(&p->finishedEvent); in LoopThread_Close()
32 if (Event_Set(&p->finishedEvent) != 0) in LoopThreadFunc()
41 RINOK(AutoResetEvent_CreateNotSignaled(&p->finishedEvent)); in LoopThread_Create()
54 WRes LoopThread_WaitSubThread(CLoopThread *p) { return Event_Wait(&p->finishedEvent); } in LoopThread_WaitSubThread()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/libs/lib7z/
H A DMtCoder.c12 Event_Construct(&p->finishedEvent); in LoopThread_Construct()
19 Event_Close(&p->finishedEvent); in LoopThread_Close()
32 if (Event_Set(&p->finishedEvent) != 0) in LoopThreadFunc()
41 RINOK(AutoResetEvent_CreateNotSignaled(&p->finishedEvent)); in LoopThread_Create()
54 WRes LoopThread_WaitSubThread(CLoopThread *p) { return Event_Wait(&p->finishedEvent); } in LoopThread_WaitSubThread()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-browser/
H A Dobs-browser-source.cpp107 os_event_t *finishedEvent; in ExecuteOnBrowser() local
108 os_event_init(&finishedEvent, OS_EVENT_TYPE_AUTO); in ExecuteOnBrowser()
112 os_event_signal(finishedEvent); in ExecuteOnBrowser()
115 os_event_wait(finishedEvent); in ExecuteOnBrowser()
117 os_event_destroy(finishedEvent); in ExecuteOnBrowser()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Dreplication_coordinator_impl_elect_v1.cpp117 auto finishedEvent = _makeEvent(); in _startElectSelfV1_inlock() local
118 if (!finishedEvent) { in _startElectSelfV1_inlock()
121 _electionFinishedEvent = finishedEvent; in _startElectSelfV1_inlock()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/C/
H A DMtCoder.c360 if (Event_Set(&mtc->finishedEvent) != 0) in ThreadFunc()
408 Event_Construct(&p->finishedEvent); in MtCoder_Construct()
438 Event_Close(&p->finishedEvent); in MtCoder_Free()
494 RINOK_THREAD(ArEvent_OptCreate_And_Reset(&p->finishedEvent)); in MtCoder_Code()
580 WRes wres = Event_Wait(&p->finishedEvent); in MtCoder_Code()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/C/
H A DMtCoder.c360 if (Event_Set(&mtc->finishedEvent) != 0) in ThreadFunc()
408 Event_Construct(&p->finishedEvent); in MtCoder_Construct()
438 Event_Close(&p->finishedEvent); in MtCoder_Free()
494 RINOK_THREAD(ArEvent_OptCreate_And_Reset(&p->finishedEvent)); in MtCoder_Code()
580 WRes wres = Event_Wait(&p->finishedEvent); in MtCoder_Code()
/dports/archivers/py-lzma/pylzma-0.5.0/src/sdk/C/
H A DMtCoder.c360 if (Event_Set(&mtc->finishedEvent) != 0) in ThreadFunc()
408 Event_Construct(&p->finishedEvent); in MtCoder_Construct()
438 Event_Close(&p->finishedEvent); in MtCoder_Free()
494 RINOK_THREAD(ArEvent_OptCreate_And_Reset(&p->finishedEvent)); in MtCoder_Code()
580 WRes wres = Event_Wait(&p->finishedEvent); in MtCoder_Code()
/dports/archivers/lzma/lzma-19.00/C/
H A DMtCoder.c360 if (Event_Set(&mtc->finishedEvent) != 0) in ThreadFunc()
408 Event_Construct(&p->finishedEvent); in MtCoder_Construct()
438 Event_Close(&p->finishedEvent); in MtCoder_Free()
494 RINOK_THREAD(ArEvent_OptCreate_And_Reset(&p->finishedEvent)); in MtCoder_Code()
580 WRes wres = Event_Wait(&p->finishedEvent); in MtCoder_Code()
/dports/archivers/7-zip/7-zip-21.07/C/
H A DMtCoder.c359 if (Event_Set(&mtc->finishedEvent) != 0) in ThreadFunc()
407 Event_Construct(&p->finishedEvent); in MtCoder_Construct()
437 Event_Close(&p->finishedEvent); in MtCoder_Free()
493 RINOK_THREAD(ArEvent_OptCreate_And_Reset(&p->finishedEvent)); in MtCoder_Code()
574 WRes wres = Event_Wait(&p->finishedEvent); in MtCoder_Code()
/dports/emulators/mgba/mgba-0.9.2/src/third-party/lzma/
H A DMtCoder.c360 if (Event_Set(&mtc->finishedEvent) != 0) in ThreadFunc()
408 Event_Construct(&p->finishedEvent); in MtCoder_Construct()
438 Event_Close(&p->finishedEvent); in MtCoder_Free()
494 RINOK_THREAD(ArEvent_OptCreate_And_Reset(&p->finishedEvent)); in MtCoder_Code()
580 WRes wres = Event_Wait(&p->finishedEvent); in MtCoder_Code()
/dports/security/hashcat/hashcat-6.2.5/deps/LZMA-SDK/C/
H A DMtCoder.c359 if (Event_Set(&mtc->finishedEvent) != 0) in ThreadFunc()
407 Event_Construct(&p->finishedEvent); in MtCoder_Construct()
437 Event_Close(&p->finishedEvent); in MtCoder_Free()
493 RINOK_THREAD(ArEvent_OptCreate_And_Reset(&p->finishedEvent)); in MtCoder_Code()
579 WRes wres = Event_Wait(&p->finishedEvent); in MtCoder_Code()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/C/
H A DMtCoder.c360 if (Event_Set(&mtc->finishedEvent) != 0) in ThreadFunc()
408 Event_Construct(&p->finishedEvent); in MtCoder_Construct()
438 Event_Close(&p->finishedEvent); in MtCoder_Free()
494 RINOK_THREAD(ArEvent_OptCreate_And_Reset(&p->finishedEvent)); in MtCoder_Code()
580 WRes wres = Event_Wait(&p->finishedEvent); in MtCoder_Code()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/C/
H A DMtCoder.c360 if (Event_Set(&mtc->finishedEvent) != 0) in ThreadFunc()
408 Event_Construct(&p->finishedEvent); in MtCoder_Construct()
438 Event_Close(&p->finishedEvent); in MtCoder_Free()
494 RINOK_THREAD(ArEvent_OptCreate_And_Reset(&p->finishedEvent)); in MtCoder_Code()
580 WRes wres = Event_Wait(&p->finishedEvent); in MtCoder_Code()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/C/
H A DMtCoder.c360 if (Event_Set(&mtc->finishedEvent) != 0) in ThreadFunc()
408 Event_Construct(&p->finishedEvent); in MtCoder_Construct()
438 Event_Close(&p->finishedEvent); in MtCoder_Free()
494 RINOK_THREAD(ArEvent_OptCreate_And_Reset(&p->finishedEvent)); in MtCoder_Code()
580 WRes wres = Event_Wait(&p->finishedEvent); in MtCoder_Code()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/C/
H A DMtCoder.c360 if (Event_Set(&mtc->finishedEvent) != 0) in ThreadFunc()
408 Event_Construct(&p->finishedEvent); in MtCoder_Construct()
438 Event_Close(&p->finishedEvent); in MtCoder_Free()
494 RINOK_THREAD(ArEvent_OptCreate_And_Reset(&p->finishedEvent)); in MtCoder_Code()
580 WRes wres = Event_Wait(&p->finishedEvent); in MtCoder_Code()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/libs/lib7z/
H A DMtCoder.c360 if (Event_Set(&mtc->finishedEvent) != 0) in ThreadFunc()
408 Event_Construct(&p->finishedEvent); in MtCoder_Construct()
438 Event_Close(&p->finishedEvent); in MtCoder_Free()
494 RINOK_THREAD(ArEvent_OptCreate_And_Reset(&p->finishedEvent)); in MtCoder_Code()
580 WRes wres = Event_Wait(&p->finishedEvent); in MtCoder_Code()

123