Searched refs:threadid (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/debug/ |
| H A D | gdbstub.c | 746 ks->threadid = shadow_pid(current->pid); in gdb_cmd_query() 747 int_to_threadref(thref, ks->threadid); in gdb_cmd_query() 754 ks->threadid = 0; in gdb_cmd_query() 756 kgdb_hex2long(&ptr, &ks->threadid); in gdb_cmd_query() 757 if (!getthread(ks->linux_regs, ks->threadid)) { in gdb_cmd_query() 761 if ((int)ks->threadid > 0) { in gdb_cmd_query() 763 ks->threadid)->comm, in gdb_cmd_query() 769 (int)(-ks->threadid - 2)); in gdb_cmd_query() 820 kgdb_hex2long(&ptr, &ks->threadid); in gdb_cmd_task() 821 thread = getthread(ks->linux_regs, ks->threadid); in gdb_cmd_task() [all …]
|
| H A D | debug_core.h | 26 unsigned long threadid; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | thread.h | 140 void (*threadid_func)(CRYPTO_THREADID *threadid));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | thread.h | 140 void (*threadid_func)(CRYPTO_THREADID *threadid));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | thread.h | 140 void (*threadid_func)(CRYPTO_THREADID *threadid));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | thread.h | 140 void (*threadid_func)(CRYPTO_THREADID *threadid));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | thread.h | 140 void (*threadid_func)(CRYPTO_THREADID *threadid));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | thread.h | 140 void (*threadid_func)(CRYPTO_THREADID *threadid));
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | worker.h | 543 virtual bool SpawnSlave(int newsock, int threadid);
|
| H A D | worker.cc | 2313 bool NetworkListenThread::SpawnSlave(int newsock, int threadid) { in SpawnSlave() argument 2319 child_worker->thread.InitThread(threadid, sat_, os_, patternlist_, in SpawnSlave()
|