Searched refs:my_futex (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2025/ |
D | poc.cpp | 54 int my_futex(volatile int *uaddr, int op, int val, in my_futex() function 71 my_futex(&attack_signal, FUTEX_WAIT_PRIVATE, SLEEP, NULL, NULL, 0); in bcfree_helper() 148 my_futex(&attack_signal, FUTEX_WAKE_PRIVATE, 1, NULL, NULL, 0); in bcfree()
|