Home
last modified time | relevance | path

Searched refs:tsrm_tls_entry (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/TSRM/
H A DTSRM.c33 tsrm_tls_entry *next;
148 tsrm_tls_table = (tsrm_tls_entry **) calloc(tsrm_tls_table_size, sizeof(tsrm_tls_entry *)); in tsrm_startup()
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()
[all …]

Completed in 7 milliseconds