HomeSort by relevance Sort by last modified time
    Searched refs:cond_t (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
reentrant.h 115 #define cond_t pthread_cond_t macro
159 int __libc_cond_init(cond_t *, const condattr_t *);
160 int __libc_cond_signal(cond_t *);
161 int __libc_cond_broadcast(cond_t *);
162 int __libc_cond_wait(cond_t *, mutex_t *);
163 int __libc_cond_timedwait(cond_t *, mutex_t *, const struct timespec *);
164 int __libc_cond_destroy(cond_t *);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fileext.h 39 cond_t _lockcond; /* Condition variable for signalling lock releases */
  /external/clang/test/CodeGen/
fp16-ops.c 12 typedef unsigned cond_t; typedef
14 volatile cond_t test;
  /external/tensorflow/tensorflow/compiler/xla/tests/
while_test.cc 972 auto cond_t = cond.Parameter(0, *tuple_shape, "t"); local
1004 auto cond_t = cond.Parameter(0, element_shape, "t"); local
1030 auto cond_t = cond.Parameter(0, element_shape, "t"); local
1069 auto cond_t = cond.Add(cond.GetTupleElement(params, 1), local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xthreads.h 68 typedef cond_t xcondition_rec;
199 typedef cond_t xcondition_rec;
  /system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp 118 enum cond_t enum
146 cond_t cond;
165 cond_t cond;
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 117 enum cond_t enum
136 cond_t cond;
157 cond_t cond;
    [all...]
  /external/valgrind/drd/
drd_pthread_intercepts.c 79 * - pthread_cond_t == cond_t
    [all...]
  /external/valgrind/helgrind/
hg_intercepts.c     [all...]

Completed in 218 milliseconds