のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2014-12-17から1日間の記事一覧

PTHREAD_ONCE_INIT

125 #define PTHREAD_ONCE_INIT 0 37 /* NOTE: this implementation doesn't support a init function that throws a C++ exception 38 * or calls fork() 39 */ 40 int pthread_once(pthread_once_t* once_control, void (*init_routine)(void)) { 41 volat…

unreported exception Throwable; must be caught or declared to be thrown