Lines Matching refs:tsrm_tls_entry
23 typedef struct _tsrm_tls_entry tsrm_tls_entry; typedef
33 tsrm_tls_entry *next;
46 static tsrm_tls_entry **tsrm_tls_table=NULL;
148 tsrm_tls_table = (tsrm_tls_entry **) calloc(tsrm_tls_table_size, sizeof(tsrm_tls_entry *)); in tsrm_startup()
183 tsrm_tls_entry *p = tsrm_tls_table[i], *next_p; in tsrm_shutdown()
265 tsrm_tls_entry *p = tsrm_tls_table[i]; in ts_allocate_id()
290 static void allocate_new_resource(tsrm_tls_entry **thread_resources_ptr, THREAD_T thread_id) in allocate_new_resource()
295 (*thread_resources_ptr) = (tsrm_tls_entry *) malloc(sizeof(tsrm_tls_entry)); in allocate_new_resource()
335 tsrm_tls_entry *thread_resources; in ts_resource_ex()
396 tsrm_tls_entry *next, *thread_resources = (tsrm_tls_entry*)context; in tsrm_free_interpreter_context()
418 tsrm_tls_entry *current; in tsrm_set_interpreter_context()
436 tsrm_tls_entry *new_ctx, *current; in tsrm_new_interpreter_context()
455 tsrm_tls_entry *thread_resources; in ts_free_thread()
459 tsrm_tls_entry *last=NULL; in ts_free_thread()
497 tsrm_tls_entry *thread_resources; in ts_free_worker_threads()
501 tsrm_tls_entry *last=NULL; in ts_free_worker_threads()
552 tsrm_tls_entry *p = tsrm_tls_table[i]; in ts_free_id()