Searched refs:g_pthreadKey2 (Results 1 – 2 of 2) sorted by relevance
540 static int g_pthreadKey2; variable570 ret = pthread_setspecific(g_pthreadKey2, (void *)data); in pthread_f08()584 result = (int *)pthread_getspecific(g_pthreadKey2); in pthread_f08()612 ret = pthread_key_create(&g_pthreadKey2, pthreadKeyFree);645 ret = pthread_key_delete(g_pthreadKey2);
522 static int g_pthreadKey2; variable552 ret = pthread_setspecific(g_pthreadKey2, (void *)data); in PthreadFunc08()566 result = (int *)pthread_getspecific(g_pthreadKey2); in PthreadFunc08()594 ret = pthread_key_create((pthread_key_t *)&g_pthreadKey2, pthreadKeyFree);627 ret = pthread_key_delete(g_pthreadKey2);