Searched defs:mOS (Results 1 – 13 of 13) sorted by relevance
18 type mOS struct { struct19 waitsema uintptr // semaphore for parking on locks20 perrno *int32 // pointer to tls errno24 ts mts25 scratch mscratch
162 type mOS struct { struct163 threadLock mutex // protects "thread" and prevents closing164 thread uintptr // thread handle166 waitsema uintptr // semaphore for parking on locks167 resumesema uintptr // semaphore to indicate suspend/resume169 highResTimer uintptr // high resolution timer handle used in usleep170 waitIocpTimer uintptr // high resolution timer handle used in netpoll171 waitIocpHandle uintptr // wait completion handle used in netpoll194 preemptExtLock uint32
12 type mOS struct { struct13 initialized bool14 mutex pthreadmutex15 cond pthreadcond16 count int
14 type mOS struct { struct15 waitsemacount uint3216 notesig *int817 errstr *byte18 ignoreHangup bool
27 type mOS struct { struct28 waitsema uintptr // semaphore for parking on locks29 perrno uintptr // pointer to tls errno
20 type mOS struct { struct28 profileTimer int3229 profileTimerValid atomic.Bool33 needPerThreadSyscall atomic.Uint8
13 type mOS struct { struct14 waitsemacount uint32
30 type mOS struct { struct31 waitsemacount uint32
37 type mOS struct{} struct
22 type mOS struct{} struct
13 type mOS struct{} struct
639 mOS anonMember
154 std::unique_ptr<llvm::tool_output_file> mOS; variable