#include #include "common.h" void main(void) { pthread_mutex_t a, b; pthread_mutex_init(&a, NULL); pthread_mutex_init(&b, NULL); LOCK_UNLOCK_2(a, b); LOCK_UNLOCK_2(b, a); } rnate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/kernel/livepatch?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
f/tools/lib/lockdep/tests?id=2e4333c14de06a333783d6812cf3c4998f78b0c8&id2=ba735155b9647b6167fd50276ca0fbfbce4e836c'>tests/WW.c
diff options
AgeCommit message (Expand)AuthorFilesLines
context:
space:
mode:
Diffstat (limited to 'tools/lib/lockdep/tests/WW.c')