Searched defs:tid (Results 1 - 8 of 8) sorted by relevance
/httpd/support/win32/ |
H A D | wintty.c | 94 DWORD tid; local 326 thread = CreateThread(NULL, 0, feedback, (LPVOID)&feed, 0, &tid);
|
/httpd/include/ |
H A D | scoreboard.h | 92 apr_os_thread_t tid; member in struct:worker_score
|
/httpd/server/mpm/winnt/ |
H A D | child.c | 925 unsigned tid; local 952 (void *) lr, stack_res_flag, &tid); 970 DWORD tid; local 1067 stack_res_flag, &tid);
|
/httpd/server/mpm/netware/ |
H A D | mpm_netware.c | 542 int tid; local 558 err = NXThreadCreate(ctx, NX_THR_BIND_CONTEXT, &tid); 579 ap_scoreboard_image->servers[0][slot].tid = tid;
|
/httpd/modules/loggers/ |
H A D | mod_log_config.c | 852 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/server/ |
H A D | log.c | 543 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 D | worker.c | 193 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 D | event.c | 308 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.
|
Completed in 50 milliseconds