Results of 1 - 10 of about 74 for stack (0.008 sec.)
- Man page of PTHREAD_GETATTR_NP 15828
- PTHREAD_GETATTR_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page
...
には fopen (3) でエラーが発生し、リソース上限 RLIMIT_STACK が サポートされていない場合には getrlimit (2) でエ ...
ている (x86-32 システム上で実行)。 $ ulimit -s # No stack limit ==> default stack size is 2 MB unlimited $ . ...
ributes of created thread: Guard size = 4096 bytes Stack address = 0x40196000 (EOS = 0x40397000) Stack size ...
ect after initializations: Guard size = 4097 bytes Stack address = (nil) Stack size = 0x0 (0) bytes Attribu ...
-
https://man.plustar.jp/manpage/man3/pthread_getattr_np.3.html
- [similar]
- Man page of MAKECONTEXT 10491
- MAKECONTEXT Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 m
...
用に 新しいスタックを確保し、そのアドレスを ucp->uc_stack に代入し、 さらに後継のコンテキストを定義し、そのア ...
を使って書き直すことが 推奨されている。 注意 ucp->uc_stack の解釈は sigaltstack (2) の場合と同じである。 すな ...
); } int main(int argc, char *argv[]) { char func1_stack[16384]; char func2_stack[16384]; if (getcontext(&u ...
) == -1) handle_error("getcontext"); uctx_func1.uc_stack.ss_sp = func1_stack; uctx_func1.uc_stack.ss_size = ...
-
https://man.plustar.jp/manpage/man3/makecontext.3.html
- [similar]
- Man page of MAKECONTEXT 10491
- MAKECONTEXT Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 m
...
用に 新しいスタックを確保し、そのアドレスを ucp->uc_stack に代入し、 さらに後継のコンテキストを定義し、そのア ...
を使って書き直すことが 推奨されている。 注意 ucp->uc_stack の解釈は sigaltstack (2) の場合と同じである。 すな ...
); } int main(int argc, char *argv[]) { char func1_stack[16384]; char func2_stack[16384]; if (getcontext(&u ...
) == -1) handle_error("getcontext"); uctx_func1.uc_stack.ss_sp = func1_stack; uctx_func1.uc_stack.ss_size = ...
-
https://man.plustar.jp/manpage/man3/swapcontext.3.html
- [similar]
- Man page of CLONE 8708
- CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone,
...
ed.h > int clone(int (* fn )(void *), void * child_stack , int flags , void * arg , ... /* pid_t * ptid , s ...
プ */ long clone(unsigned long flags , void * child_stack , void * ptid , void * ctid , struct pt_regs * reg ...
シグナルを受信した 場合に終了することもある。 child_stack 引き数は、子プロセスによって使用されるスタックの位 ...
レスが小さい方向) へと伸びる。このため、普通は child_stack は子プロセスのスタックのために用意したメモリー空間 ...
-
https://man.plustar.jp/manpage/man2/__clone2.2.html
- [similar]
- Man page of CLONE 8708
- CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone,
...
ed.h > int clone(int (* fn )(void *), void * child_stack , int flags , void * arg , ... /* pid_t * ptid , s ...
プ */ long clone(unsigned long flags , void * child_stack , void * ptid , void * ctid , struct pt_regs * reg ...
シグナルを受信した 場合に終了することもある。 child_stack 引き数は、子プロセスによって使用されるスタックの位 ...
レスが小さい方向) へと伸びる。このため、普通は child_stack は子プロセスのスタックのために用意したメモリー空間 ...
-
https://man.plustar.jp/manpage/man2/clone.2.html
- [similar]
- Man page of CLONE 8708
- CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone,
...
ed.h > int clone(int (* fn )(void *), void * child_stack , int flags , void * arg , ... /* pid_t * ptid , s ...
プ */ long clone(unsigned long flags , void * child_stack , void * ptid , void * ctid , struct pt_regs * reg ...
シグナルを受信した 場合に終了することもある。 child_stack 引き数は、子プロセスによって使用されるスタックの位 ...
レスが小さい方向) へと伸びる。このため、普通は child_stack は子プロセスのスタックのために用意したメモリー空間 ...
-
https://man.plustar.jp/manpage/man2/clone2.2.html
- [similar]
- Man page of CLONE 8708
- CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone,
...
ed.h > int clone(int (* fn )(void *), void * child_stack , int flags , void * arg , ... /* pid_t * ptid , s ...
プ */ long clone(unsigned long flags , void * child_stack , void * ptid , void * ctid , struct pt_regs * reg ...
シグナルを受信した 場合に終了することもある。 child_stack 引き数は、子プロセスによって使用されるスタックの位 ...
レスが小さい方向) へと伸びる。このため、普通は child_stack は子プロセスのスタックのために用意したメモリー空間 ...
-
https://man.plustar.jp/manpage/man2/clone3.2.html
- [similar]
- Man page of SIGNAL 7593
- SIGNAL Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 signal
...
される。 シグナルハンドラーが代替スタック (alternate stack) を使用するように設定する こともできる。代替スタッ ...
替スタックが役に立つかについての議論については sigaltstack (2) を参照のこと。 シグナルの処理方法はプロセス単位 ...
by a call to sigaction (2) that specified the SA_ONSTACK flag and the thread has defined an alternate signa ...
l stack (using sigaltstack (2)), then that stack is instal ...
-
https://man.plustar.jp/manpage/man7/signal.7.html
- [similar]
- Man page of PTHREAD_ATTR_INIT 7468
- PTHREAD_ATTR_INIT Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前
...
いる。 glibc-linuxthreads-2.1 以降 guardsize および stackaddr 、 stacksize が、 glibc-linuxthreads-2.2 以降 ...
stack が追加された。 int pthread_attr_setstackaddr(pthread_attr_t * attr , void * stackaddr ); in ...
t pthread_attr_getstackaddr(const pthread_attr_t * attr , void ** stackadd ...
r ); stackaddr (スタックアドレス) アプリケーション管理スタック ...
-
https://man.plustar.jp/manpage/man3/pthread_attr_destroy.3.html
- [similar]
- Man page of PTHREAD_ATTR_INIT 7468
- PTHREAD_ATTR_INIT Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前
...
いる。 glibc-linuxthreads-2.1 以降 guardsize および stackaddr 、 stacksize が、 glibc-linuxthreads-2.2 以降 ...
stack が追加された。 int pthread_attr_setstackaddr(pthread_attr_t * attr , void * stackaddr ); in ...
t pthread_attr_getstackaddr(const pthread_attr_t * attr , void ** stackadd ...
r ); stackaddr (スタックアドレス) アプリケーション管理スタック ...
-
https://man.plustar.jp/manpage/man3/pthread_attr_getdetachstate.3.html
- [similar]