HomeSort by relevance Sort by last modified time
    Searched refs:stksize (Results 1 - 7 of 7) 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...]
  /external/valgrind/drd/
drd_pthread_intercepts.c 589 int thr_create_intercept(void *stk, size_t stksize, void *(*start)(void *),
613 CALL_FN_W_6W(ret, fn, stk, stksize, DRD_(thread_wrapper), &thread_args,
631 (void *stk, size_t stksize, void *(*start)(void *), void *arg,
633 (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/cmd/compile/internal/gc/
ssa.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa.go     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
proc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
proc.go     [all...]

Completed in 882 milliseconds