MCPcopy Index your code
hub / github.com/RustPython/RustPython / query_thread

Function query_thread

crates/vm/src/stdlib/_wmi.rs:309–311  ·  view source on GitHub ↗
(param: *mut c_void)

Source from the content-addressed store, hash-verified

307 unsafe impl Send for QueryThreadData {}
308
309 unsafe extern "system" fn query_thread(param: *mut c_void) -> u32 {
310 unsafe { query_thread_impl(param) }
311 }
312
313 unsafe fn query_thread_impl(param: *mut c_void) -> u32 {
314 unsafe {

Callers

nothing calls this directly

Calls 1

query_thread_implFunction · 0.85

Tested by

no test coverage detected