Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/ports/
Dgx_win32_studio_display_driver.h41 void gx_win32_studio_driver_thread_entry(ULONG thread_input);
Dgx_win32_studio_display_driver.c129 void gx_win32_studio_driver_thread_entry(ULONG thread_input) in gx_win32_studio_driver_thread_entry() function
/GUIX-v6.4.1/guix_studio/
Dapp_runner.cpp831 …Thread(NULL, GX_WIN32_STACK_SIZE, (LPTHREAD_START_ROUTINE) gx_win32_studio_driver_thread_entry, da… in RunApplication()