Search results

Results 1 – 20 of 91
Advanced search

Search in namespaces:

There is a page named "Reentrant code" on Wikipedia

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • function can be called again before it completes its previous execution. Reentrant code is designed to be safe and predictable when multiple instances of the...
    18 KB (2,028 words) - 20:34, 23 August 2024
  • In computer science, the reentrant mutex (recursive mutex, recursive lock) is a particular type of mutual exclusion (mutex) device that may be locked...
    5 KB (692 words) - 21:21, 20 August 2024
  • Thumbnail for Motorola 6800
    both position-independent code (object code that can run wherever it is loaded in memory) and reentrant code (object code that can be re-invoked when...
    88 KB (9,518 words) - 04:00, 27 August 2024
  • Thumbnail for PIC microcontrollers
    Software-implemented stacks are not efficient, so it is difficult to generate reentrant code and support local variables With paged program memory, there are two...
    65 KB (8,020 words) - 13:29, 22 August 2024
  • (from mutual exclusion). In the following piece of C code, the function is thread-safe, but not reentrant: # include <pthread.h> int increment_counter () {...
    10 KB (1,167 words) - 18:56, 20 August 2024
  • Thumbnail for Motorola 6809
    : 1.3  Another reason for the expanded stack access was to support reentrant code, code that can be called from various different programs concurrently without...
    38 KB (4,680 words) - 18:01, 12 August 2024
  • reentrant object code capabilities of the 6809 processor, programs intended for OS-9 are required to be reentrant; compilers produce reentrant code automatically...
    26 KB (3,381 words) - 14:02, 16 July 2024
  • messages in the generated parsers Customizable syntax error generation, Reentrant parsers Push parsers, with autocompletion Support for named references...
    22 KB (2,306 words) - 21:01, 22 August 2024
  • Berkeley Yacc (category Public-domain software with source code)
    from the original on 2020-10-19. Retrieved 2020-11-10. ...support for reentrant code, which has evolved in byacc to the point where it can be compared and...
    13 KB (1,286 words) - 05:41, 2 November 2023
  • Thumbnail for Adenosine
    Adenosine (redirect from ATC code C01EB10)
    that require the AV node for the re-entry, e.g., AV reentrant tachycardia (AVRT) and AV nodal reentrant tachycardia (AVNRT). In addition, atrial tachycardia...
    32 KB (3,346 words) - 01:19, 26 August 2024
  • Retrieved 2013-02-25. "Reentrant - Lexical Analysis With Flex, for Flex 2.5.37". Flex.sourceforge.net. Retrieved 2013-02-25. "Code-Level And API Options...
    12 KB (1,177 words) - 09:32, 4 August 2024
  • Function (computer programming) (category Source code)
    same callable is already in progress, that callable is said to be reentrant. A reentrant callable is also useful in multi-threaded situations since multiple...
    54 KB (6,635 words) - 16:33, 27 August 2024
  • Thumbnail for CMS-2
    standardized high-level computer programming language intended to improve code portability and reusability. CMS-2 was developed primarily for the US Navy’s...
    13 KB (1,148 words) - 00:02, 28 May 2024
  • Thumbnail for Sotalol
    Sotalol (redirect from ATC code C07AA07)
    receptor blockade potentiates the antiarrhythmic actions of d-sotalol on reentrant ventricular tachycardia in a canine model of myocardial infarction". Journal...
    17 KB (1,670 words) - 22:16, 2 December 2023
  • savearea statically in the called routine makes it non-reentrant and non-recursive; a reentrant program uses a dynamic savearea, acquired either from the...
    33 KB (4,158 words) - 22:31, 12 July 2024
  • Thumbnail for Disopyramide
    proposed a possible secondary mode of action for disopyramide, against reentrant arrhythmias after an ischemic insult. Disopyramide decreases the inhomogeneity...
    18 KB (1,857 words) - 16:04, 27 August 2024
  • Domain-Driven Design. CQS can introduce complexities for implementing reentrant and multithreaded software correctly. This usually occurs when a non-thread-safe...
    7 KB (759 words) - 04:20, 29 February 2024
  • chapter of the ICD-9: Diseases of the Circulatory System. It covers ICD codes 259 to 282. The full chapter can be found on pages 215 to 258 of Volume...
    16 KB (1,558 words) - 17:39, 9 February 2024
  • Thumbnail for Process (computing)
    multiprocessing systems many processes may run off of, or share, the same reentrant program at the same location in memory, but each process is said to own...
    16 KB (1,872 words) - 18:30, 20 August 2024
  • graphical) programming language is called "G" (not to be confused with G-code). It is a dataflow language originally developed by National Instruments...
    33 KB (2,981 words) - 05:04, 9 August 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)