Home
last modified time | relevance | path

Searched refs:stksize (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c92 maxsfd = MAX_DEFAULT_FDS, stksize = CO_STD_STACK_SIZE; variable
133 if (!(conn->co = co_create(func, conn, NULL, stksize))) { in eph_new_conn()
552 prgname, msgsize, port, maxsfd, stksize); in eph_usage()
580 stksize = atoi(argv[i]); in main()
691 prgname, nreqsess, stksize); in eph_usage()
740 stksize = atoi(argv[i]); in main()
939 prgname, stksize); in eph_usage()
962 stksize = atoi(argv[i]); in main()
/external/valgrind/drd/
Ddrd_pthread_intercepts.c595 int thr_create_intercept(void *stk, size_t stksize, void *(*start)(void *), in thr_create_intercept() argument
619 CALL_FN_W_6W(ret, fn, stk, stksize, DRD_(thread_wrapper), &thread_args, in thr_create_intercept()
637 (void *stk, size_t stksize, void *(*start)(void *), void *arg,
639 (stk, stksize, start, arg, flags, new_thread));
/external/valgrind/helgrind/
Dhg_intercepts.c490 static int thr_create_WRK(void *stk, size_t stksize, void *(*start)(void *), in thr_create_WRK() argument
509 CALL_FN_W_6W(ret, fn, stk, stksize, mythread_wrapper, start, flags, in thr_create_WRK()
531 void *stk, size_t stksize, void *(*start)(void *), in PTH_FUNC() argument
533 return thr_create_WRK(stk, stksize, start, arg, flags, new_thread); in PTH_FUNC()