Skip to content

Commit 9d07250

Browse files
committed
add a missing os_end_blocking_op
1 parent ad61095 commit 9d07250

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/shared/platform/common/posix/posix_thread.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ os_thread_wrapper(void *arg)
3939
#ifdef OS_ENABLE_HW_BOUND_CHECK
4040
if (os_thread_signal_init(handler) != 0)
4141
return NULL;
42+
#endif
43+
#ifdef OS_ENABLE_WAKEUP_BLOCKING_OP
44+
os_end_blocking_op();
4245
#endif
4346
start_func(thread_arg);
4447
#ifdef OS_ENABLE_HW_BOUND_CHECK

0 commit comments

Comments
 (0)