Home
last modified time | relevance | path

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

/PHP-7.0/TSRM/
H A DTSRM.c33 tsrm_tls_entry *next;
143 tsrm_tls_table = (tsrm_tls_entry **) calloc(tsrm_tls_table_size, sizeof(tsrm_tls_entry *)); in tsrm_startup()
279 (*thread_resources_ptr) = (tsrm_tls_entry *) malloc(sizeof(tsrm_tls_entry)); in allocate_new_resource()
319 tsrm_tls_entry *thread_resources; in ts_resource_ex()
392 tsrm_tls_entry *next, *thread_resources = (tsrm_tls_entry*)context; in tsrm_free_interpreter_context()
414 tsrm_tls_entry *current; in tsrm_set_interpreter_context()
432 tsrm_tls_entry *new_ctx, *current; in tsrm_new_interpreter_context()
451 tsrm_tls_entry *thread_resources; in ts_free_thread()
455 tsrm_tls_entry *last=NULL; in ts_free_thread()
493 tsrm_tls_entry *thread_resources; in ts_free_worker_threads()
[all …]

Completed in 9 milliseconds