| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| stack.c | 46 struct stk { struct
|
| /src/sys/compat/linux/common/ |
| linux_exec_aout.c | 84 char **stk = (char **)*stackp; local 97 if ((error = copyout(&cpp, &stk[1], sizeof (cpp))) != 0) 114 if ((error = copyout(&cpp, &stk[2], sizeof (cpp))) != 0)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_deadlock_detector1.cc | 95 m->stk = cb->Unwind(); 148 rep->loop[i].stk[0] = stk_to; 149 rep->loop[i].stk[1] = stk_from; 155 u32 stk = 0; local 157 stk = cb->Unwind(); 158 // Printf("T%p MutexLock: %zx stk %u\n", lt, m->id, stk); 159 if (dd.onFirstLock(<->dd, m->id, stk)) 161 if (dd.onLockFast(<->dd, m->id, stk)) 169 dd.addEdges(<->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()) [all...] |
| sanitizer_deadlock_detector_interface.h | 38 u32 stk; // creation stack member in struct:__sanitizer::DDMutex 60 u32 stk[2]; // stack ids for the edge member in struct:__sanitizer::DDReport::__anon4104
|
| sanitizer_deadlock_detector.h | 60 bool addLock(uptr lock_id, uptr current_epoch, u32 stk) { 61 // Printf("addLock: %zx %zx stk %u\n", lock_id, current_epoch, stk); 72 LockWithContext l = {lock_id_short, stk}; 105 return all_locks_with_contexts_[i].stk; 124 u32 stk; member in struct:__sanitizer::DeadlockDetectorTLS::LockWithContext 217 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 220 dtls->addLock(cur_idx, current_epoch_, stk); 244 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, 254 dtls->findLockContext(added_edges[i]), stk, 307 dtls->addLock(nodeToIndexUnchecked(node), nodeToEpoch(node), stk); local 342 dtls->addLock(nodeToIndexUnchecked(node), nodeToEpoch(node), stk); local [all...] |
| sanitizer_deadlock_detector2.cc | 68 u32 stk; member in struct:__sanitizer::ThreadMutex 212 tm->stk = cb->Unwind(); 223 u32 stk1 = lt->locked[i].stk; 299 tm->stk = cb->Unwind(); 410 rep->loop[i].stk[0] = flags.second_deadlock_stack ? link->stk0 : 0; 411 rep->loop[i].stk[1] = link->stk1;
|
| /src/external/bsd/pcc/dist/pcc/arch/m16c/ |
| code.c | 125 int i, r0l, r0h, a0, r2, sz, hasch, stk; local 138 stk = r0l = r0h = a0 = r2 = 0; 144 if (stk == 0) 200 stk = 1;
|
| order.c | 403 int r0l, r0h, r2, a0, stk, sz; local 455 for (stk = 0; stk < 4; stk++) { 458 if (stk == nn) 460 t = narry[stk]->n_type; 468 rary[stk] = R2; /* char talk for 'R0H' */ 471 rary[stk] = R0; 481 rary[stk] = A0; 484 rary[stk] = R2 [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_deadlock_detector1.cpp | 94 m->stk = cb->Unwind(); 147 rep->loop[i].stk[0] = stk_to; 148 rep->loop[i].stk[1] = stk_from; 154 u32 stk = 0; local 156 stk = cb->Unwind(); 157 // Printf("T%p MutexLock: %zx stk %u\n", lt, m->id, stk); 158 if (dd.onFirstLock(<->dd, m->id, stk)) 160 if (dd.onLockFast(<->dd, m->id, stk)) 168 dd.addEdges(<->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()) [all...] |
| sanitizer_deadlock_detector_interface.h | 37 u32 stk; // creation stack member in struct:__sanitizer::DDMutex 59 u32 stk[2]; // stack ids for the edge member in struct:__sanitizer::DDReport::__anon14564
|
| sanitizer_deadlock_detector.h | 59 bool addLock(uptr lock_id, uptr current_epoch, u32 stk) { 70 LockWithContext l = {lock_id_short, stk}; 102 return all_locks_with_contexts_[i].stk; 121 u32 stk; member in struct:__sanitizer::DeadlockDetectorTLS::LockWithContext 213 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 216 dtls->addLock(cur_idx, current_epoch_, stk); 240 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, 250 dtls->findLockContext(added_edges[i]), stk, 275 bool onLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 278 addEdges(dtls, cur_node, stk, 0) 301 dtls->addLock(nodeToIndexUnchecked(node), nodeToEpoch(node), stk); local 336 dtls->addLock(nodeToIndexUnchecked(node), nodeToEpoch(node), stk); local [all...] |
| sanitizer_deadlock_detector2.cpp | 67 u32 stk; member in struct:__sanitizer::ThreadMutex 209 tm->stk = cb->Unwind(); 220 u32 stk1 = lt->locked[i].stk; 296 tm->stk = cb->Unwind(); 407 rep->loop[i].stk[0] = flags.second_deadlock_stack ? link->stk0 : 0; 408 rep->loop[i].stk[1] = link->stk1;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_deadlock_detector1.cpp | 94 m->stk = cb->Unwind(); 147 rep->loop[i].stk[0] = stk_to; 148 rep->loop[i].stk[1] = stk_from; 154 u32 stk = 0; local 156 stk = cb->Unwind(); 157 // Printf("T%p MutexLock: %zx stk %u\n", lt, m->id, stk); 158 if (dd.onFirstLock(<->dd, m->id, stk)) 160 if (dd.onLockFast(<->dd, m->id, stk)) 168 dd.addEdges(<->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()) [all...] |
| sanitizer_deadlock_detector_interface.h | 37 u32 stk; // creation stack member in struct:__sanitizer::DDMutex 59 u32 stk[2]; // stack ids for the edge member in struct:__sanitizer::DDReport::__anon16970
|
| sanitizer_deadlock_detector.h | 59 bool addLock(uptr lock_id, uptr current_epoch, u32 stk) { 70 LockWithContext l = {lock_id_short, stk}; 102 return all_locks_with_contexts_[i].stk; 121 u32 stk; member in struct:__sanitizer::DeadlockDetectorTLS::LockWithContext 213 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 216 dtls->addLock(cur_idx, current_epoch_, stk); 240 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, 250 dtls->findLockContext(added_edges[i]), stk, 275 bool onLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 278 addEdges(dtls, cur_node, stk, 0) 301 dtls->addLock(nodeToIndexUnchecked(node), nodeToEpoch(node), stk); local 336 dtls->addLock(nodeToIndexUnchecked(node), nodeToEpoch(node), stk); local [all...] |
| sanitizer_deadlock_detector2.cpp | 67 u32 stk; member in struct:__sanitizer::ThreadMutex 209 tm->stk = cb->Unwind(); 220 u32 stk1 = lt->locked[i].stk; 296 tm->stk = cb->Unwind(); 407 rep->loop[i].stk[0] = flags.second_deadlock_stack ? link->stk0 : 0; 408 rep->loop[i].stk[1] = link->stk1;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_defs.h | 179 u32 stk; member in struct:__tsan::MBlock
|
| tsan_rtl_mutex.cc | 527 u32 stk = r->loop[i].stk[j]; local 528 if (stk && stk != 0xffffffff) { 529 rep.AddStack(StackDepotGet(stk), true);
|
| /src/usr.bin/checknr/ |
| checknr.c | 71 } stk[MAXSTK]; variable in typeref:struct:stkstr 373 stk[stktop].opno == SZ) { 380 stk[++stktop].opno = SZ; 381 stk[stktop].pl = pl; 382 stk[stktop].parm = n; 383 stk[stktop].lno = lineno; 389 stk[stktop].opno == FT) { 396 stk[++stktop].opno = FT; 397 stk[stktop].pl = 1; 398 stk[stktop].parm = n [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_defs.h | 186 StackID stk; member in struct:__tsan::MBlock
|
| tsan_rtl_mutex.cpp | 534 rep.AddMutex(r->loop[i].mtx_ctx0, r->loop[i].stk[0]); 541 u32 stk = r->loop[i].stk[j]; local 542 if (stk && stk != kInvalidStackID) { 543 rep.AddStack(StackDepotGet(stk), true);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_rtl_mutex.cpp | 542 u32 stk = r->loop[i].stk[j]; local 543 if (stk && stk != 0xffffffff) { 544 rep.AddStack(StackDepotGet(stk), true);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| threadcrash.c | 199 stack_t stk; local 200 stk.ss_sp = stack_area; 201 stk.ss_flags = 0; 202 stk.ss_size = stack_size; 204 int res = sigaltstack (&stk, NULL); 220 stack_t stk; local 221 int res = sigaltstack (NULL, &stk); 224 return (stk.ss_flags & SS_ONSTACK) != 0;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| threadcrash.c | 199 stack_t stk; local 200 stk.ss_sp = stack_area; 201 stk.ss_flags = 0; 202 stk.ss_size = stack_size; 204 int res = sigaltstack (&stk, NULL); 220 stack_t stk; local 221 int res = sigaltstack (NULL, &stk); 224 return (stk.ss_flags & SS_ONSTACK) != 0;
|
| /src/external/bsd/flex/dist/src/ |
| dfa.c | 235 static int did_stk_init = false, *stk; local 257 stk = reallocate_integer_array( stk, current_max_dfa_size ); \ 264 stk[stkend] = state; \ 286 stk = allocate_integer_array (current_max_dfa_size); 306 ns = stk[stkpos]; 328 if (IS_MARKED (stk[stkpos])) 329 UNMARK_STATE (stk[stkpos]);
|