Copyright (c) Hyperion Entertainment and contributors.

Search results

Jump to navigation Jump to search
  • Exec is the object-oriented multi-tasking kernel of AmigaOS. ...lti-tasking, memory allocation, interrupt handling and handling of dynamic shared libraries.
    389 bytes (55 words) - 00:27, 10 July 2012
  • Since Amiga processes are so lightweight and use a shared memory model, it has never been a high priority to provide an Amiga-specifi ...n pthreads.library and applications are instead required to use the shared object or static library interfaces in their applications.
    3 KB (432 words) - 22:51, 16 May 2014
  • ...asks or Processes. As such, a strict protocol must be obeyed to ensure the shared data remains consistent. IDOS->Printf("Shared data does not exist\n");
    6 KB (832 words) - 13:22, 2 April 2015
  • ...y programs are using it. All AmigaOS's libraries are shared libraries. The shared library files can be recognized from the '''.library''' suffix. ...me, just before the program is executed. Linked library functions can't be shared by programs, and several copies of the library functions may exist in the m
    5 KB (593 words) - 15:24, 27 March 2019
  • == Shared != Shared == ...he word “shared” is used in two major contexts: Shared Library, and Shared Object. Both are tools for sharing code between applications. However, they have v
    11 KB (1,931 words) - 23:09, 16 October 2012
  • ...of data, a task would normally just add the node. However, if the list is shared with other tasks, this could be dangerous. Another task could be walking do # All tasks using shared data that is protected by a semaphore must ''always ask for the semaphore f
    14 KB (2,106 words) - 22:02, 12 July 2012
  • ...say, Mac or Windows applications because their user interface is based on shared metaphors and familiar elements. There may be differences in naming convent ...amework, if you want to create a GUI element, you have to instantiate an ''object'' based upon a particular ''class''. Objects are manipulated through a smal
    10 KB (1,534 words) - 12:14, 6 April 2022
  • Mutexes can not be obtained shared or in an asynchronous fashion. If these features are required then a semaph # All tasks using shared data that is protected by a mutex must ''always ask for the mutex first bef
    6 KB (1,062 words) - 22:02, 12 July 2012
  • ...er. It is the most common type of Docky. This Docky type uses the standard shared library feature of AmigaOS as a common interface. Object *contextMenu = (Object *)msgData;
    8 KB (1,247 words) - 11:27, 1 May 2014
  • ...C and C++. You can also create shared libraries, link libraries and shared object files (sobj). A detailed description of gcc and its command-line options ca
    5 KB (791 words) - 19:56, 24 September 2016
  • ...abytes for the applications running on the machine – 2 gigs which also are shared between all of the programs running. = Extended Memory Object =
    11 KB (1,596 words) - 03:46, 20 October 2016
  • ...documentation specifically focuses on, and provides code examples for, the shared Amiga library version. ...want to use Expat as a lightweight and efficient parser, preferably in its shared Amiga library incarnation.
    14 KB (2,161 words) - 12:01, 27 October 2013
  • ...Unlike the libraries described in other parts of this wiki, these are not shared run-time libraries. Code from the linker libraries is inserted by the linke : This function creates a custom commodity object. The action of this object on receiving a commodity message is to call a function of the application p
    14 KB (2,142 words) - 22:06, 19 July 2013
  • You create an item pool by calling AllocSysObject() with the ASOT_ITEMPOOL object type and the item size, memory type, garbage collection policy and other op ...cation requires memory of different types (for example, private memory and shared memory), it must create a pool for each type.
    8 KB (1,202 words) - 10:43, 2 April 2015
  • | ASLxx_IntuiMsgFunc || Function to call when an unknown message arrives at a shared IDCMP used by the requester window (this replaces the ASL_HookFunc tag and ULONG MyHookFunc(ULONG type, CPTR object, CPTR AslRequester)
    16 KB (2,311 words) - 12:14, 6 April 2022
  • Immediately after the call, a single GUI object might be defined. In almost all cases, this will be a group to hold a numbe [,handler = <callable object>]
    23 KB (3,461 words) - 21:43, 29 July 2022
  • The AmigaOS memory architecture is based on the "slab allocator" system or "object cache". In essence, the slab allocator only allocates objects of a single s Allocating an object with the slab allocator becomes a process of simple node removal: the first
    43 KB (6,805 words) - 18:02, 3 April 2024
  • preferably, as an IFF LIST object with a shared FXHD chunk.
    6 KB (685 words) - 21:13, 10 May 2012
  • * LIST - Also a concatenation but with some properties shared between the separate files to avoid redundancy. ...er, device or machine architecture. With that achieved, IFF files could be shared not only between applications but also on and between platforms other than
    12 KB (2,015 words) - 23:47, 29 May 2013
  • * ListDynDep - for listing shared object dependencies
    10 KB (1,185 words) - 11:48, 4 April 2022

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)