Searched refs:_this (Results 1 - 6 of 6) sorted by path

/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.h120 static int32 _DataPumpThread(void *_this);
H A DCamDevice.cpp627 CamDevice::_DataPumpThread(void *_this) argument
629 CamDevice *dev = (CamDevice *)_this;
/haiku/src/tests/system/kernel/slab/
H A DSlab.h266 static Link *_Linkage(void *_this, void *object) argument
268 return ((MergedLinkCacheStrategy *)_this)->_Linkage(object);
373 static ObjectLink *_Linkage(void *_this, void *object) argument
375 return ((BaseHashCacheStrategy *)_this)->_Linkage(object);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.cpp168 ESDEndpoint *_this = (ESDEndpoint *)_arg; local
169 return _this->ConnectThread();
/haiku/src/apps/mail/
H A DContent.cpp2433 TTextView::Reader::Run(void *_this)
2435 Reader *reader = (Reader *)_this;
/haiku/src/system/kernel/platform/atari_m68k/
H A Dplatform.cpp688 M68KAtari *_this = (M68KAtari *)data; local
690 _this->ClearHardwareTimer();

Completed in 116 milliseconds