search for: locknorm

Displaying 2 results from an estimated 2 matches for "locknorm".

Did you mean: locknode
2013 Sep 02
0
[LLVMdev] Error on running ToyVM
...ar** argv) { ToyThread *tt = new ToyThread(this); mainThread = tt; typedef void (*vmkitThreadfptr)(vmkit::Thread*); void (*mainStartPtr)(vmkit::Thread*); mainStartPtr = (vmkitThreadfptr)(&mainStart); startRes = tt->start(mainStartPtr); } by tracing, the error occurs in the following line of LockNormal::lock() method pthread_mutex_lock((pthread_mutex_t*)&internalLock); Best regards, Mkh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130902/96c2d181/attachment.html>
2013 Sep 05
0
[LLVMdev] Error on running ToyVM (included in vmkit)
...r** argv) { ToyThread *tt = new ToyThread(this); mainThread = tt; typedef void (*vmkitThreadfptr)(vmkit::Thread*); void (*mainStartPtr)(vmkit::Thread*); mainStartPtr = (vmkitThreadfptr)(&mainStart); startRes = tt->start(mainStartPtr); } by tracing, the error occurs in the following line of LockNormal::lock() method pthread_mutex_lock((pthread_mutex_t*)&internalLock); Best regards, Mkh