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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dthread-watch.c44 pthread_t thread_id; member in struct:AvahiThreadedPoll
113 assert(!p->thread_running || !pthread_equal(pthread_self(), p->thread_id));
136 if (pthread_create(&p->thread_id, NULL, thread, p) < 0)
151 assert(!pthread_equal(pthread_self(), p->thread_id));
157 pthread_join(p->thread_id, NULL);
167 assert(pthread_equal(pthread_self(), p->thread_id));
176 assert(!p->thread_running || !pthread_equal(pthread_self(), p->thread_id));
185 assert(!p->thread_running || !pthread_equal(pthread_self(), p->thread_id));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/utilities/
H A Dutmutex.c148 acpi_gbl_mutex_info[mutex_id].thread_id =
180 acpi_gbl_mutex_info[mutex_id].thread_id = ACPI_MUTEX_NOT_ACQUIRED;
222 if (acpi_gbl_mutex_info[i].thread_id == this_thread_id) {
259 acpi_gbl_mutex_info[mutex_id].thread_id = this_thread_id;
300 if (acpi_gbl_mutex_info[mutex_id].thread_id == ACPI_MUTEX_NOT_ACQUIRED) {
319 if (acpi_gbl_mutex_info[i].thread_id == this_thread_id) {
337 acpi_gbl_mutex_info[mutex_id].thread_id = ACPI_MUTEX_NOT_ACQUIRED;
H A Dutstate.c200 state->thread.thread_id = acpi_os_get_thread_id();
204 if (!state->thread.thread_id) {
206 state->thread.thread_id = (acpi_thread_id) 1;
H A Dutdebug.c164 acpi_thread_id thread_id; local
178 thread_id = acpi_os_get_thread_id();
179 if (thread_id != acpi_gbl_prev_thread_id) {
184 (unsigned long)thread_id);
187 acpi_gbl_prev_thread_id = thread_id;
197 acpi_os_printf("[%04lX] ", (unsigned long)thread_id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dkgdb.c221 of thread thread_id in the struct reg. */
222 static void copy_registers_from_stack (int thread_id, registers *reg);
225 thread_id from struct reg to the stack. */
226 static void copy_registers_to_stack (int thread_id, registers *reg);
234 static write_stack_register (int thread_id, int regno, char *valptr);
496 of thread thread_id in the struct reg. */
498 copy_registers_from_stack (int thread_id, registers *regptr) argument
501 stack_registers *s = (stack_registers *)stack_list[thread_id];
506 regptr->sp = (unsigned int)stack_list[thread_id];
513 thread_id fro
515 copy_registers_to_stack(int thread_id, registers *regptr) argument
569 write_stack_register(int thread_id, int regno, char *valptr) argument
1136 int thread_id = (int)gdb_cris_strtol (&remcomInBuffer[1], 0, 16); local
1152 int thread_id = gdb_cris_strtol (&remcomInBuffer[2], 0, 16); local
1184 int thread_id; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dcbe_regs.c45 unsigned int thread_id; member in struct:cbe_thread_map
151 return cbe_thread_map[cpu].thread_id;
231 unsigned int thread_id; local
236 cbe_thread_map[i].cpu_node = of_get_cpu_node(i, &thread_id);
238 cbe_thread_map[i].thread_id = thread_id;
265 if(thread->thread_id == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dthreaded-ssl.c57 static unsigned long thread_id(void) function
75 CRYPTO_set_id_callback((unsigned long (*)())thread_id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexmutex.c178 if (obj_desc->mutex.owner_thread->thread_id ==
179 walk_state->thread->thread_id) {
269 if ((obj_desc->mutex.owner_thread->thread_id !=
270 walk_state->thread->thread_id)
274 (unsigned long)walk_state->thread->thread_id,
277 thread_id));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dtmdiff.c129 HANDLE thread_id;
150 ret->thread_id=GetCurrentThread();
172 GetThreadTimes(tm->thread_id,&tmpa,&tmpb,&tmpc,&(tm->ms_win32));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dtmdiff.c134 HANDLE thread_id;
157 ret->thread_id=GetCurrentThread();
178 GetThreadTimes(tm->thread_id,&tmpa,&tmpb,&tmpc,&(tm->ms_win32));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_tas.c150 dbenv->thread_id(dbenv, &mutexp->pid, &mutexp->tid);
170 dbenv->thread_id(dbenv, &mutexp->pid, &mutexp->tid);
H A Dmut_fcntl.c95 dbenv->thread_id(dbenv, &mutexp->pid, &mutexp->tid);
H A Dmut_pthread.c250 dbenv->thread_id(dbenv, &mutexp->pid, &mutexp->tid);
282 dbenv->thread_id(dbenv, &mutexp->pid, &mutexp->tid);
H A Dmut_alloc.c150 dbenv->thread_id(dbenv, &mutexp->pid, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestThreads.c26 static thread_id tid[MAX_ARGC];
155 tid[i] = (thread_id) -1;
H A Dthreads.c109 thread_id tid;
130 thread_id tid;
165 thread_id mainthread = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_register.c132 dbenv->thread_id(dbenv, &pid, NULL);
224 dbenv->thread_id(dbenv, &pid, NULL);
463 dbenv->thread_id(dbenv, &pid, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_blind.c124 unsigned long thread_id; /* added in OpenSSL 0.9.6j and 0.9.7b; member in struct:bn_blinding_st
262 return b->thread_id;
267 b->thread_id = n;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_windows.c53 HANDLE thread_id; local
57 thread_id = CreateThread(NULL, 0,
59 if (thread_id == NULL)
61 runnable->thread_id = thread_id;
69 if (WaitForSingleObject(thread->thread_id, INFINITE) == WAIT_OBJECT_0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-tls.c159 DWORD thread_id; local
161 CreateThread (NULL, 100000, wrapper_func, warg, 0, &thread_id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dthreads.c105 thread_id tid;
126 thread_id tid;
158 thread_id mainthread = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dthreads.c105 thread_id tid;
126 thread_id tid;
158 thread_id mainthread = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dbeosthread.c28 thread_id thread;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Din_flac.c79 DWORD thread_id; local
105 thread_handle = CreateThread(NULL, 0, DecodeThread, NULL, 0, &thread_id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/tests/
H A Dtest-lock.c184 DWORD thread_id; local
186 CreateThread (NULL, 100000, wrapper_func, warg, 0, &thread_id);

Completed in 492 milliseconds

123