void PACKSPU_APIENTRY packspu_VBoxAttachThread() { #if 0 int i; GET_THREAD(thread); for (i=0; i<MAX_THREADS; ++i) { if (pack_spu.thread[i].inUse && thread==&pack_spu.thread[i] && thread->id==crThreadID()) { crError("2nd attach to same thread"); } } #endif crSetTSD(&_PackTSD, NULL); crStateVBoxAttachThread(); }
void FEEDBACKSPU_APIENTRY feedbackspu_VBoxAttachThread( void ) { crStateVBoxAttachThread( ); feedback_spu.super.VBoxAttachThread( ); }
static void ARRAYSPU_APIENTRY arrayspu_VBoxAttachThread(void) { crStateVBoxAttachThread(); array_spu.child.VBoxAttachThread(); }