OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_barrierattr_t
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_barrierattr_init.c
42
pthread_barrierattr_init (
pthread_barrierattr_t
* attr)
51
* pointer to an instance of
pthread_barrierattr_t
68
pthread_barrierattr_t
ba;
71
ba = (
pthread_barrierattr_t
) calloc (1, sizeof (*ba));
pthread_barrierattr_destroy.c
42
pthread_barrierattr_destroy (
pthread_barrierattr_t
* attr)
51
* pointer to an instance of
pthread_barrierattr_t
76
pthread_barrierattr_t
ba = *attr;
pthread_barrierattr_getpshared.c
42
pthread_barrierattr_getpshared (const
pthread_barrierattr_t
* attr,
52
* pointer to an instance of
pthread_barrierattr_t
pthread_barrierattr_setpshared.c
42
pthread_barrierattr_setpshared (
pthread_barrierattr_t
* attr, int pshared)
52
* pointer to an instance of
pthread_barrierattr_t
pthread_barrier_init.c
43
const
pthread_barrierattr_t
* attr, unsigned int count)
pthread.h
598
typedef struct pthread_barrierattr_t_ *
pthread_barrierattr_t
;
typedef in typeref:struct:pthread_barrierattr_t_
1019
PTW32_DLLPORT int PTW32_CDECL pthread_barrierattr_init (
pthread_barrierattr_t
* attr);
1021
PTW32_DLLPORT int PTW32_CDECL pthread_barrierattr_destroy (
pthread_barrierattr_t
* attr);
1023
PTW32_DLLPORT int PTW32_CDECL pthread_barrierattr_getpshared (const
pthread_barrierattr_t
1027
PTW32_DLLPORT int PTW32_CDECL pthread_barrierattr_setpshared (
pthread_barrierattr_t
* attr,
1066
const
pthread_barrierattr_t
* attr
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
pthreadtypes.h
216
}
pthread_barrierattr_t
;
typedef in typeref:union:__anon37296
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
pthreadtypes.h
216
}
pthread_barrierattr_t
;
typedef in typeref:union:__anon38886
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
pthreadtypes.h
216
}
pthread_barrierattr_t
;
typedef in typeref:union:__anon40401
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h
[
all
...]
/external/valgrind/main/drd/
drd_pthread_intercepts.c
920
const
pthread_barrierattr_t
* attr,
935
(pthread_barrier_t* barrier, const
pthread_barrierattr_t
* attr,
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread.a
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libpthread.a
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread.a
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/
libpthread.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread.a
[
all
...]
/external/valgrind/main/helgrind/
hg_intercepts.c
[
all
...]
Completed in 481 milliseconds