OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:init_thread_data
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glx/
glxcurrent.c
105
* 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/
glxcurrent.c
105
* 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
);
Completed in 788 milliseconds