thread_id          28 TSRM/TSRM.c    	THREAD_T thread_id;
thread_id          74 TSRM/TSRM.c    						unshuffled_offset, (long) thread_resources->thread_id, array[unshuffled_offset]));				\
thread_id         270 TSRM/TSRM.c    static void allocate_new_resource(tsrm_tls_entry **thread_resources_ptr, THREAD_T thread_id)
thread_id         274 TSRM/TSRM.c    	TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Creating data structures for thread %x", thread_id));
thread_id         278 TSRM/TSRM.c    	(*thread_resources_ptr)->thread_id = thread_id;
thread_id         285 TSRM/TSRM.c    		tsrm_new_thread_begin_handler(thread_id, &((*thread_resources_ptr)->storage));
thread_id         300 TSRM/TSRM.c    		tsrm_new_thread_end_handler(thread_id, &((*thread_resources_ptr)->storage));
thread_id         310 TSRM/TSRM.c    	THREAD_T thread_id;
thread_id         332 TSRM/TSRM.c    			TSRM_ERROR((TSRM_ERROR_LEVEL_INFO, "Fetching resource id %d for current thread %d", id, (long) thread_resources->thread_id));
thread_id         339 TSRM/TSRM.c    		thread_id = tsrm_thread_id();
thread_id         341 TSRM/TSRM.c    		thread_id = *th_id;
thread_id         344 TSRM/TSRM.c    	TSRM_ERROR((TSRM_ERROR_LEVEL_INFO, "Fetching resource id %d for thread %ld", id, (long) thread_id));
thread_id         347 TSRM/TSRM.c    	hash_value = THREAD_HASH_OF(thread_id, tsrm_tls_table_size);
thread_id         351 TSRM/TSRM.c    		allocate_new_resource(&tsrm_tls_table[hash_value], thread_id);
thread_id         352 TSRM/TSRM.c    		return ts_resource_ex(id, &thread_id);
thread_id         355 TSRM/TSRM.c    			if (thread_resources->thread_id == thread_id) {
thread_id         361 TSRM/TSRM.c    				allocate_new_resource(&thread_resources->next, thread_id);
thread_id         362 TSRM/TSRM.c    				return ts_resource_ex(id, &thread_id);
thread_id         426 TSRM/TSRM.c    	THREAD_T thread_id;
thread_id         428 TSRM/TSRM.c    	thread_id = tsrm_thread_id();
thread_id         433 TSRM/TSRM.c    	allocate_new_resource(&new_ctx, thread_id);
thread_id         446 TSRM/TSRM.c    	THREAD_T thread_id = tsrm_thread_id();
thread_id         451 TSRM/TSRM.c    	hash_value = THREAD_HASH_OF(thread_id, tsrm_tls_table_size);
thread_id         455 TSRM/TSRM.c    		if (thread_resources->thread_id == thread_id) {
thread_id         488 TSRM/TSRM.c    	THREAD_T thread_id = tsrm_thread_id();
thread_id         493 TSRM/TSRM.c    	hash_value = THREAD_HASH_OF(thread_id, tsrm_tls_table_size);
thread_id         497 TSRM/TSRM.c    		if (thread_resources->thread_id != thread_id) {
thread_id          85 TSRM/TSRM.h    # define THREAD_T thread_id
thread_id         132 TSRM/TSRM.h    typedef void (*tsrm_thread_begin_func_t)(THREAD_T thread_id, void ***tsrm_ls);
thread_id         133 TSRM/TSRM.h    typedef void (*tsrm_thread_end_func_t)(THREAD_T thread_id, void ***tsrm_ls);
thread_id         596 Zend/zend.c    static void zend_new_thread_end_handler(THREAD_T thread_id TSRMLS_DC) /* {{{ */
thread_id         371 Zend/zend_alloc.c 	THREAD_T thread_id;
thread_id         384 Zend/zend_alloc.c 	THREAD_T thread_id;
thread_id         396 Zend/zend_alloc.c 	THREAD_T thread_id;
thread_id         555 Zend/zend_alloc.c 	((zend_mm_block*)(block))->thread_id = tsrm_thread_id()
thread_id         556 Zend/zend_alloc.c #  define ZEND_MM_BAD_THREAD_ID(block) ((block)->thread_id != tsrm_thread_id())
thread_id        1376 Zend/zend_alloc.c 			zend_debug_alloc_output("Invalid pointer: ((thread_id=0x%0.8X) != (expected=0x%0.8X))\n", (long)p->thread_id, (long)tsrm_thread_id());
thread_id         187 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu", conn->thread_id);
thread_id         832 ext/mysqlnd/mysqlnd.c 	conn->thread_id			= greet_packet->thread_id;
thread_id        1095 ext/mysqlnd/mysqlnd.c 		DBG_INF_FMT("connection_id=%llu", conn->thread_id);
thread_id        1201 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%p conn=%llu query=%s", conn, conn->thread_id, query);
thread_id        1226 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu query=%s", conn->thread_id, query);
thread_id        1252 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu", conn->thread_id);
thread_id        1323 ext/mysqlnd/mysqlnd.c 		DBG_INF_FMT("conn=%llu stream=%p", (*p)->data->thread_id, stream);
thread_id        1353 ext/mysqlnd/mysqlnd.c 		DBG_INF_FMT("conn=%llu stream=%p", (*fwd)->data->thread_id, stream);
thread_id        1478 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu table=%s wild=%s", conn->thread_id, table? table:"",achtung_wild? achtung_wild:"");
thread_id        1549 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu query=%s wild=%u", conn->thread_id, query, achtung_wild);
thread_id        1647 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu", conn->thread_id);
thread_id        1670 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu", conn->thread_id);
thread_id        1690 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu db=%s", conn->thread_id, db);
thread_id        1726 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu", conn->thread_id);
thread_id        1753 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu", conn->thread_id);
thread_id        1792 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu pid=%u", conn->thread_id, pid);
thread_id        1798 ext/mysqlnd/mysqlnd.c 		if (pid != conn->thread_id) {
thread_id        1826 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu cs=%s", conn->thread_id, csname);
thread_id        1864 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu options=%lu", conn->thread_id, options);
thread_id        1886 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu level=%lu", conn->thread_id, level);
thread_id        1910 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu net->data->stream->abstract=%p", conn->thread_id, net_stream? net_stream->abstract:NULL);
thread_id        1970 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu new_refcount=%u", conn->thread_id, conn->refcount);
thread_id        1982 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu old_refcount=%u", conn->thread_id, conn->refcount);
thread_id        2126 ext/mysqlnd/mysqlnd.c MYSQLND_METHOD(mysqlnd_conn_data, thread_id)(const MYSQLND_CONN_DATA * const conn TSRMLS_DC)
thread_id        2128 ext/mysqlnd/mysqlnd.c 	return conn->thread_id;
thread_id        2174 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu", conn->thread_id);
thread_id        2283 ext/mysqlnd/mysqlnd.c 				conn->thread_id, user?user:"", passwd?"***":"null", db?db:"", (silent == TRUE)?1:0 );
thread_id        2329 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu option=%u", conn->thread_id, option);
thread_id        2528 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu option=%u", conn->thread_id, option);
thread_id        2574 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu", conn->thread_id);
thread_id        2616 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu conn=%p", conn->thread_id, conn);
thread_id        3052 ext/mysqlnd/mysqlnd.c 	MYSQLND_METHOD(mysqlnd_conn_data, thread_id),
thread_id        3136 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu", conn->data->thread_id);
thread_id        3156 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu", conn->thread_id);
thread_id         371 ext/mysqlnd/mysqlnd_wireprotocol.c 	packet->thread_id = uint4korr(p);
thread_id         441 ext/mysqlnd/mysqlnd_wireprotocol.c 				packet->protocol_version, packet->server_version, packet->thread_id);
thread_id          72 ext/mysqlnd/mysqlnd_wireprotocol.h 	uint32_t	thread_id;
thread_id         585 sapi/caudium/caudium.c   thread_id = low_clone(thread_id_prog);
thread_id         586 sapi/caudium/caudium.c   state = OBJ2THREAD(thread_id);
thread_id         589 sapi/caudium/caudium.c   call_c_initializers(thread_id);
thread_id         590 sapi/caudium/caudium.c   OBJ2THREAD(thread_id)->id=th_self();
thread_id         592 sapi/caudium/caudium.c   thread_table_insert(thread_id);
thread_id         595 sapi/caudium/caudium.c   Pike_interpreter.thread_id = low_clone(thread_id_prog);
thread_id         596 sapi/caudium/caudium.c   state = OBJ2THREAD(Pike_interpreter.thread_id);
thread_id         599 sapi/caudium/caudium.c   call_c_initializers(Pike_interpreter.thread_id);
thread_id         603 sapi/caudium/caudium.c   thread_table_insert(Pike_interpreter.thread_id);
thread_id         673 sapi/caudium/caudium.c   thread_table_delete(thread_id);
thread_id         674 sapi/caudium/caudium.c   free_object(thread_id);
thread_id         675 sapi/caudium/caudium.c   thread_id=NULL;
thread_id         679 sapi/caudium/caudium.c   thread_table_delete(Pike_interpreter.thread_id);
thread_id         680 sapi/caudium/caudium.c   free_object(Pike_interpreter.thread_id);
thread_id         681 sapi/caudium/caudium.c   Pike_interpreter.thread_id=NULL;