We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80bd34e commit f209dfaCopy full SHA for f209dfa
otherlibs/systhreads4/st_stubs.c
@@ -671,7 +671,6 @@ static ST_THREAD_FUNCTION caml_thread_start(void * arg)
671
672
/* Associate the thread descriptor with the thread */
673
st_tls_set(thread_descriptor_key, (void *) th);
674
- st_thread_set_id(Ident(th->descr));
675
sch = atomic_load(&caml_locking_scheme);
676
if (sch->thread_start != NULL)
677
sch->thread_start(sch->context, Thread_type_caml);
0 commit comments