HomeSort by relevance Sort by last modified time
    Searched full:win_error (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/gthread/
gthread-win32.c 515 gchar *win_error = g_win32_error_message (GetLastError ()); local
517 "Error creating thread: %s", win_error);
519 g_free (win_error);

Completed in 79 milliseconds