Home
last modified time | relevance | path

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

/PHP-8.0/TSRM/
H A DTSRM.c154 …TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Started up TSRM, %d expected threads, %d expected resources", … in tsrm_startup()
213 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Shutdown TSRM")); in tsrm_shutdown()
278 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Obtaining a new resource id, %d bytes", size)); in ts_allocate_id()
284 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Obtained resource id %d", *rsrc_id)); in ts_allocate_id()
308 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Successfully allocated new resource id %d", *rsrc_id)); in ts_allocate_id()
324 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Obtaining a new fast resource id, %d bytes", size)); in ts_allocate_fast_id()
330 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Obtained resource id %d", *rsrc_id)); in ts_allocate_fast_id()
366 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Successfully allocated new resource id %d", *rsrc_id)); in ts_allocate_fast_id()
375 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Creating data structures for thread %x", thread_id)); in allocate_new_resource()
531 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Freeing resource id %d", id)); in ts_free_id()
[all …]
H A DTSRM.h109 #define TSRM_ERROR_LEVEL_CORE 2 macro

Completed in 7 milliseconds