Home
last modified time | relevance | path

Searched defs:CreateEventA (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dwin32.py39 CreateEventA = _stdcall_libraries['kernel32'].CreateEventA variable
/aosp_15_r20/external/python/pyserial/serial/
Dwin32.py52 CreateEventA = _stdcall_libraries['kernel32'].CreateEventA variable
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_dbg_win32_handles.h67 #define CreateEventA(sd,b1,b2,nm) apr_dbg_rv(CreateEventA,(sd,b1,b2,nm)) macro
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs65738 pub fn CreateEventA( in CreateEventA() function