Searched refs:tls_ptr (Results 1 – 1 of 1) sorted by relevance
51 static void *tls_ptr(void *p) in tls_ptr() function96 pthread_create(&threads[curthread++], NULL, tls_ptr, (void *)&tests[i]); in main()97 pthread_create(&threads[curthread++], NULL, tls_ptr, (void *)&tests[i]); in main()