OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sem_wait
(Results
51 - 72
of
72
) sorted by null
1
2
3
/external/valgrind/main/helgrind/tests/
tc20_verifywrap.c
238
/* verifies wrap of
sem_wait
*/
242
r=
sem_wait
(&s1); /* assert(r != 0); */
/hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp
334
sem_wait
(&seq_sem);
364
sem_wait
(&seq_sem);
394
sem_wait
(&in_flush_sem);
398
sem_wait
(&etb_sem);
454
sem_wait
(&out_flush_sem);
458
sem_wait
(&fbd_sem);
[
all
...]
/external/libvpx/vp8/encoder/
ethreading.c
39
if (
sem_wait
(&cpi->h_event_start_lpf) == 0)
70
if (
sem_wait
(&cpi->h_event_start_encoding[ithread]) == 0)
encodeframe.c
836
sem_wait
(&cpi->h_event_end_encoding); /* wait for other threads to finish */
[
all
...]
onyx_if.c
[
all
...]
/external/valgrind/unittest/
posix_tests.cc
109
// test75: TN. Test for sem_post,
sem_wait
, sem_trywait. {{{1
121
sem_wait
(&sem[0]);
366
// sem_open and
sem_wait
, it will be silent.
370
CHECK(
sem_wait
(sem) == 0);
388
CHECK(
sem_wait
(sem) == 0);
391
// check that sem_open and
sem_wait
create a happens-before arc.
/external/v8/src/
platform-openbsd.cc
512
int result =
sem_wait
(&sem_);
platform-cygwin.cc
547
int result =
sem_wait
(&sem_);
platform-freebsd.cc
577
int result =
sem_wait
(&sem_);
platform-solaris.cc
527
int result =
sem_wait
(&sem_);
platform-linux.cc
754
int result =
sem_wait
(&sem_);
/external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h
331
DECL_TEMPLATE(darwin,
sem_wait
); // 271
syswrap-darwin.c
[
all
...]
/external/libnfc-nxp/Linux_x86/
phDal4Nfc.c
712
sem_wait
(&nfc_read_sem);
[
all
...]
/frameworks/base/libs/ui/
InputTransport.cpp
612
result =
sem_wait
(& mSharedMessage->semaphore);
614
LOGE("channel '%s' consumer ~ Error %d in
sem_wait
.",
/external/libvpx/vp8/decoder/
threading.c
230
if (
sem_wait
(&pbi->h_event_start_decoding[ithread]) == 0)
[
all
...]
/external/valgrind/main/drd/tests/
tsan_unittest.cpp
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
[
all
...]
/external/valgrind/main/memcheck/tests/darwin/
scalar.stderr.exp
618
Syscall param
sem_wait
(sem) contains uninitialised byte(s)
[
all
...]
/external/valgrind/tsan/
ts_pin.cc
[
all
...]
/hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_base.cpp
697
sem_wait
(&m_cmd_lock);
[
all
...]
/hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp
[
all
...]
Completed in 852 milliseconds
1
2
3