mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
28 lines
2.3 KiB
Plaintext
28 lines
2.3 KiB
Plaintext
| test.cpp:14:6:14:9 | call to lock | lockCall | test.cpp:14:2:14:4 | mt1 |
|
|
| test.cpp:14:6:14:9 | call to lock | mustlockCall | test.cpp:14:2:14:4 | mt1 |
|
|
| test.cpp:15:6:15:11 | call to unlock | unlockCall | test.cpp:15:2:15:4 | mt1 |
|
|
| test.cpp:17:9:17:12 | call to lock | lockCall | test.cpp:17:2:17:6 | mt1_p |
|
|
| test.cpp:17:9:17:12 | call to lock | mustlockCall | test.cpp:17:2:17:6 | mt1_p |
|
|
| test.cpp:18:9:18:14 | call to unlock | unlockCall | test.cpp:18:2:18:6 | mt1_p |
|
|
| test.cpp:31:10:31:17 | call to try_lock | lockCall | test.cpp:31:6:31:8 | mt2 |
|
|
| test.cpp:31:10:31:17 | call to try_lock | trylockCall | test.cpp:31:6:31:8 | mt2 |
|
|
| test.cpp:33:7:33:12 | call to unlock | unlockCall | test.cpp:33:3:33:5 | mt2 |
|
|
| test.cpp:64:2:64:18 | call to mutex4_mutex_lock | lockCall | test.cpp:64:20:64:22 | mt4 |
|
|
| test.cpp:64:2:64:18 | call to mutex4_mutex_lock | mustlockCall | test.cpp:64:20:64:22 | mt4 |
|
|
| test.cpp:65:2:65:20 | call to mutex4_mutex_unlock | unlockCall | test.cpp:65:22:65:24 | mt4 |
|
|
| test.cpp:67:2:67:18 | call to mutex4_mutex_lock | lockCall | test.cpp:67:20:67:22 | mt4 |
|
|
| test.cpp:67:2:67:18 | call to mutex4_mutex_lock | mustlockCall | test.cpp:67:20:67:22 | mt4 |
|
|
| test.cpp:68:2:68:20 | call to mutex4_mutex_unlock | unlockCall | test.cpp:68:22:68:24 | mt4 |
|
|
| test.cpp:108:6:108:13 | call to custom_l | lockCall | test.cpp:108:2:108:4 | mt7 |
|
|
| test.cpp:108:6:108:13 | call to custom_l | mustlockCall | test.cpp:108:2:108:4 | mt7 |
|
|
| test.cpp:109:6:109:14 | call to custom_ul | unlockCall | test.cpp:109:2:109:4 | mt7 |
|
|
| test.cpp:119:9:119:12 | call to lock | lockCall | test.cpp:119:3:119:6 | this |
|
|
| test.cpp:119:9:119:12 | call to lock | mustlockCall | test.cpp:119:3:119:6 | this |
|
|
| test.cpp:120:9:120:14 | call to unlock | unlockCall | test.cpp:120:3:120:6 | this |
|
|
| test.cpp:122:3:122:6 | call to lock | lockCall | test.cpp:122:3:122:6 | this |
|
|
| test.cpp:122:3:122:6 | call to lock | mustlockCall | test.cpp:122:3:122:6 | this |
|
|
| test.cpp:123:3:123:8 | call to unlock | unlockCall | test.cpp:123:3:123:8 | this |
|
|
| test.cpp:136:10:136:13 | call to lock | lockCall | test.cpp:136:3:136:7 | this8 |
|
|
| test.cpp:136:10:136:13 | call to lock | mustlockCall | test.cpp:136:3:136:7 | this8 |
|
|
| test.cpp:137:10:137:15 | call to unlock | unlockCall | test.cpp:137:3:137:7 | this8 |
|