Skip to main content

xmlIsMainThread

Function xmlIsMainThread 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlIsMainThread() -> c_int
Expand description

Check whether the current thread is the main thread.

§UPSTREAM-PARITY

int xmlIsMainThread(void);