Пример #1
0
void *thumbStartWrapper_r ( void *state , ThreadEntry *t ) {
	Images *THIS = (Images *)state;
	THIS->thumbStart_r ( true /* am thread?*/ );
	return NULL;
}
Пример #2
0
// Use of ThreadEntry parameter is NOT thread safe
void thumbStartWrapper_r ( void *state ) {
	Images *THIS = (Images *)state;
	THIS->thumbStart_r ( true /* am thread?*/ );
}