search for: inpacket

Displaying 5 results from an estimated 5 matches for "inpacket".

2013 Jan 20
2
[LLVMdev] Clang's approach to anonymous struct pointer parameters
For the following code: struct XBeePacket; typedef void (*CompletionProc)(XBeePacket* inPacket, void* inParam2); struct XBeePacket { bool mField1; CompletionProc mCompletionProc; }; Why does clang emit this IR? %struct.XBeePacket = type { i8, {}* } define void @MyCompletionProc(%struct.XBeePacket* %inPacket, i8* %inParam2)...
2013 Jan 20
0
[LLVMdev] Clang's approach to anonymous struct pointer parameters
...i Rick, this is a bug in Clang's LLVM-IR code generator: http://llvm.org/bugs/show_bug.cgi?id=14920 Best, Florian On Sunday, January 20, 2013 01:57:37 Rick Mann wrote: > For the following code: > > struct XBeePacket; > > typedef void (*CompletionProc)(XBeePacket* inPacket, void* inParam2); > > struct > XBeePacket > { > bool mField1; > CompletionProc mCompletionProc; > }; > > Why does clang emit this IR? > > %struct.XBeePacket = type { i8, {}* } > > define void >...
2013 Jan 30
0
[LLVMdev] Calling dispatch_async() within call to ExecutionEngine::runFunction()
I have used libdispatch (on FreeBSD) from JIT'd code without any issues, so I think your bug is elsewhere. David On 30 Jan 2013, at 07:43, Rick Mann wrote: > My host app calls runFunction() on my JITed code. It, in turn, calls a C function ("decode()") in the host app that then calls dispatch_async(). The runFunction() call returns as expected, but the block passed to
2013 Jan 30
3
[LLVMdev] Calling dispatch_async() within call to ExecutionEngine::runFunction()
My host app calls runFunction() on my JITed code. It, in turn, calls a C function ("decode()") in the host app that then calls dispatch_async(). The runFunction() call returns as expected, but the block passed to dispatch_async() never gets called. The async block is supposed to call a function pointer callback that was passed in to decode(). Everything is being called on the main
2005 Apr 07
0
[OT] snmp not reporting traffic values for a network interface
...: H 3 : I 20 : P 20 : snmp_counter:storage_block_count(.1.3..5.2): 516244 -> buffer(): 8 (time P:46.49 | 0.2) 03:24:16 : H 3 : I 21 : P 20 : snmp_counter:cpu_user_ticks(.1.3..0.0): 1265843 -> buffer(): 9 (time P:46.66 | 0.2) 03:24:16 : H 3 : I 18 : P 25 : snmp_counter:inpackets(.1.3..7.4): -> buffer(): 10 (time P:92.8 | 0.21) 03:24:16 : H 3 : I 19 : P 25 : snmp_counter:inpackets(.1.3..7.5): -> buffer(): 11 (time P:92.43 | 0.2) 03:24:16 : H 3 : I 21 : P 25 : snmp_counter:num_users(.1.3..5.0): 1 -> buffer(): 12 (time P:46.07 | 0.18) 03:24:16 :...