Searched refs:oldtype (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/none/tests/
H A Dpth_cancel2.c28 int oldtype; \
29 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype); \
32 pthread_setcanceltype(oldtype,NULL); \
39 int oldtype; \
40 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype); \
43 pthread_setcanceltype(oldtype,NULL); \
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_setcanceltype.c42 pthread_setcanceltype (int type, int *oldtype) argument
49 * 'oldtype'
53 * oldtype
65 * 'oldtype'
72 * If 'oldtype' is NULL then the previous type is not returned
99 if (oldtype != NULL)
101 *oldtype = sp->cancelType;
H A Dpthread.h963 int *oldtype);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtz2icu.cpp1277 ZoneType oldtype = types[i->type]; local
1278 SimplifiedZoneType newtype(oldtype);
1325 ZoneType oldtype = types[i->type]; local
1326 SimplifiedZoneType newtype(oldtype);
/external/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp1277 ZoneType oldtype = types[i->type]; local
1278 SimplifiedZoneType newtype(oldtype);
1325 ZoneType oldtype = types[i->type]; local
1326 SimplifiedZoneType newtype(oldtype);
/external/libsepol/src/
H A Dexpand.c1761 uint32_t oldtype = 0, spec = 0; local
1799 oldtype = avdatump->data;
1801 oldtype = avdatump->data;
1803 oldtype = avdatump->data;
1806 if (oldtype == remapped_data) {
1819 p->p_type_val_to_name[oldtype - 1]);
1827 p->p_type_val_to_name[oldtype - 1],

Completed in 176 milliseconds