Searched refs:tsrm_tls_entry (Results 1 – 1 of 1) sorted by relevance
29 tsrm_tls_entry *next;139 tsrm_tls_table = (tsrm_tls_entry **) calloc(tsrm_tls_table_size, sizeof(tsrm_tls_entry *)); in tsrm_startup()275 (*thread_resources_ptr) = (tsrm_tls_entry *) malloc(sizeof(tsrm_tls_entry)); in allocate_new_resource()312 tsrm_tls_entry *thread_resources; in ts_resource_ex()385 tsrm_tls_entry *next, *thread_resources = (tsrm_tls_entry*)context; in tsrm_free_interpreter_context()407 tsrm_tls_entry *current; in tsrm_set_interpreter_context()425 tsrm_tls_entry *new_ctx, *current; in tsrm_new_interpreter_context()444 tsrm_tls_entry *thread_resources; in ts_free_thread()448 tsrm_tls_entry *last=NULL; in ts_free_thread()486 tsrm_tls_entry *thread_resources; in ts_free_worker_threads()[all …]
Completed in 5 milliseconds