HomeSort by relevance Sort by last modified time
    Searched refs:stacksize (Results 26 - 48 of 48) sorted by null

12

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
create.c 93 unsigned int stackSize;
145 stackSize = (unsigned int)a->stacksize;
185 * Default stackSize
187 stackSize = PTHREAD_STACK_MIN;
208 stackSize, /* default stack size */
241 (HANDLE) _beginthread (ptw32_threadStart, stackSize, /* default stack size */
pthread.h 902 size_t * stacksize);
911 size_t stacksize);
    [all...]
implement.h 202 size_t stacksize; member in struct:pthread_attr_t_
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 139 uptr stacksize = pthread_get_stacksize_np(pthread_self()); local
142 *stack_bottom = *stack_top - stacksize;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
cfmfile.py 116 self.stacksize,
133 self.stacksize,
  /external/valgrind/main/coregrind/m_ume/
macho.c 366 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/chromium_org/third_party/openssl/openssl/crypto/threads/
netware.bat 32 set LFLAGS=-msgstyle gcc -zerobss -stacksize 32768 -nostdlib -sym internal
  /external/openssl/crypto/threads/
netware.bat 32 set LFLAGS=-msgstyle gcc -zerobss -stacksize 32768 -nostdlib -sym internal
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 129 * <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) {
140 maxStack = stacksize;
797 int stacksize = 0; local
801 stacksize += addLoad(stacksize + offset, params[i]);
804 return stacksize;
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 403 unsigned stacksize; /* total client stack size */ local
469 stacksize =
479 if (0) VG_(printf)("stacksize = %d\n", stacksize);
482 client_SP = clstack_end - stacksize;
499 VG_(printf)("stringsize=%d auxsize=%d stacksize=%d maxsize=0x%x\n"
502 stringsize, auxsize, stacksize, (Int)clstack_max_size,
568 "This may be the result of a very large --main-stacksize=\n");
906 notice of the --main-stacksize value. This makes it possible
908 simply by specifying --main-stacksize. *
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 210 ** stacksize - (input) size of the stack allocated for the task
219 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
227 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);
299 stacksize);
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 207 ** stacksize - (input) size of the stack allocated for the task
216 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
224 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);
296 stacksize);
    [all...]
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 1194 int stacksize = 0; local
    [all...]
  /external/markdown/
test-markdown.py 61 def stacksize(since=0.0): function
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 234 ** stacksize - (input) size of the stack allocated for the task
243 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize)
252 (char*) taskname, (int) stack, (int)stacksize);
327 (int)stacksize);
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h 631 Addr stacksize, Addr flags, Addr sp);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 363 self.stacksize = max_depth(self.entry, 0)
539 return types.CodeType(argcount, nlocals, self.stacksize, self.flags,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 363 self.stacksize = max_depth(self.entry, 0)
539 return types.CodeType(argcount, nlocals, self.stacksize, self.flags,
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_beos.h 473 NSPR_API(PRThread*) _MD_create_user_thread(PRUint32 stacksize, void (*start)(void *), void *arg);
475 NSPR_API(PRStatus) _MD_create_thread(PRThread *thread, void (*start)(void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize);
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 977 extern "C" int pthread_attr_setstacksize(void *attr, uptr stacksize);
978 extern "C" int pthread_attr_getstack(void *attr, uptr *stack, uptr *stacksize);
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 51 extern "C" int pthread_attr_setstacksize(void *attr, uptr stacksize);
52 extern "C" int pthread_attr_getstacksize(void *attr, uptr *stacksize);
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 293 char *stacksize; /* Size of the parser stack */ member in struct:lemon
    [all...]

Completed in 3221 milliseconds

12