Home
last modified time | relevance | path

Searched defs:_ (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/haiku/src/add-ons/index_server/
H A DIndexServerAddOn.cpp51 BAutolock _(fSettingsLock); in ReadSettings() local
82 BAutolock _(fSettingsLock); in WriteSettings() local
114 BAutolock _(fSettingsLock); in RawSettings() local
123 BAutolock _(fSettingsLock); in SetCatchUpEnabled() local
132 BAutolock _(fSettingsLock); in SetSyncPosition() local
141 BAutolock _(fSettingsLock); in SetWatchingStart() local
150 BAutolock _(fSettingsLock); in SetWatchingPosition() local
159 BAutolock _(fSettingsLock); in CatchUpEnabled() local
168 BAutolock _(fSettingsLock); in SyncPosition() local
177 BAutolock _(fSettingsLock); in WatchingStart() local
[all …]
/haiku/src/servers/app/decorator/
H A DDecorator.cpp125 AutoWriteLocker _(fLocker); in AddTab() local
163 AutoWriteLocker _(fLocker); in RemoveTab() local
184 AutoWriteLocker _(fLocker); in MoveTab() local
200 AutoReadLocker _(fLocker); in TabAt() local
215 AutoWriteLocker _(fLocker); in SetTopTab() local
226 AutoWriteLocker _(fLocker); in SetDrawingEngine() local
248 AutoWriteLocker _(fLocker); in SetFlags() local
272 AutoWriteLocker _(fLocker); in FontsChanged() local
284 AutoWriteLocker _(fLocker); in ColorsChanged() local
302 AutoWriteLocker _(fLocker); in SetLook() local
[all …]
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpointManager.cpp42 WriteLocker _(fBoundEndpointsLock); in Bind() local
58 WriteLocker _(fBoundEndpointsLock); in Unbind() local
71 ReadLocker _(fBoundEndpointsLock); in ForPSM() local
80 WriteLocker _(fChannelEndpointsLock); in BindToChannel() local
104 WriteLocker _(fChannelEndpointsLock); in UnbindFromChannel() local
117 ReadLocker _(fChannelEndpointsLock); in ForChannel() local
126 ReadLocker _(fChannelEndpointsLock); in Disconnected() local
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DMetadataCache.cpp40 MutexLocker _(fLock); in GetStat() local
64 MutexLocker _(fLock); in SetStat() local
77 MutexLocker _(fLock); in GrowFile() local
93 MutexLocker _(fLock); in GetAccess() local
115 MutexLocker _(fLock); in SetAccess() local
132 MutexLocker _(fLock); in LockValid() local
145 MutexLocker _(fLock); in UnlockValid() local
H A DInodeIdMap.cpp17 MutexLocker _(fLock); in AddName() local
47 MutexLocker _(fLock); in RemoveName() local
61 MutexLocker _(fLock); in RemoveEntry() local
71 MutexLocker _(fLock); in GetFileInfo() local
H A DRPCCallbackServer.cpp73 MutexLocker _(fServerCreationLock); in Get() local
83 MutexLocker _(fServerCreationLock); in ShutdownAll() local
103 WriteLocker _(fArrayLock); in RegisterCallback() local
143 WriteLocker _(fArrayLock); in UnregisterCallback() local
155 MutexLocker _(fThreadLock); in StartServer() local
184 MutexLocker _(&fThreadLock); in StopServer() local
263 MutexLocker _(fConnectionLock); in ReleaseConnection() local
/haiku/src/servers/app/
H A DInputManager.cpp39 BAutolock _(this); in AddStream() local
47 BAutolock _(this); in RemoveStream() local
55 BAutolock _(this); in GetStream() local
79 BAutolock _(this); in PutStream() local
92 BAutolock _(this); in UpdateScreenBounds() local
/haiku/src/servers/media/
H A DNodeManager.cpp100 BAutolock _(this); in SetDefaultNode() local
130 BAutolock _(this); in GetDefaultNode() local
138 BAutolock _(this); in RescanDefaultNodes() local
151 BAutolock _(this); in RegisterNode() local
204 BAutolock _(this); in UnregisterNode() local
249 BAutolock _(this); in ReleaseNodeReference() local
316 BAutolock _(this); in ReleaseNodeAll() local
349 BAutolock _(this); in SetNodeCreator() local
377 BAutolock _(this); in GetCloneForID() local
416 BAutolock _(this); in GetClone() local
[all …]
H A DQueue.cpp41 BAutolock _(this); in Terminate() local
55 BAutolock _(this); in AddItem() local
76 BAutolock _(this); in RemoveItem() local
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerConnectionProvider.cpp29 AutoLocker<Locker> _(fLock); in ~ServerConnectionProvider() local
51 AutoLocker<Locker> _(fLock); in GetServerConnection() local
76 AutoLocker<Locker> _(fLock); in GetExistingServerConnection() local
90 AutoLocker<Locker> _(fLock); in CloseServerConnection() local
H A DVolumeManager.cpp49 AutoLocker<Locker> _(fLock); in Close() local
66 AutoLocker<Locker> _(fLock); in Push() local
83 AutoLocker<Locker> _(fLock); in Pop() local
257 AutoLocker<Locker> _(this); in AddVolume() local
269 AutoLocker<Locker> _(this); in GetVolume() local
283 AutoLocker<Locker> _(this); in GetVolume() local
361 AutoLocker<Locker> _(this); in NewNodeID() local
373 AutoLocker<Locker> _(this); in RemoveNodeID() local
/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp44 MutexLocker _(sListLock); // auto_lock in CreateInterface() local
85 MutexLocker _(sListLock); // auto_lock in CreateInterfaceWithName() local
127 MutexLocker _(sListLock); // auto_lock in DeleteInterface() local
146 MutexLocker _(sListLock); // auto_lock in RemoveInterface() local
220 MutexLocker _(sListLock); // auto_lock in UnregisterInterface() local
231 MutexLocker _(sListLock); // auto_lock in ControlInterface() local
251 MutexLocker _(sListLock); in GetInterfaces() local
273 MutexLocker _(sListLock); // auto_lock in CountInterfaces() local
291 MutexLocker _(sListLock); // auto_lock in EnableReports() local
300 MutexLocker _(sListLock); // auto_lock in DisableReports() local
[all …]
/haiku/src/kits/app/
H A DMessageQueue.cpp50 BAutolock _(fLock); in AddMessage() local
77 BAutolock _(fLock); in RemoveMessage() local
118 BAutolock _(fLock); in FindMessage() local
140 BAutolock _(fLock); in FindMessage() local
185 BAutolock _(fLock); in NextMessage() local
212 BAutolock _(fLock); in IsNextMessage() local
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandleMap.cpp39 AutoLocker<Locker> _(this); in AddNodeHandle() local
57 AutoLocker<Locker> _(this); in RemoveNodeHandle() local
78 AutoLocker<Locker> _(this); in LockNodeHandle() local
100 AutoLocker<Locker> _(this); in LockNodeHandle() local
130 AutoLocker<Locker> _(this); in UnlockNodeHandle() local
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DAbstractConnection.cpp36 AutoLocker<Locker> _(fUpStreamChannelLock); in ~AbstractConnection() local
67 AutoLocker<Locker> _(fUpStreamChannelLock); in Close() local
97 AutoLocker<Locker> _(fUpStreamChannelLock); in AddUpStreamChannel() local
136 AutoLocker<Locker> _(fUpStreamChannelLock); in GetUpStreamChannel() local
154 AutoLocker<Locker> _(fUpStreamChannelLock); in PutUpStreamChannel() local
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DRequestPortPool.cpp53 PoolLocker _(this); in AddPort() local
76 PoolLocker _(this); in AcquirePort() local
91 PoolLocker _(this); in AcquirePort() local
111 PoolLocker _(this); in ReleasePort() local
H A DKernelRequestHandler.cpp355 VolumePutter _(volume); in _HandleRequest() local
378 VolumePutter _(volume); in _HandleRequest() local
400 VolumePutter _(volume); in _HandleRequest() local
424 VolumePutter _(volume); in _HandleRequest() local
449 VolumePutter _(volume); in _HandleRequest() local
475 VolumePutter _(volume); in _HandleRequest() local
496 VolumePutter _(volume); in _HandleRequest() local
517 VolumePutter _(volume); in _HandleRequest() local
544 VolumePutter _(volume); in _HandleRequest() local
569 VolumePutter _(volume); in _HandleRequest() local
[all …]
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp110 BAutolock _(this); in ScreenSaverFilter() local
207 BAutolock _(this); in ReloadSettings() local
247 BAutolock _(this); in SetIsRunning() local
255 BAutolock _(this); in CheckTime() local
281 BAutolock _(this); in CheckCornerInvoke() local
331 BAutolock _(this); in Filter() local
/haiku/src/servers/registrar/
H A DTRoster.cpp161 BAutolock _(fLock); in HandleAddApplication() local
312 BAutolock _(fLock); in HandleCompleteRegistration() local
376 BAutolock _(fLock); in HandleIsAppRegistered() local
446 BAutolock _(fLock); in HandleRemovePreRegApp() local
484 BAutolock _(fLock); in HandleRemoveApp() local
522 BAutolock _(fLock); in HandleSetThreadAndTeam() local
618 BAutolock _(fLock); in HandleSetSignature() local
657 BAutolock _(fLock); in HandleGetAppInfo() local
729 BAutolock _(fLock); in HandleGetAppList() local
765 BAutolock _(fLock); in HandleUpdateActiveApp() local
[all …]
H A DShutdownProcess.cpp675 BAutolock _(this); in ~ShutdownProcess() local
800 BAutolock _(fWorkerLock); in MessageReceived() local
837 BAutolock _(fWorkerLock); in MessageReceived() local
851 BAutolock _(fWorkerLock); in MessageReceived() local
910 BAutolock _(fWorkerLock); in MessageReceived() local
958 BAutolock _(fWorkerLock); in _SetPhase() local
973 BAutolock _(fWorkerLock); in _ScheduleTimeoutEvent() local
992 BAutolock _(fWindow); in _SetShowShutdownWindow() local
1020 BAutolock _(fWorkerLock); in _InitShutdownWindow() local
1090 BAutolock _(fWindow); in _RemoveShutdownWindowApp() local
[all …]
/haiku/src/apps/mediaplayer/
H A DController.cpp244 BAutolock _(this); in SetTo() local
403 BAutolock _(this); in GetSize() local
439 BAutolock _(this); in AudioTrackCount() local
450 BAutolock _(this); in VideoTrackCount() local
461 BAutolock _(this); in SubTitleTrackCount() local
472 BAutolock _(this); in SelectAudioTrack() local
499 BAutolock _(this); in CurrentAudioTrack() local
522 BAutolock _(this); in SelectVideoTrack() local
556 BAutolock _(this); in CurrentVideoTrack() local
568 BAutolock _(this); in SelectSubTitleTrack() local
[all …]
H A DControllerView.cpp84 BAutolock _(fPlaylist); in TogglePlaying() local
121 BAutolock _(fPlaylist); in SkipBackward() local
132 BAutolock _(fPlaylist); in SkipForward() local
168 BAutolock _(fPlaylist); in _CheckSkippable() local
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp95 MutexLocker _(&sConnectionListLock); in AddConnection() local
167 MutexLocker _(&sConnectionListLock); in RouteConnection() local
187 MutexLocker _(&sConnectionListLock); in ConnectionByHandle() local
207 MutexLocker _(&sConnectionListLock); in ConnectionByDestination() local
227 MutexLocker _(&conn->fLock); in allocate_command_ident() local
252 MutexLocker _(&conn->fLock); in lookup_command_ident() local
265 MutexLocker _(&conn->fLock); in free_command_ident() local
/haiku/src/apps/mail/
H A DMailApp.cpp767 BAutolock _(this); in SetPrintSettings() local
783 BAutolock _(this); in HasPrintSettings() local
791 BAutolock _(this); in PrintSettings() local
807 BAutolock _(this); in SetLastWindowFrame() local
1160 BAutolock _(this); in AutoMarkRead() local
1168 BAutolock _(this); in Signature() local
1176 BAutolock _(this); in ReplyPreamble() local
1184 BAutolock _(this); in WrapMode() local
1192 BAutolock _(this); in AttachAttributes() local
1200 BAutolock _(this); in ColoredQuotes() local
[all …]
/haiku/src/kits/interface/
H A DDecorInfo.cpp378 BAutolock _(fLock); in ~DecorInfoUtility() local
472 BAutolock _(fLock); in CountDecorators() local
483 BAutolock _(fLock); in DecoratorAt() local
497 BAutolock _(fLock); in FindDecorator() local
520 BAutolock _(fLock); in CurrentDecorator() local
533 BAutolock _(fLock); in DefaultDecorator() local
541 BAutolock _(fLock); in IsCurrentDecorator() local
554 BAutolock _(fLock); in SetDecorator() local
565 BAutolock _(fLock); in SetDecorator() local
622 BAutolock _(fLock); in _ScanDecorators() local

12345678910>>...12