Searched refs:init_thread_data (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcurrent.c105 * Once \c init_thread_data has been called, the per-thread data key will
119 init_thread_data(void) function
130 pthread_once(&once_control, init_thread_data);
139 pthread_once(&once_control, init_thread_data);
/external/mesa3d/src/glx/
H A Dglxcurrent.c105 * Once \c init_thread_data has been called, the per-thread data key will
119 init_thread_data(void) function
130 pthread_once(&once_control, init_thread_data);
139 pthread_once(&once_control, init_thread_data);
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dnuma.c1268 static void init_thread_data(void) function
1356 init_thread_data();

Completed in 1199 milliseconds