Searched refs:self (Results 26 - 50 of 126) sorted by path

123456

/haiku/src/apps/showimage/
H A DImageCache.cpp186 ImageCache* self = (ImageCache*)_self; local
191 self->fLocker.Lock();
192 if (self->fQueue.empty()) {
193 self->fLocker.Unlock();
197 QueueEntry* entry = *self->fQueue.begin();
200 self->fQueue.pop_front();
201 self->fLocker.Unlock();
204 entry->status = self->_RetrieveImage(entry, &cacheEntry);
206 self->fLocker.Lock();
207 self
[all...]
H A DImageCache.h65 static status_t _QueueWorkerThread(void* self);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp1040 BMediaTrack *self, media_format *inout_format);
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp67 static status_t _GenerateThread(void* self);
135 GenerateSudoku* self = (GenerateSudoku*)_self; local
136 self->_Generate();
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp259 Recorder* self = (Recorder*)data; local
260 self->fCaughtDeadlySignal = true;
/haiku/src/kits/interface/
H A DRect.cpp282 InsetByCopy__5BRectG6BPoint(BRect* self, BPoint point) argument
284 BRect copy(*self);
291 InsetByCopy__5BRectff(BRect* self, float dx, float dy) argument
293 BRect copy(*self);
300 OffsetByCopy__5BRectG6BPoint(BRect* self, BPoint point) argument
302 BRect copy(*self);
309 OffsetByCopy__5BRectff(BRect* self, float dx, float dy) argument
311 BRect copy(*self);
318 OffsetToCopy__5BRectG6BPoint(BRect* self, BPoint point) argument
320 BRect copy(*self);
327 OffsetToCopy__5BRectff(BRect* self, float dx, float dy) argument
340 _ZN5BRect11InsetByCopyE6BPoint(BRect* self, BPoint point) argument
349 _ZN5BRect11InsetByCopyEff(BRect* self, float dx, float dy) argument
358 _ZN5BRect12OffsetByCopyE6BPoint(BRect* self, BPoint point) argument
367 _ZN5BRect12OffsetByCopyEff(BRect* self, float dx, float dy) argument
376 _ZN5BRect12OffsetToCopyE6BPoint(BRect* self, BPoint point) argument
385 _ZN5BRect12OffsetToCopyEff(BRect* self, float dx, float dy) argument
[all...]
H A DShape.cpp641 __6BShapeR6BShape(void* self, BShape& copyFrom) argument
643 return new (self) BShape(copyFrom);
649 Bounds__6BShape(BShape* self) argument
651 return self->Bounds();
656 _ReservedShapeIterator1__14BShapeIterator(BShapeIterator* self) argument
665 _ZN14BShapeIterator23_ReservedShapeIterator1Ev(BShapeIterator* self) argument
/haiku/src/kits/media/
H A DMediaFile.cpp322 BMediaFile* self, media_format* mf, const media_codec_info* mci);
324 CreateTrack__10BMediaFileP12media_formatPC16media_codec_info(BMediaFile* self, argument
327 return self->CreateTrack(mf, mci, 0);
333 BMediaFile* self, media_format* mf);
335 CreateTrack__10BMediaFileP12media_format(BMediaFile* self, media_format* mf) argument
337 return self->CreateTrack(mf, NULL, 0);
H A DMediaTrack.cpp146 BMediaTrack* self, media_format* _format);
148 status_t DecodedFormat__11BMediaTrackP12media_format(BMediaTrack* self, argument
151 return self->DecodedFormat(_format, 0);
348 ReadFrames__11BMediaTrackPcPxP12media_header(BMediaTrack* self, argument
351 return self->ReadFrames(_buffer, _frameCount, header, 0);
/haiku/src/kits/shared/
H A DThread.cpp69 SimpleThread* self = static_cast<SimpleThread*>(castToThis); local
70 self->Run();
/haiku/src/kits/support/
H A DDataIO.cpp137 _ReservedDataIO1__7BDataIO(BDataIO* self) argument
139 return self->BDataIO::Flush();
149 _ZN7BDataIO16_ReservedDataIO1Ev(BDataIO* self) argument
151 return self->BDataIO::Flush();
H A DList.cpp455 AddList__5BListP5BListl(BList* self, BList* list, int32 index) argument
457 return self->AddList((const BList*)list, index);
462 AddList__5BListP5BList(BList* self, BList* list) argument
464 return self->AddList((const BList*)list);
/haiku/src/kits/tracker/
H A DFBCPadding.cpp115 (void* self,
121 return new (self) BFilePanel(mode, target, ref, nodeFlavors,
127 SetPanelDirectory__10BFilePanelP10BDirectory(BFilePanel* self, BDirectory* d) argument
129 self->SetPanelDirectory(d);
133 SetPanelDirectory__10BFilePanelP6BEntry(BFilePanel* self, BEntry* e) argument
135 self->SetPanelDirectory(e);
139 SetPanelDirectory__10BFilePanelP9entry_ref(BFilePanel* self, entry_ref* r) argument
141 self->SetPanelDirectory(r);
114 __10BFilePanel15file_panel_modeP10BMessengerP9entry_refUlbP8BMessageP10BRefFilterT5T5(void* self, file_panel_mode mode, BMessenger* target, entry_ref* ref, uint32 nodeFlavors, bool multipleSelection, BMessage* message, BRefFilter* filter, bool modal, bool hideWhenDone) argument
/haiku/src/kits/translation/
H A DTranslatorRosterPrivate.h111 BTranslator *self);
/haiku/src/servers/launch/
H A DWorker.cpp90 Worker* self = (Worker*)_self; local
91 status_t status = self->Process();
92 delete self;
H A DWorker.h31 static status_t _Process(void* self);
/haiku/src/servers/net/
H A DServices.h46 static status_t _Listener(void* self);
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.h62 static status_t _SchedulerThread(void* self);
64 static status_t _RequestNotifierThread(void* self);
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_state.c81 pthread_t self = pthread__self(); local
82 int len = snprintf(buf, sizeof(buf), "%p: %s %p\n", self, msg, p);
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A DAdaptiveBuffering.cpp224 AdaptiveBuffering::_Writer(void* self) argument
226 return ((AdaptiveBuffering*)self)->_Writer();
H A DAdaptiveBuffering.h28 static status_t _Writer(void* self);
/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp236 BMessenger self(this);
238 fPulse = new BMessageRunner(self, &message, 100000000LL, 1);
/haiku/src/tests/servers/input/view_input_device/
H A DViewInputDevice.cpp87 ViewInputDevice *self = (ViewInputDevice*)arg; local
88 self->_WatchPort();
/haiku/src/tests/system/kernel/
H A Dsyscall_restart_test.cpp166 Test* self = (Test*)userData; local
168 self->fSignalHandlerCalled = true;
169 self->HandleSignal();
/haiku/src/tests/system/libroot/posix/
H A Dpthread_signal_test.cpp16 static pthread_key_t self; variable
41 int *i = (int*)pthread_getspecific(self);
90 pthread_setspecific(self, &i);
151 pthread_key_create(&self, NULL);

Completed in 197 milliseconds

123456