Changeset 383 for trunk/include/sh_pthread.h
- Timestamp:
- Dec 5, 2011, 10:30:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_pthread.h
r378 r383 31 31 do { \ 32 32 int oldtype; \ 33 int executeStack = 0;\33 volatile int executeStack = 0; \ 34 34 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype); \ 35 35 pthread_cleanup_push(sh_pthread_mutex_unlock, (void*)&(M));\
Note:
See TracChangeset
for help on using the changeset viewer.