Home
last modified time | relevance | path

Searched refs:dwTimeout (Results 1 – 25 of 1516) sorted by relevance

12345678910>>...61

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmpeg2data.h93 …STDMETHOD_(HRESULT,GetSection)(THIS_ PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD dwTimeout,ISectio… in DECLARE_INTERFACE_()
95 …STDMETHOD_(HRESULT,GetTable)(THIS_ PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD dwTimeout,ISectionL… in DECLARE_INTERFACE_()
103 …ta_GetSection(This,pid,tid,pFilter,dwTimeout,ppSectionList) (This)->lpVtbl->GetSection(This,pid,ti… argument
105 …2Data_GetTable(This,pid,tid,pFilter,dwTimeout,ppSectionList) (This)->lpVtbl->GetTable(This,pid,tid… argument
H A Dpnrpns.h28 DWORD dwTimeout; member
40 DWORD dwTimeout; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmpeg2data.h93 …STDMETHOD_(HRESULT,GetSection)(THIS_ PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD dwTimeout,ISectio… in DECLARE_INTERFACE_()
95 …STDMETHOD_(HRESULT,GetTable)(THIS_ PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD dwTimeout,ISectionL… in DECLARE_INTERFACE_()
103 …ta_GetSection(This,pid,tid,pFilter,dwTimeout,ppSectionList) (This)->lpVtbl->GetSection(This,pid,ti… argument
105 …2Data_GetTable(This,pid,tid,pFilter,dwTimeout,ppSectionList) (This)->lpVtbl->GetTable(This,pid,tid… argument
H A Dpnrpns.h28 DWORD dwTimeout; member
40 DWORD dwTimeout; member
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py2.5/Modules/_processing/
H A Dsemaphore.c67 DWORD res, dwTimeout; in SemLock_acquire() local
82 dwTimeout = 0; in SemLock_acquire()
84 dwTimeout = INFINITE; in SemLock_acquire()
96 dwTimeout = (DWORD)(timeout + 0.5); in SemLock_acquire()
100 if (dwTimeout == 0) { in SemLock_acquire()
108 res = WaitForMultipleObjects(2, handles, FALSE, dwTimeout); in SemLock_acquire()
113 res = WaitForSingleObject(self->handle, dwTimeout); in SemLock_acquire()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/delphi/src/
H A DThrift.Utils.pas39 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
51 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
122 function TOverlappedHelperImpl.WaitFor( dwTimeout : DWORD) : DWORD; in WaitFor()
124 result := WaitForSingleObject( FOverlapped.hEvent, dwTimeout);
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/delphi/src/
H A DThrift.Utils.pas39 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
51 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
122 function TOverlappedHelperImpl.WaitFor( dwTimeout : DWORD) : DWORD; in WaitFor()
124 result := WaitForSingleObject( FOverlapped.hEvent, dwTimeout);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.smartcardio/unix/native/libj2pcsc/
H A Dpcsc_md.h47 ULONG dwTimeout,
81 #define CALL_SCardGetStatusChange(hContext, dwTimeout, rgReaderStates, cReaders) \ argument
82 ((scardGetStatusChange)(hContext, dwTimeout, rgReaderStates, cReaders))
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.smartcardio/unix/native/libj2pcsc/
H A Dpcsc_md.h47 DWORD dwTimeout,
82 #define CALL_SCardGetStatusChange(hContext, dwTimeout, rgReaderStates, cReaders) \ argument
83 ((scardGetStatusChange)(hContext, dwTimeout, rgReaderStates, cReaders))
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.smartcardio/unix/native/libj2pcsc/
H A Dpcsc_md.h47 DWORD dwTimeout,
82 #define CALL_SCardGetStatusChange(hContext, dwTimeout, rgReaderStates, cReaders) \ argument
83 ((scardGetStatusChange)(hContext, dwTimeout, rgReaderStates, cReaders))
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/security/smartcardio/
H A Dpcsc_md.h47 DWORD dwTimeout,
82 #define CALL_SCardGetStatusChange(hContext, dwTimeout, rgReaderStates, cReaders) \ argument
83 ((scardGetStatusChange)(hContext, dwTimeout, rgReaderStates, cReaders))
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.smartcardio/unix/native/libj2pcsc/
H A Dpcsc_md.h47 DWORD dwTimeout,
82 #define CALL_SCardGetStatusChange(hContext, dwTimeout, rgReaderStates, cReaders) \ argument
83 ((scardGetStatusChange)(hContext, dwTimeout, rgReaderStates, cReaders))
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.smartcardio/unix/native/libj2pcsc/
H A Dpcsc_md.h47 DWORD dwTimeout,
82 #define CALL_SCardGetStatusChange(hContext, dwTimeout, rgReaderStates, cReaders) \ argument
83 ((scardGetStatusChange)(hContext, dwTimeout, rgReaderStates, cReaders))
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.smartcardio/unix/native/libj2pcsc/
H A Dpcsc_md.h47 DWORD dwTimeout,
82 #define CALL_SCardGetStatusChange(hContext, dwTimeout, rgReaderStates, cReaders) \ argument
83 ((scardGetStatusChange)(hContext, dwTimeout, rgReaderStates, cReaders))
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.smartcardio/unix/native/libj2pcsc/
H A Dpcsc_md.h47 DWORD dwTimeout,
82 #define CALL_SCardGetStatusChange(hContext, dwTimeout, rgReaderStates, cReaders) \ argument
83 ((scardGetStatusChange)(hContext, dwTimeout, rgReaderStates, cReaders))
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.smartcardio/unix/native/libj2pcsc/
H A Dpcsc_md.h47 DWORD dwTimeout,
82 #define CALL_SCardGetStatusChange(hContext, dwTimeout, rgReaderStates, cReaders) \ argument
83 ((scardGetStatusChange)(hContext, dwTimeout, rgReaderStates, cReaders))
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/security/smartcardio/
H A Dpcsc_md.h47 DWORD dwTimeout,
82 #define CALL_SCardGetStatusChange(hContext, dwTimeout, rgReaderStates, cReaders) \ argument
83 ((scardGetStatusChange)(hContext, dwTimeout, rgReaderStates, cReaders))
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/delphi/src/
H A DThrift.Utils.pas46 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
58 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
149 function TOverlappedHelperImpl.WaitFor( dwTimeout : DWORD) : DWORD; in WaitFor()
151 result := WaitForSingleObject( FOverlapped.hEvent, dwTimeout);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/delphi/src/
H A DThrift.Utils.pas46 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
58 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
149 function TOverlappedHelperImpl.WaitFor( dwTimeout : DWORD) : DWORD; in WaitFor()
151 result := WaitForSingleObject( FOverlapped.hEvent, dwTimeout);
/dports/devel/py-thrift/thrift-0.14.0/lib/delphi/src/
H A DThrift.Utils.pas46 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
58 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
149 function TOverlappedHelperImpl.WaitFor( dwTimeout : DWORD) : DWORD; in WaitFor()
151 result := WaitForSingleObject( FOverlapped.hEvent, dwTimeout);
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/delphi/src/
H A DThrift.Utils.pas46 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
58 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
149 function TOverlappedHelperImpl.WaitFor( dwTimeout : DWORD) : DWORD; in WaitFor()
151 result := WaitForSingleObject( FOverlapped.hEvent, dwTimeout);
/dports/devel/thrift-cpp/thrift-0.14.0/lib/delphi/src/
H A DThrift.Utils.pas46 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
58 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
149 function TOverlappedHelperImpl.WaitFor( dwTimeout : DWORD) : DWORD; in WaitFor()
151 result := WaitForSingleObject( FOverlapped.hEvent, dwTimeout);
/dports/devel/thrift/thrift-0.14.0/lib/delphi/src/
H A DThrift.Utils.pas46 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
58 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
149 function TOverlappedHelperImpl.WaitFor( dwTimeout : DWORD) : DWORD; in WaitFor()
151 result := WaitForSingleObject( FOverlapped.hEvent, dwTimeout);
/dports/devel/node-thrift/thrift-0.14.0/lib/delphi/src/
H A DThrift.Utils.pas46 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
58 function WaitFor(dwTimeout: DWORD) : DWORD; in WaitFor()
149 function TOverlappedHelperImpl.WaitFor( dwTimeout : DWORD) : DWORD; in WaitFor()
151 result := WaitForSingleObject( FOverlapped.hEvent, dwTimeout);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.smartcardio/windows/native/libj2pcsc/
H A Dpcsc_md.h38 #define CALL_SCardGetStatusChange(hContext, dwTimeout, rgReaderStates, cReaders) \ argument
39 (SCardGetStatusChange(hContext, dwTimeout, rgReaderStates, cReaders))

12345678910>>...61