File: sathread.h

package info (click to toggle)
trn4 4.0-test77-6
  • links: PTS
  • area: non-free
  • in suites: wheezy
  • size: 3,588 kB
  • sloc: ansic: 48,332; sh: 6,813; tcl: 1,696; yacc: 660; perl: 108; makefile: 36
file content (17 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* This file Copyright 1992,1995 by Clifford A. Adams */
/* sathread.h
 *
 */

/* this define will save a *lot* of function calls. */
#define sa_subj_thread(e) \
 (sa_ents[e].subj_thread_num? sa_ents[e].subj_thread_num : \
 sa_get_subj_thread(e))

/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */

void sa_init_threads _((void));
long sa_get_subj_thread _((long));
int sa_subj_thread_count _((long));
long sa_subj_thread_prev _((long));
long sa_subj_thread_next _((long));