search for: queue_t

Displaying 2 results from an estimated 2 matches for "queue_t".

2019 Oct 25
2
Where and how to report an optimisation issue that doesn't cause a crash
...uot; could be somewhere in the object pointed by "queue_ptr" came to my mind too.</div> <div dir="ltr">I also added this in the stackoverflow question at the bottom.</div> <div dir="ltr">In such case, I assumed, that if I change the struct "queue_t" to have an array of "event_t" instead of just pointer to "event_t", like this:</div> <div dir="ltr"> </div> <div dir="ltr"> <pre><code>typedef struct { event_t queue[256]; // changed from point...
2008 Jan 18
33
LatencyTop
I see Intel has released a new tool. Oh, it requires some patches to the kernel to record latency times. Good thing people don''t mind patching their kernels, eh? So who can write the equivalent latencytop.d the fastest? ;-) http://www.latencytop.org/ -- cburgess at qnx.com