Home
last modified time | relevance | path

Searched refs:hIpc (Results 1 – 23 of 23) sorted by relevance

/dports/www/squid/squid-4.15/src/
H A Dunlinkd.cc31 static void * hIpc; variable
148 if (hIpc) { in unlinkdClose()
149 if (WaitForSingleObject(hIpc, 5000) != WAIT_OBJECT_0) { in unlinkdClose()
154 CloseHandle(hIpc); in unlinkdClose()
220 &hIpc); in unlinkdInit()
250 debugs(2, 4, "Unlinkd handle: 0x" << std::hex << hIpc << std::dec << ", PID: " << pid); in unlinkdInit()
H A Dhelper.cc89 if (hIpc) { in closePipesSafely()
90 if (WaitForSingleObject(hIpc, 5000) != WAIT_OBJECT_0) { in closePipesSafely()
95 CloseHandle(hIpc); in closePipesSafely()
113 if (hIpc) { in closeWritePipeSafely()
119 CloseHandle(hIpc); in closeWritePipeSafely()
139 void * hIpc; in helperOpenServers() local
188 &hIpc); in helperOpenServers()
198 srv->hIpc = hIpc; in helperOpenServers()
307 void * hIpc; in helperStatefulOpenServers() local
315 &hIpc); in helperStatefulOpenServers()
[all …]
H A DSquidIpc.h25 void **hIpc);
H A Dipc.cc62 …nst char *const args[], const char *name, Ip::Address &local_addr, int *rfd, int *wfd, void **hIpc) in ipcCreate() argument
87 if (hIpc) in ipcCreate()
88 *hIpc = NULL; in ipcCreate()
H A Dipc_win32.cc93 …nst char *const args[], const char *name, Ip::Address &local_addr, int *rfd, int *wfd, void **hIpc) in ipcCreate() argument
121 if (hIpc) in ipcCreate()
122 *hIpc = NULL; in ipcCreate()
329 if (hIpc) in ipcCreate()
330 *hIpc = (HANDLE) thread; in ipcCreate()
H A Dhelper.h178 void *hIpc; variable
/dports/www/squid/squid-4.15/src/icmp/
H A DIcmpSquid.cc34 static void * hIpc; variable
219 &hIpc); in Open()
244 debugs(37, 4, HERE << "Pinger handle: 0x" << std::hex << hIpc << std::dec << ", PID: " << pid); in Open()
273 if (hIpc) { in Close()
274 if (WaitForSingleObject(hIpc, 12000) != WAIT_OBJECT_0) { in Close()
279 CloseHandle(hIpc); in Close()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/api/core/
H A Dze_event.cpp51 ze_ipc_event_pool_handle_t hIpc, in zeEventPoolOpenIpcHandle() argument
53 return L0::Context::fromHandle(hContext)->openEventPoolIpcHandle(hIpc, phEventPool); in zeEventPoolOpenIpcHandle()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/experimental/test/unit_tests/sources/tracing/
H A Dtest_event_api_tracing.cpp153 ze_ipc_event_pool_handle_t hIpc, in TEST_F()
155 ze_ipc_event_pool_handle_t hIpc = {}; in TEST_F() argument
163 result = zeEventPoolOpenIpcHandle_Tracing(nullptr, hIpc, &phEventPool); in TEST_F()
H A Dtest_event_api_multi_tracing.cpp1550 …[](ze_context_handle_t hContext, ze_ipc_event_pool_handle_t hIpc, ze_event_pool_handle_t *phEventP… in TEST_F() argument
1552 … EXPECT_TRUE(event_pool_open_ipc_handles_compare(&event_pool_open_ipc_handle_args.hIpc1, &hIpc)); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/experimental/source/tracing/
H A Dtracing_event_imp.cpp145 ze_ipc_event_pool_handle_t hIpc, in zeEventPoolOpenIpcHandle_Tracing() argument
150 hIpc, in zeEventPoolOpenIpcHandle_Tracing()
155 tracerParams.phIpc = &hIpc; in zeEventPoolOpenIpcHandle_Tracing()
H A Dtracing_event_imp.h36 ze_ipc_event_pool_handle_t hIpc,
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/context/
H A Dcontext_imp.cpp453 ze_result_t ContextImp::openEventPoolIpcHandle(ze_ipc_event_pool_handle_t hIpc, in openEventPoolIpcHandle() argument
456 memcpy_s(&handle, sizeof(int), hIpc.data, sizeof(int)); in openEventPoolIpcHandle()
459 memcpy_s(&numEvents, sizeof(numEvents), hIpc.data + sizeof(int), sizeof(numEvents)); in openEventPoolIpcHandle()
463 hIpc.data + sizeof(int) + sizeof(numEvents), sizeof(rootDeviceIndex)); in openEventPoolIpcHandle()
H A Dcontext.h122 virtual ze_result_t openEventPoolIpcHandle(ze_ipc_event_pool_handle_t hIpc,
H A Dcontext_imp.h103 ze_result_t openEventPoolIpcHandle(ze_ipc_event_pool_handle_t hIpc,
/dports/www/squid/squid-4.15/src/DiskIO/DiskDaemon/
H A DDiskdIOStrategy.cc140 void * hIpc; in init() local
184 &hIpc); in init()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/mocks/
H A Dmock_context.h60 …oolIpcHandle, ze_result_t, ZE_RESULT_SUCCESS, (ze_ipc_event_pool_handle_t hIpc, ze_event_pool_hand…
/dports/devel/level-zero/level-zero-1.7.4/source/lib/
H A Dze_libapi.cpp2215 ze_ipc_event_pool_handle_t hIpc, ///< [in] IPC event pool handle in zeEventPoolOpenIpcHandle() argument
2223 return pfnOpenIpcHandle( hContext, hIpc, phEventPool ); in zeEventPoolOpenIpcHandle()
/dports/devel/level-zero/level-zero-1.7.4/source/drivers/null/
H A Dze_nullddi.cpp1517 ze_ipc_event_pool_handle_t hIpc, ///< [in] IPC event pool handle in zeEventPoolOpenIpcHandle() argument
1527 result = pfnOpenIpcHandle( hContext, hIpc, phEventPool ); in zeEventPoolOpenIpcHandle()
/dports/devel/level-zero/level-zero-1.7.4/source/layers/tracing/
H A Dze_trcddi.cpp2172 ze_ipc_event_pool_handle_t hIpc, ///< [in] IPC event pool handle in zeEventPoolOpenIpcHandle() argument
2181 …ZE_HANDLE_TRACER_RECURSION(context.zeDdiTable.EventPool.pfnOpenIpcHandle, hContext, hIpc, phEventP… in zeEventPoolOpenIpcHandle()
2186 &hIpc, in zeEventPoolOpenIpcHandle()
/dports/devel/level-zero/level-zero-1.7.4/source/layers/validation/
H A Dze_valddi.cpp1723 ze_ipc_event_pool_handle_t hIpc, ///< [in] IPC event pool handle in zeEventPoolOpenIpcHandle() argument
1742 return pfnOpenIpcHandle( hContext, hIpc, phEventPool ); in zeEventPoolOpenIpcHandle()
/dports/devel/level-zero/level-zero-1.7.4/source/loader/
H A Dze_ldrddi.cpp1911 ze_ipc_event_pool_handle_t hIpc, ///< [in] IPC event pool handle in zeEventPoolOpenIpcHandle() argument
1927 result = pfnOpenIpcHandle( hContext, hIpc, phEventPool ); in zeEventPoolOpenIpcHandle()
/dports/devel/level-zero/level-zero-1.7.4/include/
H A Dze_api.h3217 ze_ipc_event_pool_handle_t hIpc, ///< [in] IPC event pool handle