Searched refs:g_ThreadKey (Results 1 – 1 of 1) sorted by relevance
47 static pthread_key_t g_ThreadKey; variable437 pthread_setspecific( g_ThreadKey, (void*)env ); in BOpen()552 pthread_setspecific( g_ThreadKey, (void*)env ); in SendOutputReport()574 pthread_setspecific( g_ThreadKey, (void*)env ); in SendFeatureReport()609 pthread_setspecific( g_ThreadKey, (void*)env ); in GetFeatureReport()685 pthread_setspecific( g_ThreadKey, (void*)env ); in Close()760 pthread_setspecific(g_ThreadKey, NULL); in ThreadDestroyed()801 if (pthread_key_create(&g_ThreadKey, ThreadDestroyed) != 0) { in HID_DEVICE_MANAGER_JAVA_INTERFACE()
Completed in 6 milliseconds