src/thread_os2.cpp
changeset 9477 00be34b8e9fd
parent 8934 f46812d21fe6
child 9479 c8ab793e4595
equal deleted inserted replaced
9476:902f9cf6373f 9477:00be34b8e9fd
    57 	_endthread();
    57 	_endthread();
    58 }
    58 }
    59 
    59 
    60 #endif
    60 #endif
    61 
    61 
    62 /* static */ ThreadObject *ThreadObject::New(OTTDThreadFunc proc, void *param)
    62 /* static */ ThreadObject *ThreadObject::New(OTTDThreadFunc proc, void *param, OTTDThreadTerminateFunc terminate_func)
    63 {
    63 {
    64 	return NULL;
    64 	return NULL;
    65 }
    65 }
    66 
    66 
    67 /* static */ ThreadObject *ThreadObject::AttachCurrent()
    67 /* static */ ThreadObject *ThreadObject::AttachCurrent()