Searched defs:stacksize (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_attr_getstacksize.c46 pthread_attr_getstacksize (const pthread_attr_t * attr, size_t * stacksize) argument
57 * stacksize
91 *stacksize = (*attr)->stacksize;
H A Dpthread_attr_setstacksize.c42 pthread_attr_setstacksize (pthread_attr_t * attr, size_t stacksize) argument
53 * stacksize
76 * EINVAL 'attr' is invalid or stacksize too
88 if (stacksize < PTHREAD_STACK_MIN)
101 (*attr)->stacksize = stacksize;
H A Dimplement.h202 size_t stacksize; member in struct:pthread_attr_t_
/external/chromium_org/ppapi/utility/threading/
H A Dsimple_thread.cc57 size_t stacksize)
60 stacksize_(stacksize),
56 SimpleThread(const InstanceHandle& instance, size_t stacksize) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dtestutil.cc97 (*fn)(i); // stacksize doesn't make sense in a non-threaded context
138 void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize) { argument
145 hThread[i] = CreateThread(NULL, stacksize, RunFunctionInThreadWithId,
200 void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize) { argument
203 pthread_attr_setstacksize(&attr, stacksize);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dtestutil.cc97 (*fn)(i); // stacksize doesn't make sense in a non-threaded context
138 void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize) { argument
145 hThread[i] = CreateThread(NULL, stacksize, RunFunctionInThreadWithId,
200 void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize) { argument
203 pthread_attr_setstacksize(&attr, stacksize);
/external/bluetooth/bluedroid/gki/common/
H A Dgki_debug.c111 int j, stacksize; local
115 stacksize = (int) gki_cb.com.OSStackSize[task];
119 for(j = 0; j < stacksize; j++)
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_debug.c110 int j, stacksize; local
114 stacksize = (int) gki_cb.com.OSStackSize[task];
118 for(j = 0; j < stacksize; j++)
/external/libnfc-nci/src/gki/common/
H A Dgki_debug.c110 int j, stacksize; local
114 stacksize = (int) gki_cb.com.OSStackSize[task];
118 for(j = 0; j < stacksize; j++)
/external/markdown/
H A Dtest-markdown.py61 def stacksize(since=0.0): function
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-amd64-darwin.c321 Addr stacksize, Addr flags, Addr sp)
327 // VG_(printf)("pthread_hijack pthread %p, machthread %p, func %p, arg %p, stack %p, flags %p, stack %p\n", self, kport, func, func_arg, stacksize, flags, sp);
347 vex->guest_R8 = stacksize;
358 Addr stack = VG_PGROUNDUP(sp) - stacksize;
359 tst->client_stack_highest_word = stack+stacksize;
360 tst->client_stack_szB = stacksize;
364 stack+stacksize, pthread_structsize,
368 stack, stacksize,
422 SizeT stacksize; local
504 stacksize
320 pthread_hijack(Addr self, Addr kport, Addr func, Addr func_arg, Addr stacksize, Addr flags, Addr sp) argument
[all...]
H A Dsyswrap-x86-darwin.c266 " push %edi\n" // stacksize
278 Addr stacksize, Addr flags, Addr sp)
284 // VG_(printf)("pthread_hijack pthread %p, machthread %p, func %p, arg %p, stack %p, flags %p, stack %p\n", self, kport, func, func_arg, stacksize, flags, sp);
305 vex->guest_EDI = stacksize;
316 Addr stack = VG_PGROUNDUP(sp) - stacksize;
317 tst->client_stack_highest_word = stack+stacksize;
318 tst->client_stack_szB = stacksize;
322 stack+stacksize, pthread_structsize,
326 stack, stacksize,
387 SizeT stacksize; local
277 pthread_hijack(Addr self, Addr kport, Addr func, Addr func_arg, Addr stacksize, Addr flags, Addr sp) argument
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cc220 size_t stacksize; local
221 pthread_attr_getstack(&attr, &stackaddr, &stacksize);
222 return (void *)((uptr)stackaddr + stacksize - descr_addr);
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-darwin.c332 unsigned stacksize; /* total client stack size */ local
388 stacksize =
398 if (0) VG_(printf)("stacksize = %d\n", stacksize);
401 client_SP = clstack_end - stacksize;
420 VG_(printf)("stringsize=%d auxsize=%d stacksize=%d maxsize=0x%x\n"
423 stringsize, auxsize, stacksize, (Int)clstack_max_size,
H A Dinitimg-linux.c399 unsigned stacksize; /* total client stack size */ local
465 stacksize =
475 if (0) VG_(printf)("stacksize = %d\n", stacksize);
478 client_SP = clstack_end - stacksize;
491 VG_(printf)("stringsize=%d auxsize=%d stacksize=%d maxsize=0x%x\n"
494 stringsize, auxsize, stacksize, (Int)clstack_max_size,
560 "This may be the result of a very large --main-stacksize=\n");
895 notice of the --main-stacksize value. This makes it possible
897 simply by specifying --main-stacksize
[all...]
/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c366 vki_size_t stacksize = VG_PGROUNDUP(default_stack_size()); local
367 vm_address_t stackbase = VG_PGROUNDDN(stack_end-stacksize);
370 res = VG_(am_mmap_anon_fixed_client)(stackbase, stacksize, VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC);
371 check_mmap(res, stackbase, stacksize, "load_unixthread1");
569 err = handle_lcmain ( &stack_start, &stack_end, epcmd->stacksize );
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c359 ** stacksize - (input) size of the stack allocated for the task
368 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize) argument
376 UNUSED(stacksize);
379 (char*) taskname, (int) stack, (int)stacksize);
460 (int)stacksize);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc94 // Get stacksize from rlimit, but clip it so that it does not overlap
96 uptr stacksize = rl.rlim_cur; local
97 if (stacksize > end - prev_end)
98 stacksize = end - prev_end;
102 if (stacksize > kMaxThreadStackSize)
103 stacksize = kMaxThreadStackSize;
105 *stack_bottom = end - stacksize;
111 uptr stacksize = 0; local
113 my_pthread_attr_getstack(&attr, &stackaddr, (size_t*)&stacksize);
116 CHECK_LE(stacksize, kMaxThreadStackSiz
443 size_t stacksize = 0; local
[all...]
H A Dsanitizer_mac.cc159 uptr stacksize = pthread_get_stacksize_np(pthread_self()); local
164 stacksize == (1 << 19)) {
169 stacksize = rl.rlim_cur;
171 stacksize = kMaxThreadStackSize;
176 *stack_bottom = *stack_top - stacksize;
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c208 ** stacksize - (input) size of the stack allocated for the task
217 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex) argument
228 GKI_TRACE_5 ("GKI_create_task func=0x%x id=%d name=%s stack=0x%x stackSize=%d", task_entry, task_id, taskname, stack, stacksize);
300 stacksize);
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c205 ** stacksize - (input) size of the stack allocated for the task
214 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex) argument
225 GKI_TRACE_5 ("GKI_create_task func=0x%x id=%d name=%s stack=0x%x stackSize=%d", task_entry, task_id, taskname, stack, stacksize);
297 stacksize);
/external/opencv/cv/src/
H A Dcvconvhull.cpp50 int stacksize = 3; local
85 stack[stacksize] = pnext;
86 stacksize++;
99 stack[stacksize-2] = pnext;
101 pprev = stack[stacksize-4];
102 stacksize--;
109 stack[stacksize-1] = pnext;
113 return --stacksize;
123 int stacksize = 3; local
158 stack[stacksize]
[all...]
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlstate.h163 int stacksize; member in struct:lua_State
/external/javassist/src/main/javassist/
H A DCtClassType.java1464 int stacksize = 0;
1472 if (stacksize < s)
1473 stacksize = s;
1478 modifyClassConstructor(cf, code, stacksize, 0);
1482 int stacksize, int localsize)
1488 code.setMaxStack(stacksize);
1508 if (maxstack < stacksize)
1509 codeAttr.setMaxStack(stacksize);
1549 int stacksize = makeFieldInitializer(init, params);
1550 insertAuxInitializer(codeAttr, init, stacksize);
1481 modifyClassConstructor(ClassFile cf, Bytecode code, int stacksize, int localsize) argument
1560 insertAuxInitializer(CodeAttribute codeAttr, Bytecode initializer, int stacksize) argument
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DBytecode.java129 * <p>The parameters <code>stacksize</code> and <code>localvars</code>
135 * @param stacksize <code>max_stack</code>.
138 public Bytecode(ConstPool cp, int stacksize, int localvars) { argument
140 maxStack = stacksize;
797 int stacksize = 0;
801 stacksize += addLoad(stacksize + offset, params[i]);
804 return stacksize;

Completed in 581 milliseconds

12