Search results

Jump to: navigation, search

Page title matches

  • #REDIRECT [[Probing Shared Library Initialization]]
    51 bytes (5 words) - 18:39, 24 August 2017
  • Aprobe can be used to probe program initialization in several ways. ...s allows Aprobe to instrument the program and create probes in any program initialization code including C++ global constructors or Ada program elaboration code. It
    4 KB (720 words) - 03:12, 26 August 2017

Page text matches

  • #REDIRECT [[Probing Shared Library Initialization]]
    51 bytes (5 words) - 18:39, 24 August 2017
  • Aprobe can be used to probe program initialization in several ways. ...s allows Aprobe to instrument the program and create probes in any program initialization code including C++ global constructors or Ada program elaboration code. It
    4 KB (720 words) - 03:12, 26 August 2017
  • ...ode>-q min_heap</code> option Aprobe throws away symbol info after program initialization. In this case the exception symbol must be found by name at program initialization, not at the point of the raise.
    4 KB (546 words) - 17:57, 12 October 2021
  • 2  The initialization requirement applies to uninitialized scalar objects that are subcomponents ...es not apply to a scalar for which pragma Import has been specified, since initialization of an imported object is performed solely by the foreign language environme
    2 KB (300 words) - 09:06, 2 May 2019
  • ...ven nominal subtype and, optionally, an explicit initial value given by an initialization expression. <span id="I1402"></span><span id="I1403"></span><span id="I1404 ...hat of the object. <span id="I1418"></span>This expression is called the ''initialization expression''. <span id="I1419"></span>
    10 KB (1,413 words) - 23:36, 4 May 2019
  • ...An assignment operation is used as part of assignment_statements, explicit initialization, parameter passing, and other operations. <span id="I3120"></span><span id= ...Initialize procedure which is invoked immediately after the normal default initialization of a controlled object, a Finalize procedure which is invoked immediately b
    8 KB (1,233 words) - 23:38, 4 May 2019
  • ...ble'' object. The value of a constant object cannot be changed between its initialization and its finalization, whereas the value of a variable object can be changed ...ough information to create an object; an additional constraint or explicit initialization expression is necessary (see [[Guide:95lrm/RM-3-3-1|3.3.1]]). A component c
    5 KB (731 words) - 23:36, 4 May 2019
  • ...explicit initialization for imported objects are not allowed. Any implicit initialization (for example, setting access values to null) is not performed for imported
    3 KB (524 words) - 00:35, 25 April 2019
  • ...></span>Constraint_Error is raised if this check fails. This check and the initialization of the object are performed in an arbitrary order. 25  If any part of the created object is controlled, the initialization includes calls on corresponding Initialize or Adjust procedures. See [[Guid
    6 KB (816 words) - 23:37, 4 May 2019
  • changes were fixes to initialization and behavior across forked processes,
    2 KB (298 words) - 18:24, 16 February 2021
  • * For an Adjust invoked as part of the initialization of a controlled object, other adjustments due to be performed might or migh ...onstant is only constant between its initialization and finalization. Both initialization and finalization are allowed to change the value of a constant.
    9 KB (1,415 words) - 23:38, 4 May 2019
  • ...of the type Suspension_Object has two visible states: true and false. Upon initialization, its value is set to false.
    2 KB (340 words) - 23:07, 1 May 2019
  • ...s evaluated at object creation time specifies an interrupt. As part of the initialization of that object, if the Attach_Handler pragma is specified, the ''handler'' ...Locking policy (see [[Guide:95lrm/RM-D-3|D.3]]) is in effect then upon the initialization of a protected object that either an Attach_Handler or Interrupt_Handler pr
    7 KB (1,068 words) - 22:36, 1 May 2019
  • ...-9-2|9.2]]), as the result of the elaboration of a declarative_part or the initialization for the object created by an allocator, this check is done for all of them
    3 KB (501 words) - 23:36, 4 May 2019
  • The implementation shall document whether the method used for initialization of preelaborated variables allows a partition to be restarted without reloa
    2 KB (348 words) - 15:48, 29 April 2019
  • ...laration of mode '''in''' declares a new stand-alone constant object whose initialization expression is the actual, whereas a formal_object_declaration of mode '''in
    3 KB (533 words) - 23:35, 4 May 2019
  • ...the values of the discriminants of such a variable cannot be changed after initialization. 52  Assignment to a discriminant of an object (after its initialization) is not allowed, since the name of a discriminant is a constant; neither as
    10 KB (1,501 words) - 23:37, 4 May 2019
  • ...on'' is an object_declaration with the reserved word '''constant''' but no initialization expression. <span id="I3108"></span>The constant declared by a deferred con
    3 KB (487 words) - 23:38, 4 May 2019
  • ..."<code>y</code>", "<code>ye</code>", or "<code>yes</code>" if you want the initialization to proceed. You can prevent this prompting by using the <code>-F</code> opt
    3 KB (485 words) - 00:35, 25 April 2019
  • ...riminant of an object always has a value, either from explicit or implicit initialization.
    4 KB (611 words) - 23:37, 4 May 2019
  • ...xpression for a discriminant is evaluated prior to any other evaluation or initialization that depends on it.
    4 KB (619 words) - 23:37, 4 May 2019
  • ...a95 mode. You can include the invocation of the setup script in your shell initialization file. This file is located in your home directory, and is named '''.profile
    4 KB (672 words) - 00:36, 25 April 2019
  • ...nning applications. Typically, you don't want to track memory used during initialization, and possibly shutdown, so you want to turn on tracking once your applicati
    4 KB (572 words) - 16:55, 31 May 2018
  • * An object code listing of the entire partition, including initialization and finalization code as well as run-time system components, and with an id
    4 KB (514 words) - 09:08, 2 May 2019
  • ...itiated as the last step of evaluating the allocator, after completing any initialization for the object created by the allocator, and prior to returning the new acc
    4 KB (624 words) - 23:38, 4 May 2019
  • * An initialization expression is not allowed in an object_declaration if the type of the objec
    4 KB (684 words) - 23:38, 4 May 2019
  • <span id="I7094"></span>As part of the initialization of a task object, the address clause for an interrupt entry is elaborated,
    5 KB (761 words) - 09:16, 2 May 2019
  • * the execution of an Initialize procedure as the last step of the default initialization of a controlled object;
    5 KB (845 words) - 11:05, 30 April 2019
  • ...gnment_statement) is performed in other contexts as well, including object initialization and by-copy parameter passing. <span id="I2806"></span><span id="I2807"></s
    5 KB (774 words) - 23:37, 4 May 2019
  • ...called ''discriminants'' whose values affect the presence, constraints, or initialization of other components. Discriminants can be thought of as parameters of the t
    6 KB (839 words) - 23:36, 4 May 2019
  • <span id="I3349"></span>As part of the initialization of a task object, any aspect_clauses and any per-object constraints associa
    6 KB (975 words) - 23:38, 4 May 2019
  • <span id="I3407"></span>As part of the initialization of a protected object, any per-object constraints (see [[Guide:95lrm/RM-3-8
    8 KB (1,148 words) - 10:38, 30 April 2019
  • : initialization [[Guide:9x_rationale/rat95-p2-4#3|4.3]] : initialization [[Guide:9x_rationale/rat95-p2-3#4|3.4]]
    27 KB (4,110 words) - 17:17, 20 April 2019
  • ...al implementation are, however, valid everywhere. For example: any default initialization of components takes place; the attribute Size provides the size of the full
    7 KB (1,110 words) - 23:38, 4 May 2019
  • ...86"></span>The tag of an object of a class-wide tagged type is that of its initialization expression.
    8 KB (1,235 words) - 23:37, 4 May 2019
  • ...an anonymous general access-to-variable type (this happens as part of the initialization of an access parameter or access discriminant).
    9 KB (1,371 words) - 23:36, 4 May 2019
  • ...matic reclamation of resources, Ada 95 provides controlled types that have initialization and finalization operations associated with them. A number of different app * initialization after creation,
    33 KB (5,218 words) - 16:19, 20 April 2019
  • // delay the tracking, speeding up initialization. For many applications, // the allocations made during initialization are not representative of the
    32 KB (4,610 words) - 18:11, 3 February 2023
  • ...can override Initialize and Finalize if there is any need for non-trivial initialization and finalization for a user-defined pool type. For example, Finalize might
    10 KB (1,501 words) - 23:35, 4 May 2019
  • ...plicit_generic_actual_parameter, the expression of a return_statement, the initialization expression in an object_declaration, or a default_expression (for a paramet
    10 KB (1,495 words) - 23:37, 4 May 2019
  • ...andard time reference. For example, E can correspond to the time of system initialization or it can correspond to the epoch of some time standard.
    11 KB (1,614 words) - 23:07, 1 May 2019
  • The declaration of an imported object shall not include an explicit initialization expression. Default initializations are not performed.
    12 KB (1,898 words) - 18:04, 1 May 2019
  • ...s extra step is necessary, because C++, like Ada, needs to perform certain initialization/finalization actions prior to running a program that contains C++ and by bi
    11 KB (1,704 words) - 00:36, 25 April 2019
  • ...peatable random number sequence can be obtained by relying on the implicit initialization of generators or by explicitly initializing a generator with a repeatable i
    16 KB (2,246 words) - 16:14, 1 May 2019
  • | |Pointer initialization | | ...ar variable corresponds to a memory-mapped I/O location, then any implicit initialization could have an unwanted effect. This can be avoided by importing the scalar
    56 KB (8,841 words) - 16:20, 20 April 2019
  • ...ile, it reads a sequence of debugger commands and runs them as part of its initialization. For instance, you can place variable assignment statements in this file so
    15 KB (2,346 words) - 00:36, 25 April 2019
  • ...an out parameter. If any subcomponent of a type passed by copy has default initialization, then the whole object is copied in at the start of the call so that the va
    16 KB (2,517 words) - 16:34, 20 April 2019
  • ...ng that a body is required in cases where we wish to use the body just for initialization is that the pragma Elaborate_Body rather obviously requires a body.
    42 KB (6,657 words) - 16:19, 20 April 2019
  • ...egins. This can be used to avoid tracking objects allocated during program initialization that may be retained through the life of the program. The value must be gr
    18 KB (2,825 words) - 18:30, 6 November 2023
  • ...tachment. The pragma form is provided to permit attachment earlier, during initialization of objects, or possibly at program load time. Another advantage of the prag ...are not included among the things specified as preelaborable, because the initialization of run-time system data structures for tasks and the dynamic allocation of
    71 KB (11,214 words) - 16:20, 20 April 2019

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