Searched defs:value_ptr (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_pthread_wrappers.h54 inline void PTHREAD_JOIN(pthread_t thread, void **value_ptr) { argument
55 ASSERT_EQ(0, value_ptr) << "Nonzero value_ptr is not supported yet.";
/external/opencv3/3rdparty/libwebp/utils/
H A Dthread.c49 static int pthread_join(pthread_t thread, void** value_ptr) { argument
50 (void)value_ptr;
/external/selinux/policycoreutils/setsebool/
H A Dsetsebool.c224 char *name, *value_ptr; local
235 value_ptr = strchr(list[i], '=');
236 if (value_ptr == 0) {
242 *value_ptr = 0;
243 value_ptr++;
244 if (strcmp(value_ptr, "1") == 0 ||
245 strcasecmp(value_ptr, "true") == 0 ||
246 strcasecmp(value_ptr, "on") == 0)
248 else if (strcmp(value_ptr, "0") == 0 ||
249 strcasecmp(value_ptr, "fals
[all...]
/external/libvpx/libvpx/vpx_util/
H A Dvpx_thread.h65 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { argument
66 (void)value_ptr;
/external/webp/src/utils/
H A Dthread.c98 static int pthread_join(pthread_t thread, void** value_ptr) { argument
99 (void)value_ptr;
/external/kernel-headers/original/uapi/sound/
H A Dasound.h921 long *value_ptr; /* obsoleted */ member in union:snd_ctl_elem_value::__anon8504::__anon8505
925 long long *value_ptr; /* obsoleted */ member in union:snd_ctl_elem_value::__anon8504::__anon8506

Completed in 1193 milliseconds