/haiku/src/system/boot/platform/amiga_m68k/ |
H A D | rom_calls.h | 45 register rt _##name##_re __asm("d0"); \ 46 void *const _##name##_bn = (bn); \ 48 : "=r" (_##name##_re), "=r" (_d1), "=r" (_a0), "=r" (_a1) \ 49 : [libbase] "a" (_##name##_bn) \ 51 _##name##_re; \ 62 void *const _##name##_bn = (bn); \ 65 : [libbase] "a" (_##name##_bn) \ 72 t1 _##name##_v1 = (v1); \ 77 register rt _##name##_re __asm("d0"); \ 78 void *const _##name##_bn = (bn); \ [all …]
|
/haiku/src/servers/app/decorator/ |
H A D | Decorator.cpp | 125 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/index_server/ |
H A D | IndexServerAddOn.cpp | 51 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/system/libroot/posix/glibc/extensions/ |
H A D | getopt.c | 82 #ifndef _ 86 # ifndef _ 87 # define _(msgid) gettext (msgid) macro 90 # define _(msgid) (msgid) macro 695 if (__asprintf (&buf, _("%s: option `%s' is ambiguous\n"), 707 fprintf (stderr, _("%s: option `%s' is ambiguous\n"), 740 n = __asprintf (&buf, _("\ 744 fprintf (stderr, _("\ 753 n = __asprintf (&buf, _("\ 758 fprintf (stderr, _("\ [all …]
|
/haiku/src/add-ons/kernel/network/protocols/l2cap/ |
H A D | L2capEndpointManager.cpp | 42 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/system/libroot/posix/glibc/include/ |
H A D | shlib-compat.h | 48 && (!(ABI_##lib##_##obsoleted - 0) \ 49 || ((ABI_##lib##_##introduced - 0) < (ABI_##lib##_##obsoleted - 0)))) 65 versioned_symbol_1 (local, symbol, VERSION_##lib##_##version) 70 compat_symbol_1 (local, symbol, VERSION_##lib##_##version)
|
/haiku/src/servers/app/ |
H A D | InputManager.cpp | 39 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/add-ons/kernel/network/ppp/ppp_manager/ |
H A D | KPPPManager.cpp | 44 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/add-ons/kernel/file_systems/netfs/server/ |
H A D | NodeHandleMap.cpp | 39 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/kits/app/ |
H A D | MessageQueue.cpp | 50 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/client/ |
H A D | ServerConnectionProvider.cpp | 29 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 D | VolumeManager.cpp | 49 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/file_systems/nfs4/ |
H A D | MetadataCache.cpp | 40 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 D | InodeIdMap.cpp | 17 MutexLocker _(fLock); in AddName() local 47 MutexLocker _(fLock); in RemoveName() local 61 MutexLocker _(fLock); in RemoveEntry() local 71 MutexLocker _(fLock); in GetFileInfo() local
|
/haiku/docs/develop/ |
H A D | index.rst | 13 … specific cases, however, the `API documentation <https://api.haiku-os.org>`_ should answer most of 17 …to program with Haiku <https://github.com/theclue/programming-with-haiku/releases/tag/v1.1>`_ book. 25 * The `Haiku website <https://www.haiku-os.org>`_ has several years of blog posts and articles 27 * The `Coding guidelines <https://www.haiku-os.org/development/coding-guidelines/>`_ describes how … 28 * The `User guide <https://www.haiku-os.org/docs/userguide/en/contents.html>`_ documents Haiku from… 29 * The `Haiku Interface Guidelines <https://www.haiku-os.org/docs/HIG/index.xml>`_ document graphica… 30 * The `Haiku Icon Guidelines <https://www.haiku-os.org/development/icon-guidelines>`_ gives some ru…
|
/haiku/src/servers/media/ |
H A D | Queue.cpp | 41 BAutolock _(this); in Terminate() local 55 BAutolock _(this); in AddItem() local 76 BAutolock _(this); in RemoveItem() local
|
/haiku/src/apps/mediaplayer/ |
H A D | Controller.cpp | 244 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 D | ControllerView.cpp | 84 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/system/kernel/fs/ |
H A D | socket.cpp | 88 WriteLocker _(sLock); in put_stack_interface_module() local 441 FileDescriptorPutter _(descriptor); in common_bind() local 452 FileDescriptorPutter _(descriptor); in common_shutdown() local 464 FileDescriptorPutter _(descriptor); in common_connect() local 476 FileDescriptorPutter _(descriptor); in common_listen() local 488 FileDescriptorPutter _(descriptor); in common_accept() local 518 FileDescriptorPutter _(descriptor); in common_recv() local 530 FileDescriptorPutter _(descriptor); in common_recvfrom() local 542 FileDescriptorPutter _(descriptor); in common_recvmsg() local 553 FileDescriptorPutter _(descriptor); in common_send() local [all …]
|
/haiku/src/system/libroot/posix/glibc/stdio-common/ |
H A D | psignal.c | 54 (void) __fwprintf (stderr, L"%s%s%s\n", s, colon, _(desc)); in psignal() 57 (void) fprintf (stderr, "%s%s%s\n", s, colon, _(desc)); in psignal() 63 (void) __asprintf (&buf, _("%s%sUnknown signal %d\n"), s, colon, sig); in psignal()
|
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/ |
H A D | BlockingQueue.h | 70 AutoLocker<Locker> _(this); in Close() 90 AutoLocker<Locker> _(this); in Push() 111 AutoLocker<Locker> _(this); in Pop() 127 AutoLocker<Locker> _(this); in Peek() 146 AutoLocker<Locker> _(this); in Remove() 166 AutoLocker<Locker> _(this); in Size()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/ |
H A D | FileSystem.cpp | 47 AutoLocker<Locker> _(fLock); in RegisterVolume() local 55 AutoLocker<Locker> _(fLock); in UnregisterVolume() local 63 AutoLocker<Locker> _(fLock); in VolumeWithID() local
|
/haiku/src/add-ons/kernel/file_systems/netfs/shared/ |
H A D | AbstractConnection.cpp | 36 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/bluetooth/btCoreData/ |
H A D | ConnectionInterface.cpp | 95 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/installer/ |
H A D | BlockingQueue.h | 73 AutoLocker<Locker> _(this); in Close() 93 AutoLocker<Locker> _(this); in Push() 116 AutoLocker<Locker> _(this); in Pop() 132 AutoLocker<Locker> _(this); in Peek() 151 AutoLocker<Locker> _(this); in Remove() 180 AutoLocker<Locker> _(this); in Size()
|