Home
last modified time | relevance | path

Searched defs:stk (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstack.c42 struct stk { struct
50 stk_t * argument
/freebsd-12.1/sys/cddl/compat/opensolaris/sys/
H A Dproc.h66 do_thread_create(caddr_t stk, size_t stksize, void (*proc)(void *), void *arg, in do_thread_create()
91 #define thread_create(stk, stksize, proc, arg, len, pp, state, pri) \ argument
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h38 u32 stk; // creation stack member
60 u32 stk[2]; // stack ids for the edge member
H A Dsanitizer_deadlock_detector.h60 bool addLock(uptr lock_id, uptr current_epoch, u32 stk) { in addLock()
124 u32 stk; member
244 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, in addEdges()
H A Dsanitizer_deadlock_detector1.cc155 u32 stk = 0; in MutexAfterLock() local
H A Dsanitizer_deadlock_detector2.cc68 u32 stk; member
/freebsd-12.1/tools/test/popss/
H A Dpopss.c50 static u_long *stk; variable
/freebsd-12.1/contrib/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cc32 static void PrintStackTrace(Thread *thr, u32 stk) { in PrintStackTrace()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp521 SimpleTypeKind stk = ti.getSimpleKind(); in GetIntegralTypeInfo() local
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h179 u32 stk; member
H A Dtsan_rtl_mutex.cc527 u32 stk = r->loop[i].stk[j]; in ReportDeadlock() local
H A Dtsan_rtl_report.cc379 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk, in RestoreStack()
/freebsd-12.1/contrib/flex/
H A Ddfa.c244 static int did_stk_init = false, *stk; local
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h223 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ argument