Oups, il y avait du code de debug qui trainait
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1792 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
114eebc021
commit
12e7a16317
|
@ -319,14 +319,12 @@ value caml_thread_initialize(value unit) /* ML */
|
|||
channel_mutex_unlock = caml_io_mutex_unlock;
|
||||
channel_mutex_unlock_exn = caml_io_mutex_unlock_exn;
|
||||
/* Fork the tick thread */
|
||||
#if 0
|
||||
pthread_attr_init(&attr);
|
||||
pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED);
|
||||
caml_pthread_check(
|
||||
pthread_create(&tick_pthread, &attr, caml_thread_tick, NULL),
|
||||
"Thread.init");
|
||||
pthread_detach(tick_pthread);
|
||||
#endif
|
||||
End_roots();
|
||||
return Val_unit;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue