Home
last modified time | relevance | path

Searched refs:ThreadCreate (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Dwels_decoder_thread.h124 int ThreadCreate (SWelsDecThread* t, LPWELS_THREAD_ROUTINE tf, void* ta);
134 ThreadCreate(ph, threadproc, (void*)argument)
/third_party/openh264/codec/decoder/core/src/
Dwels_decoder_thread.cpp53 int ThreadCreate (SWelsDecThread* t, LPWELS_THREAD_ROUTINE tf, void* ta) { in ThreadCreate() function
/third_party/rust/crates/libc/src/unix/nto/
Dneutrino.rs1012 pub fn ThreadCreate( in ThreadCreate() function