OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pth_tab
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/bench/
sched-messaging.c
282
pthread_t *
pth_tab
;
local
287
pth_tab
= malloc(num_fds * 2 * num_groups * sizeof(pthread_t));
288
if (!
pth_tab
)
296
total_children += group(
pth_tab
+total_children, num_fds,
312
reap_worker(
pth_tab
[i]);
Completed in 527 milliseconds