Home
last modified time | relevance | path

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

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
HDstack.c42 struct stk { struct
50 stk_t * argument
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
HDproc.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-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_deadlock_detector_interface.h37 u32 stk; // creation stack member
59 u32 stk[2]; // stack ids for the edge member
HDsanitizer_deadlock_detector.h59 bool addLock(uptr lock_id, uptr current_epoch, u32 stk) { in addLock()
121 u32 stk; member
240 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, in addEdges()
HDsanitizer_deadlock_detector1.cpp154 u32 stk = 0; in MutexAfterLock() local
HDsanitizer_deadlock_detector2.cpp67 u32 stk; member
/freebsd-11-stable/tools/test/popss/
HDpopss.c50 static u_long *stk; variable
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
HDdd_rtl.cpp31 static void PrintStackTrace(Thread *thr, u32 stk) { in PrintStackTrace()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_defs.h178 u32 stk; member
HDtsan_rtl_mutex.cpp526 u32 stk = r->loop[i].stk[j]; in ReportDeadlock() local
HDtsan_rtl_report.cpp379 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk, in RestoreStack()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDDWARFLocationExpression.cpp79 SimpleTypeKind stk = ti.getSimpleKind(); in GetIntegralTypeInfo() local
/freebsd-11-stable/usr.bin/checknr/
HDchecknr.c84 } stk[MAXSTK]; variable
/freebsd-11-stable/contrib/flex/
HDdfa.c244 static int did_stk_init = false, *stk; local
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
HDzfs_context.h223 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ argument