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

  /external/ltp/testcases/kernel/syscalls/epoll2/examples/
epoll-test.c 92 maxsfd = MAX_DEFAULT_FDS, stksize = CO_STD_STACK_SIZE; variable
133 if (!(conn->co = co_create(func, conn, NULL, stksize))) {
551 "use: %s [--msgsize nbytes (%d)] [--port nbr (%d)] [--maxfds nfds (%d)]\n\t[--stksize bytes (%d)]\n",
552 prgname, msgsize, port, maxsfd, stksize);
578 if (strcmp(argv[i], "--stksize") == 0) {
580 stksize = atoi(argv[i]);
690 "[--maxconns ncon] [--url url ('/')] [--stksize bytes (%d)]\n",
691 prgname, nreqsess, stksize);
738 if (strcmp(argv[i], "--stksize") == 0) {
740 stksize = atoi(argv[i])
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
pgen.go 113 s.stksize = 0
172 s.stksize += w
173 s.stksize = Rnd(s.stksize, int64(n.Type.Align))
175 s.stkptrsize = s.stksize
178 s.stksize = Rnd(s.stksize, int64(Widthptr))
180 n.Xoffset = -s.stksize
183 s.stksize = Rnd(s.stksize, int64(Widthreg)
    [all...]
ssa.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen.go 113 s.stksize = 0
172 s.stksize += w
173 s.stksize = Rnd(s.stksize, int64(n.Type.Align))
175 s.stkptrsize = s.stksize
178 s.stksize = Rnd(s.stksize, int64(Widthptr))
180 n.Xoffset = -s.stksize
183 s.stksize = Rnd(s.stksize, int64(Widthreg)
    [all...]
ssa.go     [all...]
  /external/valgrind/drd/
drd_pthread_intercepts.c 595 int thr_create_intercept(void *stk, size_t stksize, void *(*start)(void *),
619 CALL_FN_W_6W(ret, fn, stk, stksize, DRD_(thread_wrapper), &thread_args,
637 (void *stk, size_t stksize, void *(*start)(void *), void *arg,
639 (stk, stksize, start, arg, flags, new_thread));
    [all...]
  /external/valgrind/helgrind/
hg_intercepts.c 490 static int thr_create_WRK(void *stk, size_t stksize, void *(*start)(void *),
509 CALL_FN_W_6W(ret, fn, stk, stksize, mythread_wrapper, start, flags,
531 void *stk, size_t stksize, void *(*start)(void *),
533 return thr_create_WRK(stk, stksize, start, arg, flags, new_thread);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
proc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
proc.go     [all...]

Completed in 4102 milliseconds