Searched defs:thread_index (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/metadata/
H A Dmod_unique_id.c40 unsigned int thread_index; member in struct:__anon269
43 /* We are using thread_index (the index into the scoreboard), because we
48 * manner. Because the thread_index is also in the unique ID now, this does
148 unique_id_rec_offset[3] = APR_OFFSETOF(unique_id_rec, thread_index);
149 unique_id_rec_size[3] = sizeof(cur_unique_id.thread_index);
207 new_unique_id.thread_index = htonl((unsigned int)r->connection->id);

Completed in 1217 milliseconds