search for: internal_

Displaying 6 results from an estimated 6 matches for "internal_".

Did you mean: internal
2013 Sep 20
2
proper use of Internal Timing
Hi All, Could anyone tell me the real use of "internal_ timing=yes" option on asterisk.conf file? I am using asterisk 1.4.22. As per my understanding if we don't have any TDM card installed with appropriate driver, we use internal_timing = yes to get the timing from ztdummy /ztDahdi. Is there any advantage on enabling "internal_timing=yes...
2012 Dec 05
3
enable HA on xcp 1.6
...le written Dec 5 17:56:26 xcp1 xapi: [debug|xcp1|490661|Async.pool.enable_ha R:9119ce88ffcb|backtrace] Raised at :0.0-0 Dec 5 17:56:26 xcp1 xapi: [debug|xcp1|490661|Async.pool.enable_ha R:9119ce88ffcb|helpers] Assuming script /opt/xensource/xha/ha_set_pool_state doesn''t exis t: caught INTERNAL_ERROR: [ Unix.Unix_error(20, "access", "/opt/xensource/xha/ha_set_pool_state") ] Dec 5 17:56:26 xcp1 xapi: [debug|xcp1|490661|Async.pool.enable_ha R:9119ce88ffcb|backtrace] Raised at helpers.ml:792.12-13 -> threadext.ml:20.20-24 -> thre adext.ml:20.62-65 -> xapi_ha.ml...
2005 Aug 17
0
Raw data type transformations
...), and adding a text_read() function (again just a few lines). For output, text_write() is similarly simple, and a few lines of code would need to be added to text_vfprintf() to handle copying to a raw vector in place of a character vector. The text_* functions would then probably be better named internal_* since they would handle internal binary as well as internal text connections. Does this sound like it would be a useful capability? -- David Hinds
2012 Jun 05
0
[LLVMdev] alloc_size metadata
...leted if the function gets inlined (i.e., nulled in the >> metadata), but I don't think we can workaround that problem. This is >> a best-effort approach, anyway. >> >> >> To avoid these functions being removed, I propose a new linkage >> type. Something like internal_metadata (or hopefully a better name). >> This linkage would mean that a function can only be removed in >> codegen, and if it has no users. The difference to internal linkage, >> is that internal functions with no users can be deleted at any time. > > Is it possible to deter...
2012 Jun 05
2
[LLVMdev] alloc_size metadata
...ion may > be deleted if the function gets inlined (i.e., nulled in the > metadata), but I don't think we can workaround that problem. This is > a best-effort approach, anyway. > > > To avoid these functions being removed, I propose a new linkage > type. Something like internal_metadata (or hopefully a better name). > This linkage would mean that a function can only be removed in > codegen, and if it has no users. The difference to internal linkage, > is that internal functions with no users can be deleted at any time. Is it possible to determine which functions...
2017 Mar 08
3
Use of the C++ standard library in XRay compiler-rt
On Wed, Mar 8, 2017 at 2:28 PM Tim Shen <timshen at google.com> wrote: > On Wed, Mar 8, 2017 at 1:49 PM David Blaikie <dblaikie at gmail.com> wrote: > > So I stumbled across an issue that I think is a bit fundamental: > > The xray runtime uses the C++ standard library. > > This seems like a problem because whatever C++ standard library is used to > compile the