OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_array
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/examples/objc/AppRTCDemo/common/
ARDUtilities.m
102
thread_act_array_t
thread_array
;
104
if (task_threads(task, &
thread_array
, &thread_count) != KERN_SUCCESS) {
114
kern_return_t ret = thread_info(
thread_array
[i],
125
vm_deallocate(task, (vm_address_t)
thread_array
,
/external/ltp/utils/benchmark/ebizzy-0.3/
ebizzy.c
453
pthread_t
thread_array
[threads];
local
464
err = pthread_create(&
thread_array
[i], NULL, thread_run, NULL);
488
err = pthread_join(
thread_array
[i], NULL);
Completed in 2855 milliseconds