HomeSort by relevance Sort by last modified time
    Searched refs:reentrant (Results 1 - 25 of 31) sorted by null

1 2

  /external/libnl/lib/route/cls/
ematch_grammar.l 22 %option reentrant
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
closedir.c 46 #include <reentrant.h>
opendir.c 46 #include <reentrant.h>
readdir.c 46 #include <reentrant.h>
  /external/libnl/lib/route/
pktloc_grammar.l 11 %option reentrant
  /external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java 47 * reentrant, so a thread may enter a monitor any number of times, and then must leave the same
246 // since, after all, this class is also a reentrant mutual exclusion lock!?
477 boolean reentrant = lock.isHeldByCurrentThread();
489 satisfied = guard.isSatisfied() || awaitNanos(guard, timeoutNanos, reentrant);
496 if (threw && !reentrant) {
    [all...]
  /system/tools/hidl/
hidl-gen_l.ll 82 %option reentrant
  /external/python/cpython3/Modules/
_tracemalloc.c 163 they use PyMem_RawMalloc() which leads to a reentrant call. */
171 #define REENTRANT Py_True
181 assert(ptr == REENTRANT);
189 set_reentrant(int reentrant)
191 assert(reentrant == 0 || reentrant == 1);
194 if (reentrant) {
196 PyThread_set_key_value(tracemalloc_reentrant_key, REENTRANT);
217 set_reentrant(int reentrant)
219 assert(reentrant != tracemalloc_reentrant)
    [all...]
faulthandler.c 219 static volatile int reentrant = 0; local
222 if (reentrant)
225 reentrant = 1;
249 reentrant = 0;
    [all...]
  /system/tools/hidl/c2hal/
c2hal_l.ll 88 %option reentrant
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-lex.l 163 %option bison-bridge bison-locations reentrant noyywrap
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.l 101 %option reentrant bison-bridge bison-locations
  /external/python/cpython3/Python/
pylifecycle.c 1406 static int reentrant = 0; local
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 166 %option bison-bridge bison-locations reentrant noyywrap
  /external/swiftshader/src/OpenGL/compiler/
glslang.l 86 %option yylineno reentrant bison-bridge bison-locations
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
Time.c 33 #include <reentrant.h>
  /external/libpcap/
scanner.l 9 * We want a reentrant scanner.
11 %option reentrant
39 * We want to generate code that can be used by a reentrant parser
  /build/blueprint/
context.go 633 // handler must be reentrant
702 // the file handler will be called from a goroutine, so it must be reentrant.
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.jar 

Completed in 837 milliseconds

1 2