Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 28) sorted by relevance

12

/bionic/libc/bionic/
Dpthread_detach.cpp35 if (thread.get() == NULL) { in pthread_detach()
49 _pthread_internal_remove_locked(thread.get()); in pthread_detach()
Dpthread_join.cpp43 if (thread.get() == NULL) { in pthread_join()
77 _pthread_internal_remove_locked(thread.get()); in pthread_join()
Dposix_timers.cpp76 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()
Dpthread_getcpuclockid.cpp35 if (thread.get() == NULL) { in pthread_getcpuclockid()
Dpthread_setschedparam.cpp38 if (thread.get() == NULL) { in pthread_setschedparam()
Dpthread_getschedparam.cpp38 if (thread.get() == NULL) { in pthread_getschedparam()
Dpthread_kill.cpp41 if (thread.get() == NULL) { in pthread_kill()
Dsigwait.cpp43 int result = __rt_sigtimedwait(sigset.get(), NULL, NULL, sizeof(sigset)); in sigwait()
Dpthread_accessor.h50 pthread_internal_t* get() const { return thread_; } in get() function
Dpthread_setname_np.cpp63 if (thread.get() == NULL) { in pthread_setname_np()
/bionic/libc/tools/zoneinfo/
DZoneCompactor.java75 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/
Dkernel_sigset_t.h42 sigset_t* get() { in get() function
DScopedFd.h35 int get() const { in get() function
DUniquePtr.h65 T* get() const { return mPtr; }
117 T* get() const { return mPtr; }
/bionic/libc/kernel/tools/
Dclean_header.py124 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()
Dcpp.py810 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(),
Dutils.py58 def get(self): member in StringOutput
Dkernel.py152 return set(self.headers.get(header))
/bionic/libc/arch-mips64/bionic/
Dsigsetjmp.S66 REG_L t0, (_JBLEN*REGSZ)(a0) # get "savemask"
/bionic/libc/arch-mips/bionic/
Dsigsetjmp.S66 REG_L t0, (_JBLEN*REGSZ)(a0) # get "savemask"
/bionic/libc/kernel/
DREADME.TXT6 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/
Dbionic_utils.py164 def get(self): member in StringOutput
/bionic/libc/kernel/uapi/linux/
Dcyclades.h367 unsigned long get; member
/bionic/libc/arch-mips/string/
Dmemset.S104 sh a1,0(a0) # store one halfword to get aligned
/bionic/libc/arch-mips64/string/
Dmemset.S104 sh a1,0(a0) # store one halfword to get aligned

12