Home
last modified time | relevance | path

Searched refs:self_n (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/regress/lib/libpthread/pthread_rwlock2/
H A Dpthread_rwlock2.c38 set_msg(int self_n, char *new_msg) in set_msg() argument
45 printf("%p: %d: set_msg\n", self, self_n); in set_msg()
53 print_msg(int self_n) in print_msg() argument
60 printf("%p: %d: msg: \"%s\"\n", self, self_n, msg); in print_msg()
69 int self_n = (int)data; in run() local
72 printf("%p: %d: enter run()\n", self, self_n); in run()
74 set_msg(self_n, "new message"); in run()
75 print_msg(self_n); in run()
77 printf("%p: %d: exit run()\n", self, self_n); in run()