Searched defs:thr (Results 1 - 25 of 47) sorted by relevance

12

/src/sys/modules/examples/readhappy_mpsafe/
H A Dtest_readhappy.c72 pthread_t thr[100]; local in function:main
/src/regress/sys/kern/softint1/
H A Dsoftint1.c58 pthread_t thr; local in function:main
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_proc.cc47 void ProcWire(Processor *proc, ThreadState *thr) { argument
54 void ProcUnwire(Processor *proc, ThreadState *thr) { argument
[all...]
H A Dtsan_external.cc46 void InsertShadowStackFrameForTag(ThreadState *thr, uptr tag) { argument
63 ThreadState *thr = cur_thread(); local in function:__tsan::ExternalAccess
H A Dtsan_interface_inl.h88 ThreadState *thr = cur_thread(); local in function:__tsan_vptr_update
97 ThreadState *thr = cur_thread(); local in function:__tsan_vptr_read
H A Dtsan_mutex.cc175 void CheckNoLocks(ThreadState *thr) { argument
H A Dtsan_symbolize.cc26 ThreadState *thr = cur_thread(); local in function:__tsan::EnterSymbolizer
33 ThreadState *thr = cur_thread(); local in function:__tsan::ExitSymbolizer
H A Dtsan_fd.cc50 static FdSync *allocsync(ThreadState *thr, uptr pc) { argument
63 static void unref(ThreadState *thr, uptr pc, FdSync *s) { argument
74 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { argument
94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, argument
128 FdOnFork(ThreadState * thr,uptr pc) argument
160 FdAcquire(ThreadState * thr,uptr pc,int fd) argument
171 FdRelease(ThreadState * thr,uptr pc,int fd) argument
182 FdAccess(ThreadState * thr,uptr pc,int fd) argument
190 FdClose(ThreadState * thr,uptr pc,int fd,bool write) argument
218 FdFileCreate(ThreadState * thr,uptr pc,int fd) argument
225 FdDup(ThreadState * thr,uptr pc,int oldfd,int newfd,bool write) argument
236 FdPipeCreate(ThreadState * thr,uptr pc,int rfd,int wfd) argument
244 FdEventCreate(ThreadState * thr,uptr pc,int fd) argument
251 FdSignalCreate(ThreadState * thr,uptr pc,int fd) argument
258 FdInotifyCreate(ThreadState * thr,uptr pc,int fd) argument
265 FdPollCreate(ThreadState * thr,uptr pc,int fd) argument
272 FdSocketCreate(ThreadState * thr,uptr pc,int fd) argument
280 FdSocketAccept(ThreadState * thr,uptr pc,int fd,int newfd) argument
289 FdSocketConnecting(ThreadState * thr,uptr pc,int fd) argument
297 FdSocketConnect(ThreadState * thr,uptr pc,int fd) argument
[all...]
H A Dtsan_interceptors_mac.cc314 GetOrCreateSyncAddress(uptr addr,ThreadState * thr,uptr pc) argument
330 SyncAddressForObjCObject(id obj,ThreadState * thr,uptr pc) argument
[all...]
H A Dtsan_interface_java.cc41 ScopedJavaFunc(ThreadState *thr, uptr pc) argument
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_stack_test.cc22 ThreadState thr(0, 0, 0, 0, 0, 0, 0, 0, 0); local in function:__tsan::TestStackTrace
51 ThreadState thr(0, 0, 0, 0, 0, 0, 0, 0, 0); local in function:__tsan::TestTrim
[all...]
H A Dtsan_mman_test.cc38 ThreadState *thr = cur_thread(); local in function:__tsan::TEST
52 ThreadState *thr = cur_thread(); local in function:__tsan::TEST
99 ThreadState *thr = cur_thread(); local in function:__tsan::TEST
112 ThreadState *thr = cur_thread(); local in function:__tsan::TEST
141 ThreadState *thr = cur_thread(); local in function:__tsan::TEST
163 ThreadState *thr = cur_thread(); local in function:__tsan::TEST
180 ThreadState *thr = cur_thread(); local in function:__tsan::TEST
190 ThreadState *thr = cur_thread(); local in function:__tsan::TEST
[all...]
H A Dtsan_sync_test.cc20 ThreadState *thr = cur_thread(); local in function:__tsan::TEST
35 ThreadState *thr = cur_thread(); local in function:__tsan::TEST
52 ThreadState *thr = cur_thread(); local in function:__tsan::TEST
75 ThreadState *thr = cur_thread(); local in function:__tsan::TEST
112 ThreadState *thr = cur_thread(); local in function:__tsan::TEST
[all...]
/src/tests/kernel/
H A Dt_timeleft.c89 pthread_t thr; local in function:tester
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_rtl.h35 Thread *thr; member in struct:__dsan::Callback
H A Ddd_interceptors.cc19 static __thread Thread *thr; variable in typeref:typename:__thread Thread *
[all...]
H A Ddd_rtl.cc22 static u32 CurrentStackTrace(Thread *thr, uptr skip) { argument
32 static void PrintStackTrace(Thread *thr, u32 stk) { argument
39 static void ReportDeadlock(Thread *thr, DDReport *rep) { argument
58 Callback::Callback(Thread *thr) argument
100 ThreadInit(Thread * thr) argument
107 ThreadDestroy(Thread * thr) argument
112 MutexBeforeLock(Thread * thr,uptr m,bool writelock) argument
125 MutexAfterLock(Thread * thr,uptr m,bool writelock,bool trylock) argument
138 MutexBeforeUnlock(Thread * thr,uptr m,bool writelock) argument
149 MutexDestroy(Thread * thr,uptr m) argument
[all...]
/src/tests/lib/libc/net/
H A Dh_nsd_recurse.c103 pthread_t thr; local in function:main
/src/tests/lib/libpthread/
H A Dt_name.c76 pthread_t thr, self = pthread_self(); local in function:ATF_TC_BODY
/src/sys/arch/bebox/stand/boot/
H A Dns16550.h49 #define thr rbr macro
/src/sys/arch/prep/stand/boot/
H A Dns16550.h48 #define thr rbr macro
/src/sys/arch/rs6000/stand/boot/
H A Dns16550.h48 #define thr rbr macro
/src/lib/libpthread/
H A Dthrd.c66 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) argument
104 thrd_detach(thrd_t thr) argument
/src/sys/arch/ia64/ia64/
H A Dinterrupt.c141 struct thread *thr = PCPU_GET(fpcurthread); local in function:interrupt
/src/sys/external/bsd/vchiq/dist/interface/compat/
H A Dvchi_bsd.c255 flush_signals(VCHIQ_THREAD_T thr) argument
261 fatal_signal_pending(VCHIQ_THREAD_T thr) argument
329 set_user_nice(VCHIQ_THREAD_T thr, int nice) argument
335 wake_up_process(VCHIQ_THREAD_T thr) argument

Completed in 12 milliseconds

12