Searched refs:__tid (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Demo/metaclasses/ |
D | Synch.py | 46 self.__tid = None 63 if self.__tid == thread.get_ident(): 73 assert self.__tid == None 75 self.__tid = thread.get_ident() 93 assert self.__tid == thread.get_ident() 97 self.__tid = None
|
/external/llvm-project/openmp/runtime/src/ |
D | z_Linux_asm.S | 1043 __tid = -24 define 1120 leaq __tid(%rbp), %rsi // &tid -> %rsi (store 2nd parm to pkfn) 1257 __tid = 8 define 1277 str w2, [x29, #-__tid] 1286 sub x1, x29, #__tid 1607 __tid = -24 define 1666 sw a2, __tid(fp) 1669 addi a1, fp, __tid
|
/external/llvm-project/libc/config/linux/ |
D | threads.h.in | 13 int __tid; member
|
/external/llvm-project/libc/src/threads/linux/ |
D | thrd_create.cpp | 86 &thread->__tid, clear_tid_address, 0); in LLVM_LIBC_ENTRYPOINT()
|
/external/elfutils/tests/ |
D | run-strings-test.sh | 89 testfile4: a6b __tid
|