Searched refs:allocate_stack (Results 1 – 3 of 3) sorted by relevance
/external/llvm/unittests/Support/ |
D | ManagedStatic.cpp | 33 void *allocate_stack(pthread_attr_t &a, size_t n = 65536) { in allocate_stack() function 47 void *p1 = test1::allocate_stack(a1); in TEST() 48 void *p2 = test1::allocate_stack(a2); in TEST()
|
/external/valgrind/drd/tests/ |
D | std_thread2.supp | 19 fun:allocate_stack
|
/external/pcre/dist/ |
D | pcre_jit_compile.c | 2095 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size) in allocate_stack() function 6090 allocate_stack(common, 2); in compile_ref_iterator_matchingpath() 6113 allocate_stack(common, 1); in compile_ref_iterator_matchingpath() 6149 allocate_stack(common, 1); in compile_ref_iterator_matchingpath() 6159 allocate_stack(common, 1); in compile_ref_iterator_matchingpath() 6171 allocate_stack(common, ref ? 2 : 3); in compile_ref_iterator_matchingpath() 6286 allocate_stack(common, 2); in compile_recurse_matchingpath() 6294 allocate_stack(common, 1); in compile_recurse_matchingpath() 6365 allocate_stack(common, CALLOUT_ARG_SIZE / sizeof(sljit_sw)); in compile_callout_matchingpath() 6465 allocate_stack(common, extrasize); in compile_assert_matchingpath() [all …]
|