/bionic/libc/bionic/ |
D | pthread_detach.cpp | 35 if (thread.get() == NULL) { in pthread_detach() 49 _pthread_internal_remove_locked(thread.get()); in pthread_detach()
|
D | pthread_join.cpp | 43 if (thread.get() == NULL) { in pthread_join() 77 _pthread_internal_remove_locked(thread.get()); in pthread_join()
|
D | posix_timers.cpp | 76 sigaddset(sigset.get(), TIMER_SIGNAL); in __timer_thread_start() 82 int rc = __rt_sigtimedwait(sigset.get(), &si, NULL, sizeof(sigset)); in __timer_thread_start() 149 sigaddset(sigset.get(), TIMER_SIGNAL); in timer_create() 151 pthread_sigmask(SIG_BLOCK, sigset.get(), old_sigset.get()); in timer_create() 155 pthread_sigmask(SIG_SETMASK, old_sigset.get(), NULL); in timer_create()
|
D | pthread_getcpuclockid.cpp | 35 if (thread.get() == NULL) { in pthread_getcpuclockid()
|
D | pthread_setschedparam.cpp | 38 if (thread.get() == NULL) { in pthread_setschedparam()
|
D | pthread_getschedparam.cpp | 38 if (thread.get() == NULL) { in pthread_getschedparam()
|
D | pthread_kill.cpp | 41 if (thread.get() == NULL) { in pthread_kill()
|
D | sigwait.cpp | 43 int result = __rt_sigtimedwait(sigset.get(), NULL, NULL, sizeof(sigset)); in sigwait()
|
D | pthread_accessor.h | 50 pthread_internal_t* get() const { return thread_; } in get() function
|
D | pthread_setname_np.cpp | 63 if (thread.get() == NULL) { in pthread_setname_np()
|
/bionic/libc/tools/zoneinfo/ |
D | ZoneCompactor.java | 75 String link = links.get(s); in ZoneCompactor() 93 String to = links.get(from); in ZoneCompactor() 95 offsets.put(from, offsets.get(to)); in ZoneCompactor() 96 lengths.put(from, lengths.get(to)); in ZoneCompactor() 137 while (links.get(actualZoneName) != null) { in ZoneCompactor() 138 actualZoneName = links.get(actualZoneName); in ZoneCompactor() 142 f.writeInt(offsets.get(actualZoneName)); in ZoneCompactor() 143 f.writeInt(lengths.get(actualZoneName)); in ZoneCompactor()
|
/bionic/libc/private/ |
D | kernel_sigset_t.h | 42 sigset_t* get() { in get() function
|
D | ScopedFd.h | 35 int get() const { in get() function
|
D | UniquePtr.h | 65 T* get() const { return mPtr; } 117 T* get() const { return mPtr; }
|
/bionic/libc/kernel/tools/ |
D | clean_header.py | 124 statics = statics.union( kernel_known_statics.get( arch, set() ) ) 135 statics = statics.union( kernel_known_statics.get( arch, set() ) ) 167 return dst_path, out.get()
|
D | cpp.py | 810 return self.precedences.get(token.id) 873 prec = CppExpr.precedences.get(op,1000) 878 arg_prec = CppExpr.precedences.get(arg[0],1000) 889 if CppExpr.precedences.get(arg1_op,1000) < prec: 891 if CppExpr.precedences.get(arg2_op,1000) < prec: 1842 if out.get() != expected: 1847 print out.get(),
|
D | utils.py | 58 def get(self): member in StringOutput
|
D | kernel.py | 152 return set(self.headers.get(header))
|
/bionic/libc/arch-mips64/bionic/ |
D | sigsetjmp.S | 66 REG_L t0, (_JBLEN*REGSZ)(a0) # get "savemask"
|
/bionic/libc/arch-mips/bionic/ |
D | sigsetjmp.S | 66 REG_L t0, (_JBLEN*REGSZ)(a0) # get "savemask"
|
/bionic/libc/kernel/ |
D | README.TXT | 6 unmodified kernel headers in order to get rid of many annoying 28 Contains various Python and shell scripts used to get and re-generate 31 The tools to get/parse the headers:
|
/bionic/libc/tools/ |
D | bionic_utils.py | 164 def get(self): member in StringOutput
|
/bionic/libc/kernel/uapi/linux/ |
D | cyclades.h | 367 unsigned long get; member
|
/bionic/libc/arch-mips/string/ |
D | memset.S | 104 sh a1,0(a0) # store one halfword to get aligned
|
/bionic/libc/arch-mips64/string/ |
D | memset.S | 104 sh a1,0(a0) # store one halfword to get aligned
|