OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sender_context
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/tests/hackbench/src/
hackbench.c
103
struct
sender_context
{
struct
158
static void *sender(struct
sender_context
*ctx)
269
struct
sender_context
* snd_ctx = malloc (sizeof(struct
sender_context
)
/external/ltp/testcases/kernel/sched/cfs-scheduler/
hackbench.c
64
static struct
sender_context
**snd_ctx_tab; /*Table for sender context pointers. */
75
struct
sender_context
{
struct
130
static void *sender(struct
sender_context
*ctx)
242
struct
sender_context
*snd_ctx = malloc(sizeof(struct
sender_context
) + num_fds * sizeof(int));
Completed in 176 milliseconds