Searched refs:stack_size (Results 1 - 21 of 21) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_getstack/
H A D1-1.c34 size_t stack_size; local
46 /* Get the default stack_addr and stack_size value */
47 rc = pthread_attr_getstack(&attr, &stack_addr, &stack_size);
52 printf("stack_addr = %p, stack_size = %zu\n", stack_addr, stack_size);
54 stack_size = PTHREAD_STACK_MIN;
57 stack_size) != 0)
63 printf("stack_addr = %p, stack_size = %zu\n", stack_addr, stack_size);
65 rc = pthread_attr_setstack(&attr, stack_addr, stack_size);
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_setstack/
H A D7-1.c33 size_t stack_size; variable
52 /* Get the default stack_addr and stack_size value */
53 rc = pthread_attr_getstack(&attr, &stack_addr, &stack_size);
58 /* printf("stack_addr = %p, stack_size = %u\n", stack_addr, stack_size); */
60 stack_size = PTHREAD_STACK_MIN;
63 stack_size) != 0)
71 /* printf("stack_addr = %p, stack_size = %u\n", stack_addr, stack_size); */
72 rc = pthread_attr_setstack(&attr, stack_addr, stack_size);
[all...]
H A D1-1.c33 size_t stack_size; variable
55 /* Get the default stack_addr and stack_size value */
56 rc = pthread_attr_getstack(&attr, &stack_addr, &stack_size);
61 /* printf("stack_addr = %p, stack_size = %u\n", stack_addr, stack_size); */
63 stack_size = PTHREAD_STACK_MIN;
66 stack_size) != 0)
72 /* printf("stack_addr = %p, stack_size = %u\n", stack_addr, stack_size);*/
74 rc = pthread_attr_setstack(&attr, stack_addr, stack_size);
[all...]
H A D6-1.c32 size_t stack_size; variable
51 /* Get the default stack_addr and stack_size value */
52 rc = pthread_attr_getstack(&attr, &stack_addr, &stack_size);
57 /* printf("stack_addr = %p, stack_size = %u\n", stack_addr, stack_size); */
59 stack_size = STACKSIZE;
62 stack_size) != 0)
69 /* printf("stack_addr = %p, stack_size = %u\n", stack_addr, stack_size); */
70 rc = pthread_attr_setstack(&attr, stack_addr, stack_size);
[all...]
H A D2-1.c38 size_t stack_size; variable
56 if (ssize != stack_size || saddr != stack_addr)
82 /* Get the default stack_addr and stack_size value */
83 rc = pthread_attr_getstack(&attr, &stack_addr, &stack_size);
88 /* printf("stack_addr = %p, stack_size = %u\n", stack_addr, stack_size); */
90 stack_size = PTHREAD_STACK_MIN;
93 stack_size) != 0)
99 /* printf("stack_addr = %p, stack_size = %u\n", stack_addr, stack_size); */
[all...]
H A D4-1.c35 size_t stack_size; variable
65 /* Get the default stack_addr and stack_size value */
66 rc = pthread_attr_getstack(&attr, &stack_addr, &stack_size);
71 /* printf("stack_addr = %p, stack_size = %u\n", stack_addr, stack_size); */
73 stack_size = PTHREAD_STACK_MIN;
76 stack_size) != 0)
82 /* printf("stack_addr = %p, stack_size = %u\n", stack_addr, stack_size); */
84 rc = pthread_attr_setstack(&attr, stack_addr, stack_size);
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_setstacksize/
H A D4-1.c40 size_t stack_size; local
50 stack_size = STACKSIZE;
53 stack_size) != 0)
60 rc = pthread_attr_setstacksize(&attr, stack_size);
H A D2-1.c37 size_t stack_size; variable
54 if (ssize != stack_size)
79 stack_size = PTHREAD_STACK_MIN;
82 stack_size) != 0)
89 rc = pthread_attr_setstacksize(&attr, stack_size);
H A D1-1.c41 size_t stack_size = PTHREAD_STACK_MIN; local
53 /* printf("stack_size = %lu\n", stack_size); */
56 stack_size) != 0)
63 rc = pthread_attr_setstacksize(&attr, stack_size);
74 /* printf("stack_size = %lu\n", ssize); */
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_getstacksize/
H A D1-1.c33 size_t stack_size; local
45 /* Get the default stack_addr and stack_size value */
46 rc = pthread_attr_getstacksize(&attr, &stack_size);
51 /* printf("stack_size = %lu\n", stack_size); */
53 stack_size = PTHREAD_STACK_MIN;
56 stack_size) != 0)
62 /* printf("stack_size = %lu\n", stack_size); */
64 rc = pthread_attr_setstacksize(&attr, stack_size);
[all...]
/haiku-fatelf/headers/private/system/
H A Dthread_defs.h49 size_t stack_size; member in struct:thread_creation_attributes
/haiku-fatelf/src/bin/gdb/gdb/osf-share/
H A Dcma_attr.h182 _int_att_->stack_size = cma__roundup_chunksize(_setting_); \
220 (*(_setting_)) = (_int_att_)->stack_size; \
318 cma_t_natural stack_size; /* Size of stack (bytes) */
311 cma_t_natural stack_size; /* Size of stack (bytes) */ member in struct:CMA__T_INT_ATTR
/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread_attr.c32 attr->stack_size = USER_STACK_SIZE;
94 *stacksize = attr->stack_size;
111 attr->stack_size = stacksize;
H A Dpthread.cpp120 attributes->stack_size = attr->stack_size;
/haiku-fatelf/src/bin/diffutils/lib/
H A Dc-stack.c114 size_t stack_size = user_context->uc_stack.ss_size; local
120 if (s < stack_size + page_size)
/haiku-fatelf/headers/private/libroot/
H A Dpthread_private.h42 size_t stack_size; member in struct:_pthread_attr
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmn10300-tdep.c80 int stack_size; member in struct:frame_extra_info
195 get_frame_extra_info (dummy)->stack_size = 0;
335 fix_frame_pointer (struct frame_info *fi, int stack_size) argument
340 deprecated_update_frame_base_hack (fi, read_sp () - stack_size);
493 * stack_size -- size of this stack frame. Note that if we stop in
521 CORE_ADDR stack_size; local
736 stack_size = extract_signed_integer (buf, imm_size);
738 get_frame_extra_info (fi)->stack_size = stack_size;
745 fix_frame_pointer (fi, stack_size);
[all...]
H A Dmcore-tdep.c293 CORE_ADDR stack_size;
292 CORE_ADDR stack_size; local
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf-m10300.c68 unsigned char stack_size; member in struct:elf32_mn10300_link_hash_entry
1582 || (entry->stack_size == 0 && entry->movm_args == 0)
1602 if (entry->stack_size > 0)
1604 if (entry->stack_size <= 128)
2107 if (sym_hash->stack_size > 0)
2109 if (sym_hash->stack_size <= 128)
2161 if (sym_hash->stack_size > 0)
2163 if (sym_hash->stack_size <= 128)
2449 bfd_put_8 (abfd, h->stack_size + h->movm_stack_size,
2557 bfd_put_8 (abfd, h->stack_size
[all...]
/haiku-fatelf/src/system/kernel/
H A Dmodule.cpp123 int32 stack_size; member in struct:module_iterator
849 if (iterator->stack_current + 1 > iterator->stack_size) {
852 (iterator->stack_size + 8) * sizeof(module_path));
857 iterator->stack_size += 8;
H A Dthread.cpp526 this->stack_size = 0;
559 if (stack_size != 0
560 && (stack_size < MIN_USER_STACK_SIZE
561 || stack_size > MAX_USER_STACK_SIZE)) {
963 attributes.stack_address, attributes.stack_size,

Completed in 241 milliseconds