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

  /external/llvm/unittests/Support/
ManagedStatic.cpp 33 void *allocate_stack(pthread_attr_t &a, size_t n = 65536) { function in namespace:__anon26549::test1
47 void *p1 = test1::allocate_stack(a1);
48 void *p2 = test1::allocate_stack(a2);
  /external/valgrind/memcheck/tests/solaris/
thr_daemon_exit_standalone.c 97 static void *allocate_stack(size_t stacksize) { function
231 void *stack = allocate_stack(STACK_SIZE);
  /external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
sysv.S 74 .allocate_stack:
  /external/pcre/dist2/src/
pcre2_jit_compile.c 2344 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size) function
    [all...]

Completed in 480 milliseconds