OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dup_handle
(Results
1 - 5
of
5
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py
145
dup_handle
= duplicate(handle)
146
_cache.add(
dup_handle
)
148
return (_get_listener().address,
dup_handle
, False)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py
145
dup_handle
= duplicate(handle)
146
_cache.add(
dup_handle
)
148
return (_get_listener().address,
dup_handle
, False)
/external/chromium_org/content/child/
resource_dispatcher_unittest.cc
134
base::SharedMemoryHandle
dup_handle
;
local
136
base::Process::Current().handle(), &
dup_handle
));
137
dispatcher_->OnSetDataBuffer(request_id,
dup_handle
,
/external/chromium_org/content/common/gpu/media/
video_encode_accelerator_unittest.cc
471
base::SharedMemoryHandle
dup_handle
;
472
CHECK(shm->ShareToProcess(base::Process::Current().handle(), &
dup_handle
));
475
next_output_buffer_id_++,
dup_handle
, output_buffer_size_);
video_decode_accelerator_unittest.cc
901
base::SharedMemoryHandle
dup_handle
;
local
[
all
...]
Completed in 1378 milliseconds