Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgthread-win32.c600 typedef HRESULT (WINAPI *pSetThreadDescription) (HANDLE hThread, typedef
602 static pSetThreadDescription SetThreadDescriptionFunc = NULL;
617 (pSetThreadDescription) GetProcAddress (kernel32_module, in g_thread_win32_load_library()
/third_party/gstreamer/gstreamer/gst/
Dgsttask.c115 typedef HRESULT (WINAPI * pSetThreadDescription) (HANDLE hThread, typedef
117 static pSetThreadDescription SetThreadDescriptionFunc = NULL;
156 (pSetThreadDescription) GetProcAddress (kernel32_module, in gst_task_win32_load_library()