Displaying 2 results from an estimated 2 matches for "internallock".
Did you mean:
internalload
2013 Sep 02
0
[LLVMdev] Error on running ToyVM
...ypedef 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)
...pedef 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