Searched refs:thread_id (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgthr-nks.h93 objc_thread_t thread_id; local
99 thread_id = NULL;
101 thread_id = (objc_thread_t) new_thread_handle;
104 thread_id = NULL;
107 return thread_id;
H A Dgthr-posix.h283 objc_thread_t thread_id; local
290 thread_id = (objc_thread_t) new_thread_handle;
292 thread_id = NULL;
294 return thread_id;
307 pthread_t thread_id = __gthrw_(pthread_self) (); local
312 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
331 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
H A Dgthr-posix95.h243 objc_thread_t thread_id; local
250 thread_id = (objc_thread_t) new_thread_handle;
252 thread_id = NULL;
254 return thread_id;
267 pthread_t thread_id = __gthrw_(pthread_self) (); local
272 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
291 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
H A Dgthr-dce.h158 objc_thread_t thread_id; local
168 thread_id = *(objc_thread_t *) &new_thread_handle;
172 thread_id = NULL;
174 return thread_id;
H A Dgthr-solaris.h160 objc_thread_t thread_id; local
169 thread_id = *(objc_thread_t *) &new_thread_id;
171 thread_id = NULL;
173 return thread_id;
H A Dgthr-win32.h115 DWORD thread_id = 0; local
119 arg, 0, &thread_id)))
120 thread_id = 0;
122 return (objc_thread_t) thread_id;
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dtmdiff.c135 HANDLE thread_id;
158 ret->thread_id = GetCurrentThread();
179 GetThreadTimes(tm->thread_id, &tmpa, &tmpb, &tmpc, &(tm->ms_win32));
/freebsd-9.3-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c262 int thread_id; local
264 thread_id = pid_to_thread_id(pid_to_ptid(tid));
265 if (thread_id == 0)
267 snprintf(buf, sizeof(buf), "%d", thread_id);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dada-tasks.c468 void *self_id, *caller, *thread_id = NULL; local
527 thread_id = GET_CURRENT_THREAD ();
581 if (thread_id)
583 printf_filtered (pt->lwp == thread_id ? "*" : " ");
585 printf_filtered (pt->thread == thread_id ? "*" : " ");
667 if (state == Runnable && (thread_id && pt->lwp == thread_id))
669 if (state == Runnable && (thread_id && pt->thread == thread_id))
H A Dcorelow.c254 int thread_id; local
260 thread_id = atoi (bfd_section_name (abfd, asect) + 5);
262 add_thread (pid_to_ptid (thread_id));
268 inferior_ptid = pid_to_ptid (thread_id); /* Yes, make it current */
H A Dsol-thread.c105 static ptid_t thread_to_lwp (ptid_t thread_id, int default_lwp);
295 tpid_t thread_to_lwp (thread_id, default_lwp)
300 process id. If thread_id is non-existent, that's an error. If it's
310 thread_to_lwp (ptid_t thread_id, int default_lwp)
316 if (is_lwp (thread_id))
317 return thread_id; /* It's already an LWP id */
321 val = p_td_ta_map_id2thr (main_ta, GET_THREAD (thread_id), &th);
341 return BUILD_LWP (ti.ti_lid, PIDGET (thread_id));
358 thread id. If thread_id is non-existent, that's an error.
308 thread_to_lwp(ptid_t thread_id, int default_lwp) argument
H A Dbreakpoint.c2617 int thread_id = pid_to_thread_id (ptid);
2871 else if (b->thread != -1 && b->thread != thread_id)
2611 int thread_id = pid_to_thread_id (ptid); local
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dinferiors.c105 add_thread (int thread_id, void *target_data) argument
112 new_thread->entry.id = thread_id;
H A Dserver.h100 void add_thread (int thread_id, void *target_data);
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_blind.c123 unsigned long thread_id; /* added in OpenSSL 0.9.6j and 0.9.7b; used member in struct:bn_blinding_st
279 return b->thread_id;
284 b->thread_id = n;
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dlistener.c732 sthread_t thread_id; local
941 if ((r = thread_create(&thread_id,
/freebsd-9.3-release/crypto/openssl/crypto/threads/
H A Dmttest.c702 DWORD thread_id[MAX_THREAD_NUMBER]; local
715 (void *)ssl_ctx, 0L, &(thread_id[i]));

Completed in 266 milliseconds