/bionic/libc/bionic/ |
D | pthread_join.cpp | 39 if (thread.get() == NULL) { in pthread_join() 65 _pthread_internal_remove_locked(thread.get()); in pthread_join()
|
D | pthread_getcpuclockid.cpp | 35 if (thread.get() == NULL) { in pthread_getcpuclockid()
|
D | pthread_detach.cpp | 35 if (thread.get() == NULL) { in pthread_detach()
|
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 | 49 pthread_internal_t* get() const { return thread_; } in get() function
|
D | pthread_setname_np.cpp | 67 if (thread.get() == NULL) { in pthread_setname_np()
|
/bionic/libc/kernel/common/linux/ |
D | moduleparam.h | 50 param_get_fn get; member 65 param_get_fn get; member 70 …get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param co… argument 71 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, nam… argument
|
D | klist.h | 31 void (*get)(struct klist_node *); member
|
/bionic/libc/tools/zoneinfo/ |
D | ZoneCompactor.java | 124 String link = links.get(s); in ZoneCompactor() 147 String to = links.get(from); in ZoneCompactor() 149 starts.put(from, starts.get(to)); in ZoneCompactor() 150 lengths.put(from, lengths.get(to)); in ZoneCompactor() 151 offsets.put(from, offsets.get(to)); in ZoneCompactor() 191 f.writeInt(starts.get(zoneName)); in ZoneCompactor() 192 f.writeInt(lengths.get(zoneName)); in ZoneCompactor() 193 f.writeInt(offsets.get(zoneName)); in ZoneCompactor()
|
/bionic/libc/private/ |
D | kernel_sigset_t.h | 42 sigset_t* get() { in get() function
|
/bionic/libc/arch-mips/bionic/ |
D | sigsetjmp.S | 66 REG_L t0, (_JBLEN*REGSZ)(a0) # get "savemask"
|
D | setjmp.S | 68 move a0, zero # get current signal mask
|
/bionic/libc/kernel/tools/ |
D | clean_header.py | 52 statics = statics.union( kernel_known_statics.get( arch, set() ) ) 83 return dst_path, out.get()
|
D | utils.py | 84 def get(self): member in StringOutput
|
D | kernel.py | 153 return set(self.headers.get(header))
|
D | cpp.py | 683 return Expr.precedences.get(self.op, 1000) 1302 prec = CppExpr.precedences.get(op,1000) 1307 arg_prec = CppExpr.precedences.get(arg[0],1000) 1318 if CppExpr.precedences.get(arg1_op,1000) < prec: 1320 if CppExpr.precedences.get(arg2_op,1000) < prec: 2248 if out.get() != expected: 2253 print out.get(),
|
/bionic/libc/arch-mips/string/ |
D | memset.S | 104 sh a1,0(a0) # store one halfword to get aligned
|
/bionic/libc/tools/ |
D | bionic_utils.py | 313 def get(self): member in StringOutput
|
/bionic/libc/kernel/ |
D | README.TXT | 8 and unmodified kernel headers in order to get rid of many annoying 152 typedef/struct/union/enum declaration. this allows to get rid of any variable
|