Searched refs:bg_tid (Results 1 – 3 of 3) sorted by relevance
91 ub_thread_type bg_tid; member
292 ub_thread_join(ctx->bg_tid); in ub_stop_bg()340 if(pthread_kill(ctx->bg_tid, 0) == ESRCH) { in ub_ctx_delete()
390 ub_thread_create(&ctx->bg_tid, libworker_dobg, w); in libworker_bg()