Subversion Repositories freemyipod

Rev

Rev 679 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 679 Rev 680
Line 268... Line 268...
268
    for thread in threads:
268
    for thread in threads:
269
        if address == thread.addr:
269
        if address == thread.addr:
270
            return thread
270
            return thread
271
    from libemcoredata import scheduler_thread
271
    from libemcoredata import scheduler_thread
272
    thread = scheduler_thread()._to_bunch()
272
    thread = scheduler_thread()._to_bunch()
273
    thread.name = "[Invalid Thread %08X]" % address
273
    thread.name = "[Invalid Thread 0x%08X]" % address
274
    return thread
274
    return thread
275
 
275
 
276
 
276
 
277
def gethwname(id):
277
def gethwname(id):
278
    try:
278
    try: