Lines Matching refs:my_pool
761 my_pool_t *my_pool, argument
768 PERL_TSA_RELEASE(my_pool->create_destruct_mutex)
787 PERL_SET_CONTEXT(my_pool->main_thread.interp);
794 MUTEX_UNLOCK(&my_pool->create_destruct_mutex);
808 thread->next = &my_pool->main_thread;
809 thread->prev = my_pool->main_thread.prev;
810 my_pool->main_thread.prev = thread;
812 my_pool->total_threads++;
828 thread->tid = my_pool->tid_counter++;
1042 MUTEX_UNLOCK(&my_pool->create_destruct_mutex);
1057 my_pool->running_threads++;
1058 MUTEX_UNLOCK(&my_pool->create_destruct_mutex);