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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dport.c41 static void *pthread_functions[8]; variable
48 memcpy( functions, &pthread_functions, min( size, sizeof(pthread_functions) ));
57 memcpy( &pthread_functions, functions, min( size, sizeof(pthread_functions) ));

Completed in 260 milliseconds