Searched defs:thread_specific_data (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DtestThreads.c51 thread_specific_data(void *private_data) function
114 ret = pthread_create(&tid[i], NULL, thread_specific_data,
159 tid[i] = spawn_thread(thread_specific_data, "xmlTestThread", B_NORMAL_PRIORITY, (void *) testfiles[i]);
H A DtestThreadsWin32.c41 thread_specific_data(void *private_data) function
108 thread_specific_data, testfiles[i], 0, &useless);
H A Druntest.c3895 thread_specific_data(void *private_data) function
3966 ret = pthread_create(&tid[i], 0, thread_specific_data,
4003 return((DWORD) thread_specific_data(private_data));
4089 spawn_thread(thread_specific_data, "xmlTestThread",

Completed in 778 milliseconds