Initialize librseq from `rseq_register_current_thread`
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 Apr 2023 07:42:02 +0000 (09:42 +0200)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 17 Apr 2023 15:51:40 +0000 (11:51 -0400)
commit540263e4ccd9a98ade8fc0d59790bd207eedbb9f
treea7a19995435230260ebaa3cc615076c15304d9f2
parentf2d7b53096009fccef555affc8adf453aa51920a
Initialize librseq from `rseq_register_current_thread`

Invoke rseq_init() explicitly from rseq_register_current_thread to make
sure the library is already initialized if thread registration is done
before the library constructor is executed.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I6c808ff846cd280522c3b8d50c0c64ca587261ee
src/rseq.c
This page took 0.03639 seconds and 4 git commands to generate.