repo.or.cz
/
sbcl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Try to make the :lurking-threads test more robust.
[sbcl.git]
/
src
/
runtime
/
arch-os-generic.inc
blob
4170eb3101e1f91eb48445e804f1e55594f95466
1
static inline os_context_t *arch_os_get_context(void **void_context)
2
{
3
return (os_context_t *) *void_context;
4
}