Searched refs:threadid (Results 1 - 25 of 28) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/
H A Dmem_dbg.c150 CRYPTO_THREADID threadid; member in struct:app_mem_info_st
174 CRYPTO_THREADID threadid; member in struct:mem_st
337 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
338 &((const APP_INFO *)b_void)->threadid);
347 ret = CRYPTO_THREADID_hash(&a->threadid);
361 CRYPTO_THREADID_current(&tmp.threadid);
370 if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid)) {
373 CRYPTO_THREADID_hash(&ret->threadid),
374 CRYPTO_THREADID_hash(&tmp.threadid));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/
H A Dmem_dbg.c153 CRYPTO_THREADID threadid; member in struct:app_mem_info_st
178 CRYPTO_THREADID threadid; member in struct:mem_st
343 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
344 &((const APP_INFO *)b_void)->threadid);
352 ret = CRYPTO_THREADID_hash(&a->threadid);
366 CRYPTO_THREADID_current(&tmp.threadid);
377 if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid))
380 CRYPTO_THREADID_hash(&ret->threadid),
381 CRYPTO_THREADID_hash(&tmp.threadid));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/
H A Dmem_dbg.c150 CRYPTO_THREADID threadid; member in struct:app_mem_info_st
174 CRYPTO_THREADID threadid; member in struct:mem_st
337 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
338 &((const APP_INFO *)b_void)->threadid);
347 ret = CRYPTO_THREADID_hash(&a->threadid);
361 CRYPTO_THREADID_current(&tmp.threadid);
370 if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid)) {
373 CRYPTO_THREADID_hash(&ret->threadid),
374 CRYPTO_THREADID_hash(&tmp.threadid));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/
H A Dmem_dbg.c153 CRYPTO_THREADID threadid; member in struct:app_mem_info_st
178 CRYPTO_THREADID threadid; member in struct:mem_st
343 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
344 &((const APP_INFO *)b_void)->threadid);
352 ret = CRYPTO_THREADID_hash(&a->threadid);
366 CRYPTO_THREADID_current(&tmp.threadid);
377 if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid))
380 CRYPTO_THREADID_hash(&ret->threadid),
381 CRYPTO_THREADID_hash(&tmp.threadid));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/
H A Dmem_dbg.c150 CRYPTO_THREADID threadid; member in struct:app_mem_info_st
174 CRYPTO_THREADID threadid; member in struct:mem_st
337 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
338 &((const APP_INFO *)b_void)->threadid);
347 ret = CRYPTO_THREADID_hash(&a->threadid);
361 CRYPTO_THREADID_current(&tmp.threadid);
370 if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid)) {
373 CRYPTO_THREADID_hash(&ret->threadid),
374 CRYPTO_THREADID_hash(&tmp.threadid));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/
H A Dmem_dbg.c153 CRYPTO_THREADID threadid; member in struct:app_mem_info_st
178 CRYPTO_THREADID threadid; member in struct:mem_st
343 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
344 &((const APP_INFO *)b_void)->threadid);
352 ret = CRYPTO_THREADID_hash(&a->threadid);
366 CRYPTO_THREADID_current(&tmp.threadid);
377 if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid))
380 CRYPTO_THREADID_hash(&ret->threadid),
381 CRYPTO_THREADID_hash(&tmp.threadid));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/debug/
H A Dgdbstub.c735 ks->threadid = shadow_pid(current->pid);
736 int_to_threadref(thref, ks->threadid);
743 ks->threadid = 0;
745 kgdb_hex2long(&ptr, &ks->threadid);
746 if (!getthread(ks->linux_regs, ks->threadid)) {
750 if ((int)ks->threadid > 0) {
752 ks->threadid)->comm,
758 (int)(-ks->threadid - 2));
793 kgdb_hex2long(&ptr, &ks->threadid);
794 thread = getthread(ks->linux_regs, ks->threadid);
[all...]
H A Ddebug_core.h26 unsigned long threadid; member in struct:kgdb_state
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/debug/
H A Dgdbstub.c735 ks->threadid = shadow_pid(current->pid);
736 int_to_threadref(thref, ks->threadid);
743 ks->threadid = 0;
745 kgdb_hex2long(&ptr, &ks->threadid);
746 if (!getthread(ks->linux_regs, ks->threadid)) {
750 if ((int)ks->threadid > 0) {
752 ks->threadid)->comm,
758 (int)(-ks->threadid - 2));
793 kgdb_hex2long(&ptr, &ks->threadid);
794 thread = getthread(ks->linux_regs, ks->threadid);
[all...]
H A Ddebug_core.h26 unsigned long threadid; member in struct:kgdb_state
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dos2thread.c115 uint32_t threadid; local
136 // c[i].thread = (HANDLE)_beginthreadex(NULL, 0, thread_func, &c[i], 0, &threadid );
H A Dw32thread.c130 uint32_t threadid; local
156 c[i].thread = (HANDLE)_beginthreadex(NULL, 0, thread_func, &c[i], 0, &threadid );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dos2thread.c115 uint32_t threadid; local
136 // c[i].thread = (HANDLE)_beginthreadex(NULL, 0, thread_func, &c[i], 0, &threadid );
H A Dw32thread.c130 uint32_t threadid; local
156 c[i].thread = (HANDLE)_beginthreadex(NULL, 0, thread_func, &c[i], 0, &threadid );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/cris/
H A Dsim-main.h67 unsigned int threadid;
66 unsigned int threadid; member in struct:cris_thread_info
H A Dtraps.c1242 if (current_cpu->thread_data[i].threadid == pid - TARGET_PID)
1586 : TARGET_PID + current_cpu->thread_data[threadno].threadid;
1810 if (current_cpu->thread_data[threadno].threadid
1812 && current_cpu->thread_data[i].threadid != 0
1821 = current_cpu->thread_data[i].threadid + TARGET_PID;
1832 if (pid == current_cpu->thread_data[i].threadid + TARGET_PID
1844 = current_cpu->thread_data[i].threadid + TARGET_PID;
2796 = current_cpu->thread_data[threadno].threadid + TARGET_PID;
2805 == current_cpu->thread_data[threadno].threadid)
2901 && current_cpu->thread_data[i].threadid
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/cris/
H A Dsim-main.h67 unsigned int threadid;
66 unsigned int threadid; member in struct:cris_thread_info
H A Dtraps.c1242 if (current_cpu->thread_data[i].threadid == pid - TARGET_PID)
1586 : TARGET_PID + current_cpu->thread_data[threadno].threadid;
1810 if (current_cpu->thread_data[threadno].threadid
1812 && current_cpu->thread_data[i].threadid != 0
1821 = current_cpu->thread_data[i].threadid + TARGET_PID;
1832 if (pid == current_cpu->thread_data[i].threadid + TARGET_PID
1844 = current_cpu->thread_data[i].threadid + TARGET_PID;
2796 = current_cpu->thread_data[threadno].threadid + TARGET_PID;
2805 == current_cpu->thread_data[threadno].threadid)
2901 && current_cpu->thread_data[i].threadid
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dos2thread.c115 uint32_t threadid; local
136 // c[i].thread = (HANDLE)_beginthreadex(NULL, 0, thread_func, &c[i], 0, &threadid );
H A Dw32thread.c130 uint32_t threadid; local
156 c[i].thread = (HANDLE)_beginthreadex(NULL, 0, thread_func, &c[i], 0, &threadid );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/cris/
H A Dsim-main.h67 unsigned int threadid;
66 unsigned int threadid; member in struct:cris_thread_info
H A Dtraps.c1242 if (current_cpu->thread_data[i].threadid == pid - TARGET_PID)
1586 : TARGET_PID + current_cpu->thread_data[threadno].threadid;
1810 if (current_cpu->thread_data[threadno].threadid
1812 && current_cpu->thread_data[i].threadid != 0
1821 = current_cpu->thread_data[i].threadid + TARGET_PID;
1832 if (pid == current_cpu->thread_data[i].threadid + TARGET_PID
1844 = current_cpu->thread_data[i].threadid + TARGET_PID;
2796 = current_cpu->thread_data[threadno].threadid + TARGET_PID;
2805 == current_cpu->thread_data[threadno].threadid)
2901 && current_cpu->thread_data[i].threadid
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dremote.c1187 threadref threadid; /* External form of thread reference. */
1248 static int remote_get_threadinfo (threadref *threadid,
1526 threadid:1, # always request threadid
1533 /* Encoding: 'Q':8,'P':8,mask:32,threadid:64 */
1541 pkt = pack_threadid (pkt, id); /* threadid */
1569 /* info->threadid = 0; FIXME: implement zero_threadref. */
1587 copy_threadref (&info->threadid, &ref);
1606 warning (_("ERROR RMT: length of threadid is not 16."));
1652 remote_get_threadinfo (threadref *threadid, in
1183 threadref threadid; /* External form of thread reference. */ member in struct:gdb_ext_thread_info
1648 remote_get_threadinfo(threadref *threadid, int fieldset, struct gdb_ext_thread_info *info) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dremote.c1187 threadref threadid; /* External form of thread reference. */
1248 static int remote_get_threadinfo (threadref *threadid,
1526 threadid:1, # always request threadid
1533 /* Encoding: 'Q':8,'P':8,mask:32,threadid:64 */
1541 pkt = pack_threadid (pkt, id); /* threadid */
1569 /* info->threadid = 0; FIXME: implement zero_threadref. */
1587 copy_threadref (&info->threadid, &ref);
1606 warning (_("ERROR RMT: length of threadid is not 16."));
1652 remote_get_threadinfo (threadref *threadid, in
1183 threadref threadid; /* External form of thread reference. */ member in struct:gdb_ext_thread_info
1648 remote_get_threadinfo(threadref *threadid, int fieldset, struct gdb_ext_thread_info *info) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dremote.c1187 threadref threadid; /* External form of thread reference. */
1248 static int remote_get_threadinfo (threadref *threadid,
1526 threadid:1, # always request threadid
1533 /* Encoding: 'Q':8,'P':8,mask:32,threadid:64 */
1541 pkt = pack_threadid (pkt, id); /* threadid */
1569 /* info->threadid = 0; FIXME: implement zero_threadref. */
1587 copy_threadref (&info->threadid, &ref);
1606 warning (_("ERROR RMT: length of threadid is not 16."));
1652 remote_get_threadinfo (threadref *threadid, in
1183 threadref threadid; /* External form of thread reference. */ member in struct:gdb_ext_thread_info
1648 remote_get_threadinfo(threadref *threadid, int fieldset, struct gdb_ext_thread_info *info) argument
[all...]

Completed in 165 milliseconds

12