search for: __lock

Displaying 7 results from an estimated 7 matches for "__lock".

Did you mean: g_lock
2013 Jan 09
0
[LLVMdev] [lld] ELF weak aliases
...data 0000000000000008 __stdin_used > 0000000000000000 g F .text 0000000000000044 __stdio_exit > 0000000000000000 w O .rodata 0000000000000008 __stdout_used > 0000000000000000 *UND* 0000000000000000 __libc > 0000000000000000 *UND* 0000000000000000 __lock > 0000000000000000 *UND* 0000000000000000 __lockfile > > Contents of section .text: > 0000 53833d00 00000000 740abf00 000000e8 S.=.....t....... > 0010 00000000 488b1d00 000000eb 0c4889df ....H........H.. > 0020 e81f0000 00488b5b 704885db 75ef488b .....H.[pH..u.H. >...
2013 Jan 09
4
[LLVMdev] [lld] ELF weak aliases
...00000000 w O .rodata 0000000000000008 __stdin_used 0000000000000000 g F .text 0000000000000044 __stdio_exit 0000000000000000 w O .rodata 0000000000000008 __stdout_used 0000000000000000 *UND* 0000000000000000 __libc 0000000000000000 *UND* 0000000000000000 __lock 0000000000000000 *UND* 0000000000000000 __lockfile Contents of section .text: 0000 53833d00 00000000 740abf00 000000e8 S.=.....t....... 0010 00000000 488b1d00 000000eb 0c4889df ....H........H.. 0020 e81f0000 00488b5b 704885db 75ef488b .....H.[pH..u.H. 0030 3d000000 00e80a00 0000488...
2006 Oct 03
0
Can't send messages to mailing list or subscribe (no space left on device)
...Traceback (most recent call last): File "/usr/local/mailman/scripts/driver", line 87, in run_main main() File "/usr/local/mailman/Mailman/Cgi/subscribe.py", line 91, in main mlist.Lock() File "/usr/local/mailman/Mailman/MailList.py", line 159, in Lock self.__lock.lock(timeout) File "/usr/local/mailman/Mailman/LockFile.py", line 243, in lock self.__write() File "/usr/local/mailman/Mailman/LockFile.py", line 424, in __write fp.close() IOError: [Errno 28] No space left on device I realize that this message probably won''t...
2015 Nov 04
0
xen/libvirt freeze while attching network-device to vm´s
...007f793be0bc27 in main (argc=1, argv=0x7ffdb79c7d78) at libvirtd.c:1577 i select frame 3 and look who holds the lock: (gdb) frame 3 #3 0x00007f793b09cd0c in virMutexLock (m=0x7f78d80edd30) at util/virthread.c:89 89 pthread_mutex_lock(&m->lock); (gdb) p *m $5 = {lock = {__data = {__lock = 2, __count = 0, __owner = 1312, __nusers = 1, __kind = 512, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\002\000\000\000\000\000\000\000 \005\000\000\001\000\000\000\000\002", '\000' <repeats 21 times>, __align = 2}} i switch to frame 21...
2006 Nov 24
4
good HTML, CSS, JavaScript design mail lists?
Rails People, I like the Rails mail-list. I find a lot of good info here. Can anyone recommend a good mail-list which discusses the usage of HTML, CSS, JavaScript and Ajax? -Peter -- Peter Smith GoodJobFastCar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org http://GoodJobFastCar.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...signed long int pthread_t; typedef union { char __size[56]; long int __align; } pthread_attr_t; typedef struct __pthread_internal_list { struct __pthread_internal_list *__prev; struct __pthread_internal_list *__next; } __pthread_list_t; typedef union { struct __pthread_mutex_s { int __lock; unsigned int __count; int __owner; unsigned int __nusers; int __kind; int __spins; __pthread_list_t __list; } __data; char __size[40]; long int __align; } pthread_mutex_t; typedef union { char __size[4]; int __align; } pthread_mutexattr_t; typedef union { struct...