Searched refs:shared (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_rwlock.c132 static void set_rwlockattr_shared(pthread_rwlockattr_t *attr, int shared) argument
135 TZERO(pthread_rwlockattr_setpshared(attr, shared));
136 newshared = ~shared;
138 TEXPECT_INT(newshared,shared);
150 /* non-shared version */
213 /* non-shared version */
326 /* non-shared version */
/system/extras/tests/bionic/libc/
H A DAndroid.mk169 # to build one shared object and one executable that depends
187 # shared library are only called once. We thus need to
188 # build a shared library, then call it from another
206 # on dlclose(). We thus need to generate a C++ shared library
256 # NOTE: We build both a shared and static version of bench_pthread.
257 # the shared version will use the target device's C library, while

Completed in 55 milliseconds