Home
last modified time | relevance | path

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

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/
H A Dwal_sys_api.cpp58 static /*void*/ unsigned __stdcall _thRun( void* a ) in _thRun() function
110 uintptr_t r = _beginthreadex( 0, 0, _thRun, tinfo, detached ? 0 : CREATE_SUSPENDED, 0 ); in thread_create()