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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/utilities/
H A Dutdebug.c122 u32 thread_id; local
138 thread_id = acpi_os_get_thread_id ();
140 if (thread_id != acpi_gbl_prev_thread_id) {
143 acpi_gbl_prev_thread_id, thread_id);
146 acpi_gbl_prev_thread_id = thread_id;
156 acpi_os_printf ("[%04X] ", thread_id, acpi_gbl_nesting_level, dbg_info->proc_name);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dkgdb.c312 of thread thread_id in the struct reg. */
313 static void copy_registers_from_stack (int thread_id, registers *reg);
316 thread_id from struct reg to the stack. */
317 static void copy_registers_to_stack (int thread_id, registers *reg);
325 static write_stack_register (int thread_id, int regno, char *valptr);
593 of thread thread_id in the struct reg. */
595 copy_registers_from_stack (int thread_id, registers *regptr) argument
598 stack_registers *s = (stack_registers *)stack_list[thread_id];
603 regptr->sp = (unsigned int)stack_list[thread_id];
610 thread_id fro
612 copy_registers_to_stack(int thread_id, registers *regptr) argument
666 write_stack_register(int thread_id, int regno, char *valptr) argument
1233 int thread_id = (int)gdb_cris_strtol (&remcomInBuffer[1], 0, 16); local
1249 int thread_id = gdb_cris_strtol (&remcomInBuffer[2], 0, 16); local
1283 int thread_id; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared/bcmcrypto/
H A Dbn.h270 unsigned long thread_id; /* added in OpenSSL 0.9.6j and 0.9.7b; member in struct:bn_blinding_st
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/bcmcrypto/
H A Dbn.h270 unsigned long thread_id; /* added in OpenSSL 0.9.6j and 0.9.7b; member in struct:bn_blinding_st

Completed in 104 milliseconds