Results of 1 - 10 of about 15 for mut (0.003 sec.)
- Man page of PTHREAD_CLEANUP 9927
- PTHREAD_CLEANUP Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 p
...
源を 解放することである。 殊に、スレッドがロック中の mutex を保持したまま 終了したり取り消しされたりすると、 ...
その mutex は永久にロックされたままで、 ほかのスレッドが正常 ...
きなくなってしまう。 このことを防ぐ最もよい方法は、 mutex をロックする直前に、 mutex のロックを解除するため ...
ncel (3), pthread_setcanceltype (3). 例 次の例は、 mutex mut をロック中にスレッドが取り消しされたら ロック ...
-
https://man.plustar.jp/manpage/man3/pthread_cleanup_pop.3.html
- [similar]
- Man page of PTHREAD_CLEANUP 9927
- PTHREAD_CLEANUP Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 p
...
源を 解放することである。 殊に、スレッドがロック中の mutex を保持したまま 終了したり取り消しされたりすると、 ...
その mutex は永久にロックされたままで、 ほかのスレッドが正常 ...
きなくなってしまう。 このことを防ぐ最もよい方法は、 mutex をロックする直前に、 mutex のロックを解除するため ...
ncel (3), pthread_setcanceltype (3). 例 次の例は、 mutex mut をロック中にスレッドが取り消しされたら ロック ...
-
https://man.plustar.jp/manpage/man3/pthread_cleanup_pop_restore_np.3.html
- [similar]
- Man page of PTHREAD_CLEANUP 9927
- PTHREAD_CLEANUP Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 p
...
源を 解放することである。 殊に、スレッドがロック中の mutex を保持したまま 終了したり取り消しされたりすると、 ...
その mutex は永久にロックされたままで、 ほかのスレッドが正常 ...
きなくなってしまう。 このことを防ぐ最もよい方法は、 mutex をロックする直前に、 mutex のロックを解除するため ...
ncel (3), pthread_setcanceltype (3). 例 次の例は、 mutex mut をロック中にスレッドが取り消しされたら ロック ...
-
https://man.plustar.jp/manpage/man3/pthread_cleanup_push.3.html
- [similar]
- Man page of PTHREAD_CLEANUP 9927
- PTHREAD_CLEANUP Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 p
...
源を 解放することである。 殊に、スレッドがロック中の mutex を保持したまま 終了したり取り消しされたりすると、 ...
その mutex は永久にロックされたままで、 ほかのスレッドが正常 ...
きなくなってしまう。 このことを防ぐ最もよい方法は、 mutex をロックする直前に、 mutex のロックを解除するため ...
ncel (3), pthread_setcanceltype (3). 例 次の例は、 mutex mut をロック中にスレッドが取り消しされたら ロック ...
-
https://man.plustar.jp/manpage/man3/pthread_cleanup_push_defer_np.3.html
- [similar]
- Man page of PTHREAD_COND 9927
- PTHREAD_COND Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page NAME pthr
...
pthread_cond_wait(pthread_cond_t * cond , pthread_mutex_t * mutex ); int pthread_cond_timedwait(pthread_ ...
cond_t * cond , pthread_mutex_t * mutex , const struct timespec * abstime ); i ...
を停止して条件を待つことである。 条件変数はいつでも mutex と結びつけられていなければならない。これは、 ある ...
ば、何も起こらない。 pthread_cond_wait は ( pthread_mutex_unlock による) mutex のアンロックと条件変数 cond ...
-
https://man.plustar.jp/manpage/man3/pthread_cond_broadcast.3.html
- [similar]
- Man page of PTHREAD_COND 9927
- PTHREAD_COND Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page NAME pthr
...
pthread_cond_wait(pthread_cond_t * cond , pthread_mutex_t * mutex ); int pthread_cond_timedwait(pthread_ ...
cond_t * cond , pthread_mutex_t * mutex , const struct timespec * abstime ); i ...
を停止して条件を待つことである。 条件変数はいつでも mutex と結びつけられていなければならない。これは、 ある ...
ば、何も起こらない。 pthread_cond_wait は ( pthread_mutex_unlock による) mutex のアンロックと条件変数 cond ...
-
https://man.plustar.jp/manpage/man3/pthread_cond_destroy.3.html
- [similar]
- Man page of PTHREAD_COND 9927
- PTHREAD_COND Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page NAME pthr
...
pthread_cond_wait(pthread_cond_t * cond , pthread_mutex_t * mutex ); int pthread_cond_timedwait(pthread_ ...
cond_t * cond , pthread_mutex_t * mutex , const struct timespec * abstime ); i ...
を停止して条件を待つことである。 条件変数はいつでも mutex と結びつけられていなければならない。これは、 ある ...
ば、何も起こらない。 pthread_cond_wait は ( pthread_mutex_unlock による) mutex のアンロックと条件変数 cond ...
-
https://man.plustar.jp/manpage/man3/pthread_cond_init.3.html
- [similar]
- Man page of PTHREAD_COND 9927
- PTHREAD_COND Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page NAME pthr
...
pthread_cond_wait(pthread_cond_t * cond , pthread_mutex_t * mutex ); int pthread_cond_timedwait(pthread_ ...
cond_t * cond , pthread_mutex_t * mutex , const struct timespec * abstime ); i ...
を停止して条件を待つことである。 条件変数はいつでも mutex と結びつけられていなければならない。これは、 ある ...
ば、何も起こらない。 pthread_cond_wait は ( pthread_mutex_unlock による) mutex のアンロックと条件変数 cond ...
-
https://man.plustar.jp/manpage/man3/pthread_cond_signal.3.html
- [similar]
- Man page of PTHREAD_COND 9927
- PTHREAD_COND Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page NAME pthr
...
pthread_cond_wait(pthread_cond_t * cond , pthread_mutex_t * mutex ); int pthread_cond_timedwait(pthread_ ...
cond_t * cond , pthread_mutex_t * mutex , const struct timespec * abstime ); i ...
を停止して条件を待つことである。 条件変数はいつでも mutex と結びつけられていなければならない。これは、 ある ...
ば、何も起こらない。 pthread_cond_wait は ( pthread_mutex_unlock による) mutex のアンロックと条件変数 cond ...
-
https://man.plustar.jp/manpage/man3/pthread_cond_timedwait.3.html
- [similar]
- Man page of PTHREAD_COND 9927
- PTHREAD_COND Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page NAME pthr
...
pthread_cond_wait(pthread_cond_t * cond , pthread_mutex_t * mutex ); int pthread_cond_timedwait(pthread_ ...
cond_t * cond , pthread_mutex_t * mutex , const struct timespec * abstime ); i ...
を停止して条件を待つことである。 条件変数はいつでも mutex と結びつけられていなければならない。これは、 ある ...
ば、何も起こらない。 pthread_cond_wait は ( pthread_mutex_unlock による) mutex のアンロックと条件変数 cond ...
-
https://man.plustar.jp/manpage/man3/pthread_cond_wait.3.html
- [similar]