Home
last modified time | relevance | path

Searched refs:lockData (Results 1 – 4 of 4) sorted by relevance

/external/libese/apps/boot/include/ese/app/
Dboot.h126 struct EseBootSession *session, EseBootLockId lockId, uint8_t *lockData,
144 …et(struct EseBootSession *session, EseBootLockId lockId, const uint8_t *lockData, uint16_t dataLen…
/external/swiftshader/src/D3D8/
DDirect3DVertexBuffer8.hpp69 unsigned char *lockData; member in D3D8::Direct3DVertexBuffer8
DDirect3DIndexBuffer8.hpp70 unsigned char *lockData; member in D3D8::Direct3DIndexBuffer8
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp1526 void lockData() __attribute__((exclusive_lock_function(mu)));
1535 void lockData (MyData *d) __attribute__((exclusive_lock_function(d->mu)));
1545 d->lockData(); in bar1()
1552 dlr.lockData(d); in bar2()
1559 dlr.lockData(d1); // expected-note {{mutex acquired here}} in bar3()
1566 dlr.lockData(d1); in bar4()