#include #include "common.h" void main(void) { pthread_mutex_t a, b, c; pthread_mutex_init(&a, NULL); pthread_mutex_init(&b, NULL); pthread_mutex_init(&c, NULL); LOCK_UNLOCK_2(a, b); LOCK_UNLOCK_2(b, c); LOCK_UNLOCK_2(c, a); } -next.git/atom/include/net/caif/cfsrvl.h?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
rf/arch/arm64/util?id=bb4005bae3dab0dd21b239b1da193053151c07ba&showmsg=1'>util/unwind-libunwind.c
AgeCommit message (Expand)AuthorFilesLines
AgeCommit message (Collapse)AuthorFilesLines