| /plan9/sys/src/cmd/ssh2/ |
| H A D | dup.xpr | 30 8, 34; 7,dial.thread.c: 31 8, 34; 7,dial.thread.c: 71 62, 267; 7,dial.thread.c: 103 2, 7; 7,dial.thread.c: 106 3, 13; 7,dial.thread.c: 135 1, 6; 7,dial.thread.c: 142 1, 6; 7,dial.thread.c: 155 1, 6; 7,dial.thread.c: 158 3, 12; 7,dial.thread.c: 171 1, 6; 7,dial.thread.c: [all …]
|
| H A D | long.funcs | 19 84 dial.thread.c:343,427 csdial() 28 70 dial.thread.c:432,502 call() 51 36 dial.thread.c:243,279 recvresults() 52 35 dial.thread.c:93,128 dialimpl() 61 30 dial.thread.c:288,318 dialmulti() 66 29 dial.thread.c:199,228 callproc() 68 28 dial.thread.c:531,559 _dial_string_parse()
|
| H A D | dup.pro | 655 7,dial.thread.c:4,6, # distinct matches = 7: 658 7,dial.thread.c:7,9, # distinct matches = 6: 662 7,dial.thread.c:24,49, # distinct matches = 1: 666 7,dial.thread.c:64,67, # distinct matches = 1: 670 7,dial.thread.c:85,105, # distinct matches = 1: 673 7,dial.thread.c:106,109, # distinct matches = 3: 676 7,dial.thread.c:110,112, # distinct matches = 1: 679 7,dial.thread.c:113,115, # distinct matches = 2: 682 7,dial.thread.c:116,119, # distinct matches = 3: 685 7,dial.thread.c:120,139, # distinct matches = 1: [all …]
|
| H A D | dup.out | 9 7,dial.thread.c:373,417 190 7,dial.thread.c:278,286 191 7,dial.thread.c:317,321 207 7,dial.thread.c:185,195 306 7,dial.thread.c:113,115 464 7,dial.thread.c:338,346 469 7,dial.thread.c:338,341 470 7,dial.thread.c:426,430 474 7,dial.thread.c:177,180 494 7,dial.thread.c:177,180 [all …]
|
| /plan9/sys/src/libthread/ |
| H A D | id.c | 10 return _threadgetproc()->thread->id; in threadid() 46 t = _threadgetproc()->thread; in threadsetgrp() 55 return _threadgetproc()->thread->grp; in threadgetgrp() 68 t = p->thread; in threadsetname() 88 if((p = _threadgetproc()) && p->thread) in threadgetname() 89 return p->thread->cmdname; in threadgetname() 96 return &_threadgetproc()->thread->udata[0]; in threaddata() 142 return &_threadgetproc()->thread->udata[i]; in tprivaddr()
|
| H A D | debug.c | 24 else if(p->thread) in _threaddebug() 25 fmtprint(&f, "%d.%d ", p->pid, p->thread->id); in _threaddebug() 44 if(p && p->thread) in _threadassert() 45 n = sprint(buf, "%d.%d ", p->pid, p->thread->id); in _threadassert()
|
| H A D | sched.c | 42 if((t=p->thread) != nil){ in _schedinit() 43 p->thread = nil; in _schedinit() 89 t = p->thread; in needstack() 107 if((t = p->thread) != nil){ in _sched() 120 p->thread = t; in _sched()
|
| /plan9/sys/src/cmd/aquarela/ |
| H A D | alarm.c | 8 int thread; member 75 threadint(alarmlist.thread); in nbnsalarmcancel() 88 if (alarmlist.thread >= 0) { in nbnsalarmend() 90 threadint(alarmlist.thread); in nbnsalarmend() 107 if (alarmlist.thread < 0) in nbnsalarmset() 108 alarmlist.thread = proccreate(alarmist, nil, 16384); in nbnsalarmset() 110 threadint(alarmlist.thread); in nbnsalarmset()
|
| H A D | smblisten.c | 4 int thread; member 19 int thread; member 98 s->thread = procrfork(tcpreader, s, 32768, RFNAMEG); in createsession() 99 if (s->thread < 0) { in createsession() 125 tcp.thread = -1; in tcplistener() 142 if (tcp.thread < 0) { in smblistencifs() 149 tcp.thread = proccreate(tcplistener, nil, 16384); in smblistencifs()
|
| H A D | nbss.c | 8 int thread; member 22 int thread; member 189 s->thread = procrfork(tcpreader, s, 32768, RFNAMEG); in createsession() 190 if (s->thread < 0) { in createsession() 215 tcp.thread = -1; in tcplistener() 233 if (tcp.thread < 0) { in nbsslisten() 241 tcp.thread = proccreate(tcplistener, nil, 16384); in nbsslisten()
|
| H A D | nbdgram.c | 8 int thread; member 99 udp.thread = -1; in udplistener() 107 if (udp.thread < 0) { in startlistener() 114 udp.thread = proccreate(udplistener, nil, 16384); in startlistener()
|
| H A D | nbns.c | 8 int thread; member 75 if (udp.thread < 0) { in startlistener() 82 udp.thread = proccreate(udplistener, nil, 16384); in startlistener()
|
| /plan9/sys/src/games/music/playlistfs/ |
| H A D | mk.dep | 1 main.$O: /$objtype/include/u.h /sys/include/libc.h /sys/include/thread.h /sys/include/fcall.h playl… 2 fs.$O: /$objtype/include/u.h /sys/include/libc.h /sys/include/thread.h /sys/include/fcall.h /sys/in… 3 player.$O: /$objtype/include/u.h /sys/include/libc.h /sys/include/thread.h /sys/include/fcall.h /sy… 4 volume.$O: /$objtype/include/u.h /sys/include/libc.h /sys/include/thread.h /sys/include/fcall.h /sy… 5 boilerplate.$O: /$objtype/include/u.h /sys/include/libc.h /sys/include/thread.h /sys/include/fcall.…
|
| /plan9/sys/src/games/music/jukefs/ |
| H A D | mk.dep | 2 fs.$O: /$objtype/include/u.h /sys/include/libc.h /sys/include/thread.h /sys/include/bio.h /sys/incl… 3 parse.$O: /$objtype/include/u.h /sys/include/libc.h /sys/include/thread.h /sys/include/bio.h /sys/i… 4 …/sys/include/libc.h /sys/include/ctype.h /sys/include/bio.h /sys/include/thread.h object.h parse.h… 5 search.$O: /$objtype/include/u.h /sys/include/libc.h /sys/include/bio.h /sys/include/thread.h objec… 6 server.$O: /$objtype/include/u.h /sys/include/libc.h /sys/include/thread.h /sys/include/bio.h /sys/…
|
| /plan9/sys/man/2/ |
| H A D | INDEX | 1304 alt thread 1305 chanclose thread 1306 chanclosing thread 1307 chancreate thread 1308 chanfree thread 1309 chaninit thread 1310 chanprint thread 1311 mainstacksize thread 1312 nbrecv thread 1313 nbrecvp thread [all …]
|
| /plan9/sys/src/games/music/jukebox/ |
| H A D | mk.dep | 1 client.$O: /$objtype/include/u.h /sys/include/libc.h /sys/include/thread.h /sys/include/bio.h clien… 2 colors.$O: /$objtype/include/u.h /sys/include/libc.h /sys/include/thread.h /sys/include/draw.h /sys… 3 music.$O: /$objtype/include/u.h /sys/include/libc.h /sys/include/thread.h /sys/include/draw.h /sys/… 4 playlist.$O: /$objtype/include/u.h /sys/include/libc.h /sys/include/thread.h /sys/include/draw.h /s…
|
| /plan9/sys/src/cmd/rc/ |
| H A D | exec.h | 41 struct thread{ struct 57 thread *ret; /* who continues when this finishes */ argument 59 thread *runq;
|
| H A D | rc.h | 40 typedef struct thread thread; typedef
|
| H A D | io.h | 27 void pfnc(io*, thread*);
|
| H A D | havefork.c | 44 struct thread *p = runq; in Xpipe() 150 struct thread *p = runq; in Xpipefd()
|
| /plan9/sys/lib/acid/ |
| H A D | thread | 162 defn thread(T){ 176 thread(T); 201 // if P.thread==0 then{ 202 // print("=== thread scheduler stack\n"); 260 // print(" thread(", T\X, ")\n"); 262 thread(T); 276 if P.thread==0 then 374 print("/sys/lib/acid/thread");
|
| /plan9/acme/acid/ |
| H A D | guide | 3 Acid -l thread -l acidfile pid
|
| /plan9/sys/lib/man/ |
| H A D | preface4 | 39 the thread library 40 .I thread (2)), (
|
| H A D | preface3 | 20 in a new thread library for C. 49 Sape Mullender wrote the new thread library.
|
| /plan9/sys/src/lib9p/ |
| H A D | mkfile | 17 thread.$O\
|