Searched refs:ptid (Results 1 – 8 of 8) sorted by relevance
/freebsd/libexec/kgdb/ |
H A D | acttrace.py | 17 if thread.ptid[2] == tid:
|
/freebsd/tools/bus_space/Python/ |
H A D | lang.c | 200 int ptid, tid; in busdma_tag_derive() local 202 if (!PyArg_ParseTuple(args, "ikkkkIkII", &ptid, &align, &bndry, in busdma_tag_derive() 205 tid = bd_tag_derive(ptid, align, bndry, maxaddr, maxsz, nsegs, in busdma_tag_derive()
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | libmilter.h | 131 # define thread_create(ptid,wr,arg) pthread_create(ptid, NULL, wr, arg) argument
|
/freebsd/tools/bus_space/ |
H A D | busdma.c | 208 bd_tag_derive(int ptid, u_long align, u_long bndry, u_long maxaddr, in bd_tag_derive() argument 213 ptag = obj_lookup(ptid, OBJ_TYPE_TAG); in bd_tag_derive()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_sendrecv.c | 1062 libzfs_handle_t *hdl, pthread_t ptid, sigset_t *oldmask) in send_progress_thread_exit() argument 1065 (void) pthread_cancel(ptid); in send_progress_thread_exit() 1066 (void) pthread_join(ptid, &status); in send_progress_thread_exit() 1624 pthread_t ptid; in estimate_size() local 1634 err = pthread_create(&ptid, NULL, in estimate_size() 1649 if (send_progress_thread_exit(zhp->zfs_hdl, ptid, &oldmask)) in estimate_size() 2659 pthread_t ptid; in zfs_send_one_cb_impl() local 2769 err = pthread_create(&ptid, NULL, in zfs_send_one_cb_impl() 2782 if (send_progress_thread_exit(hdl, ptid, &oldmask)) in zfs_send_one_cb_impl()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_mouse.c | 130 #define DosCreateThread(ptid, pfn, param, flag, cbStack) \ argument 131 (*(ptid) = _beginthread(pfn, NULL, cbStack, \ 132 (void *)param), (*(ptid) == -1))
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_report.cpp | 433 AccessType typ, Tid *ptid, VarSizeStackTrace *pstk, in RestoreStack() argument 457 *ptid = tid; in RestoreStack()
|
H A D | tsan_rtl.h | 695 AccessType typ, Tid *ptid, VarSizeStackTrace *pstk,
|