Searched refs:tid (Results 1 - 10 of 10) sorted by relevance

/httpd/include/
H A Dscoreboard.h92 apr_os_thread_t tid; member in struct:worker_score
/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2_child.c172 // ap_scoreboard_image->servers[child_slot][c].tid = _beginthread(worker_main, NULL, 128*1024, (void *)c);
281 DosKillThread(ap_scoreboard_image->servers[child_slot][c].tid);
300 ap_scoreboard_image->servers[child_slot][thread_slot].tid =
325 if (ap_scoreboard_image->servers[child_slot][c].tid == _gettid()) {
375 ap_scoreboard_image->servers[child_slot][thread_slot].tid = 0;
/httpd/support/win32/
H A Dwintty.c94 DWORD tid; local
326 thread = CreateThread(NULL, 0, feedback, (LPVOID)&feed, 0, &tid);
/httpd/server/mpm/netware/
H A Dmpm_netware.c542 int tid; local
558 err = NXThreadCreate(ctx, NX_THR_BIND_CONTEXT, &tid);
579 ap_scoreboard_image->servers[0][slot].tid = tid;
/httpd/server/mpm/winnt/
H A Dchild.c925 unsigned tid; local
952 (void *) lr, stack_res_flag, &tid);
970 DWORD tid; local
1067 stack_res_flag, &tid);
/httpd/server/
H A Dlog.c543 pid_t tid = syscall(SYS_gettid); local
544 if (tid == -1)
546 return apr_snprintf(buf, buflen, "%"APR_PID_T_FMT, tid);
553 apr_os_thread_t tid = apr_os_thread_current(); local
554 return apr_snprintf(buf, buflen, "%pT", &tid);
881 len += cpystrn(buf + len, ":tid ", buflen - len);
/httpd/server/mpm/worker/
H A Dworker.c193 int tid; member in struct:__anon378
920 int thread_slot = ti->tid;
931 ap_scoreboard_image->servers[process_slot][thread_slot].tid = apr_os_thread_current();
1025 my_info->tid = -1; /* listener thread doesn't have a thread slot */
1091 my_info->tid = i;
1098 * done because it lets us deal with tid better.
/httpd/server/mpm/event/
H A Devent.c308 int tid; member in struct:__anon363
2149 int thread_slot = ti->tid;
2156 ap_scoreboard_image->servers[process_slot][thread_slot].tid = apr_os_thread_current();
2262 my_info->tid = -1; /* listener thread doesn't have a thread slot */
2378 my_info->tid = i;
2385 * done because it lets us deal with tid better.
/httpd/modules/loggers/
H A Dmod_log_config.c852 else if (!strcasecmp(a, "tid") || !strcasecmp(a, "hextid")) {
854 apr_os_thread_t tid = apr_os_thread_current(); local
856 int tid = 0; /* APR will format "0" anyway but an arg is needed */
866 &tid);
/httpd/modules/lua/
H A Dlua_request.c1313 lua_pushstring(L, "tid");
1315 lua_pushinteger(L, (lua_Integer) ws_record->tid);

Completed in 364 milliseconds